Jump to content

El Capitan

New Members
  • Posts

    10
  • Joined

  • Last visited

El Capitan's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • First Post Rare
  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Can somebody provide me with a list of OS/Browser combinations where the hack occurs? I'm ready to clean my server but I can't recreate the hack result which obviously needed to see if the cleaning was successful
  2. since the IMG directory can be infected as well, I will have to experiment with excluding 'img/p/1' 'img/p/2' etc...
  3. thx, the amount of files returned is the problem. I temporarily filtered out the img directory and all goes well..
  4. yes of course: header('Proceed: '.__LINE__); $directory = new RecursiveDirectoryIterator('.'); $directory = new DirFilter($directory); file_put_contents(__DIR__.'/cleaner000.log', print_r($directory, true) . PHP_EOL, FILE_APPEND); Result: DirFilter Object ( ) PS: the $scan variable is also empty...
  5. I've been debugging the code and the $directory variable (around line 62) is empty, this doesn't seem to be correct?
  6. Server is on a shared managed host. I don't have the necessary access
  7. 2023-12-20 15:41:31 Error 145.224.1244.123500GET /b98be7427f51.php HTTP/1.1 2023-12-20 15:42:07 Warning 145.224.124.123(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI 2023-12-20 15:42:07 Error 145.224.124.123End of script output before headers: b98be7427f51.php Hi I've read most of the Error 500 messages in this post and I understand there is some server resource problem. The Memory limit is set to 1024M, and max_execution _time= 10000 via the user.ini file. Setting Fcgid parameters in htaccess is not allowed. The error 500 comes after 20 seconds. What can I do? PS version 1.6.1.25
  8. For me this fix only works for bank transfers. When using my payment module (Ingenico), $this->context->cookie->id_cart doesn't exist
  9. Hi, the solution for me was to us the specific price functionality (per product and per country) Regards...
×
×
  • Create New...