Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-06-13, 03:17 AM   #1
matt
Trying is the first step towards failure
 
Join Date: Apr 2003
Location: Australia
Posts: 123
Send a message via ICQ to matt
A couple of things i noticed at a glance...

Maybe this:

<? echo $_SERVER['HTTP_REFERER']; ?>

Should be

<? echo urlencode($_SERVER['HTTP_REFERER']); ?>


Or possibly this:

mail("proxy@domain.com", "Hitbot:", "From: $from\r\n");

should be

mail("proxy@domain.com", "Hitbot:", "From: " . $_GET['from'] . "\r\n");


How do you know the variable is being passed to the go.php file?
__________________
Link List Land - Linklist Creation, Design and Implementation.
matt is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:20 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc