All PHP files getting hacked
Posted
by nsearle
on Stack Overflow
See other posts from Stack Overflow
or by nsearle
Published on 2010-05-17T20:16:13Z
Indexed on
2010/05/17
20:20 UTC
Read the original article
Hit count: 173
Hey All,
Like always, just want to say thank you for all of the help and input in advance.
I have a particular site that I am the web developer for and am running into a unique problem. It seems that somehow something is getting into every single PHP file on my site and adding some malware code. I have deleted the code from every page multiple times and changed FTP and DB passwords, but to no avail.
The code that is added looks like this - eval(base64_decode(string)) - which the string is 3024 characters.
Not sure if anyone else has ran into this problem or if any one has ideas on how I can secure my php code up.
Thanks again.
© Stack Overflow or respective owner