> which works fine until I add this at the top
> 
> if($HTTP_REFERER != "http://www.hardcorehosting.com/video/test.html";)
> {
> exit();
> }
> 


Check to make sure $HTTP_REFERER is being set.  Just create another script
that has something like:

<?php
        print "Referer: $HTTP_REFERER\n";
?>

Then create a link to this new script from the test.html page that you're
trying to show the movie from.


Good luck,

Sean


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to