Guest Posted November 17, 2006 Posted November 17, 2006 Hello! I've been having a few problems with the Step57.info hack and found the following contribution http://www.oscommerce.com/community/contributions,4457 But when I run the Hack Fix although it lists all the files including those that have been 'Potentially Hacked' I get this error at the bottom of the report... 180 Folders and 5713 Files were scanned 0 Files Fixed! Warning: Invalid argument supplied for foreach() in /home/punkrock/public_html/hackfix.php on line 132 0 Deleted Files! Warning: Invalid argument supplied for foreach() in /home/punkrock/public_html/hackfix.php on line 138 Line 132 is - foreach($fixedfiles as $val){ Line 138 is - foreach($fullydeleted as $val){ Any ideas? Cheers, Mark.
dave111 Posted November 17, 2006 Posted November 17, 2006 Below the line: // Dont edit below here Add these 2 lines: $fixedfiles = array(); $fullydeleted = array(); However this is moot as there were no hacked files found, so you have no need to run the script again.
Guest Posted November 17, 2006 Posted November 17, 2006 Hello David, Just want to say a massive thankyou! I think it fixed about 16 files so I guess some of them must have been hacked. Anyway all seems fine now. Just hope it hasn't affected my computer. Thanks once again. Mark.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.