View Single Post
Old 2006-06-12, 02:24 PM   #1
flashingfrank
Internet! Is that thing still around?
 
Join Date: Apr 2005
Posts: 3
php hitbot detection

i have a little php problem.

i just put some hitbot detection script on my tgp, but i cant get it to work right.

i inserted a couple of links on my index page with the following code:

PHP Code:
<a href="http://domain.com/a/go.php?from=<? echo $_SERVER['HTTP_REFERER']; ?>
class="proxy">free anal movies</a>
the link leads to go.php that has the following code:
PHP Code:
<? 
mail
("proxy@domain.com""Hitbot:""From: $from\r\n"); 
?>
the variable is passed on to the go.php file, and the sending of the email is working fine, but the referer variable is not inserted in the mail.

anyone knows why it does not work?
flashingfrank is offline   Reply With Quote