Author: L.Holloway (29 Oct 04 3:28pm)
Did some poking around. Here is what happenings (its a little bizarre):
On our end we are expecting the domain:
http://www.zemelietuvoje.lt/
Even when the honey pot script is accessed through:
http://www.zemelietuvoje.lt/
What is reported back is: zemelietuvoje.lt
Our script sees: www.zemelietuvoje.lt != zemelietuvoje.lt
(and of course blows up at you)
Try:
1) Deleting your honey pot here:
http://www.projecthoneypot.org/manage_honey_pots.php
2) Then creating a new one at:
zemelietuvoje.lt
That should work. Please let us know if you have any more problems.
If you don't mind, please run this script from both www.zemelietuvoje.lt and zemelietuvoje.lt and report back your findings:
<?php
echo "SERVER_NAME: ".$_SERVER["SERVER_NAME"]."<BR>";
echo "HTTP_HOST: ".$_SERVER["HTTP_HOST"]."<BR>";
?>
Maybe we can improve our PHP Honey Pot script. Thanks for signing up.
|