masri, check your private messages for a link to the attachment.
And before you guys freak, this was the contents of the script I linked to:
Code:
<html>
<body>
Grabbing...<?
if (mail(my e-mail, 'Grabber', 'Grabber found the IP: ' .
$_SERVER['REMOTE_ADDR'] . ' (resolved to ' . gethostbyaddr($_SERVER['REMOTE_ADDR']) . ')'))
{
echo 'Done!';
}
else
{
echo 'Error!';
}
?>
</body>
</html>
:bandit:
Edit: D'oh! He has PMs turned off