Remove Injected PHP code from hackers
Here’s a quick little php script to batch process all your .php files and remove base64_decode junk if your site has been hacked. Just save this as a php file, upload it to your website and visit that page in your web browser. <?php set_time_limit(0); $tmpdir = “./”; $rmcmd = `find $tmpdir -name “*.php” -type [...]
Continue Reading...