hide image source with php
|
02-04-2011, 03:50 PM
Post: #2
|
|||
|
|||
RE: hide image source with php
use this script:
if ($_SERVER["HTTP_REFERER"] != "") { $image = $_GET["my_image_path"]; header ("Content-Type: application/octet-stream"); $fp = fopen($image,"r"); echo fpassthru($fp); } else { header('Location: $GO_SOMEWHERE'); } Web Design Directory | Web Designers | SEO Melbourne |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
hide image source with php - justinOrel - 01-12-2011, 10:54 AM
RE: hide image source with php - petermoses - 02-04-2011 03:50 PM
RE: hide image source with php - justinOrel - 02-04-2011, 03:53 PM
RE: hide image source with php - torontoairporttaxi - 03-25-2012, 02:36 AM
RE: hide image source with php - jackkelly - 08-07-2012, 10:08 PM
RE: hide image source with php - kavinpeters - 08-30-2012, 11:55 PM
|
User(s) browsing this thread: 2 Guest(s)