Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Step57.info Hack Fix Problems


Guest

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...