English 中文(简体)
防止从htm网页[复制]上获取图像
原标题:Prevent permission of sacing the image from htm page [duplicate]
  • 时间:2011-11-24 10:32:36
  •  标签:
  • php
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
How to prevent user from downloading or saving an image?

how to create a web page that not allow the user to download or save image(contains on the that site) using php,That means i want to create a web page that allows user only viewing the image,not allow the user to save or download the image in php

问题回答

如果他们能够看到自己已经掌握的浏览器中的图像,那么你可以 t。

There is no good way you can accomplish this.

你们可以添加一些 j印法,以正确点击(这实际上很容易绕过,但会阻止任何非技术性的用户和无辜的每个人)。 而仅仅节省整页就可以绕过这种方法。 在其计算机(浏览器藏匿处)观看时,图像可能已经保存。

Even if you disable browser caching, since it s transferred over the wire, they can just save the request, or look in the HTML source code for the URL and save manually.

you might watermark the images, so they cant be miss-used, but that will decrease style and usability.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签