Hi,
I have a web site in php with a mySQL database. I have one script that runs all my queries.
Upon error the script emails me there was an error.
I received an error and the last part of the SQL statement was
Well of course, there's NO IP addresses in my queries...
I went to this IP address 217.59.104.226 and there's a php statement there <? echo "\nbl3" . 'bl3 ' ; passthru("uname -a") ; ?>
Can somebody tell me what this is trying to do?
Thanks!!!