Hey I saw some sort of code that that gave you a message "must visit from URL". Does any1 have or know where I can get it!
And what does this code accomplish?
Like for a psssword script.
if(!preg_match("/^http:\\/\\/(www\\.)?yourdomain\\.com/i",getenv("HTTP_REFERER"))) { die('Must visit from url'); } else { // Do whatever you want to do here // }