After I localised the code that have been used for hacking my site I decided to simply disable fwrite function in php.ini becase mainly the injections into php files are made by simply fopening and fwriting all phps...
May be this could help also others...
Just find disable_functions option in php.ini and add fwrite into it.
May be this could help also others...
Just find disable_functions option in php.ini and add fwrite into it.
Comment