On Wed, August 9, 2006 11:42 pm, Micky Hulse wrote:
> Micky Hulse wrote:
>> I just commented-out all of the PHP in the old script and added one
>> line: die("#%$#@ off!");
>
> Actually... is there anything more I can do at this point to fight
> back?
>   Can I use something better than die()? Or, is it best just to let
> them
> figure it out and go away?

You can tie up their connection, wasting your connection...

I suppose you could do:

header("Location: 127.0.0.1");

and then they'd be trying to surf to their own computer, if they are
following re-directs in their hack attempt...

Though odds are really good they are watching for that.

Bottom line:

Nope, probably not much you can do.

More's the pity.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to