When I request your homepage and view the source code there is a large block of obfuscated javascript being inserted into the page right after the <body> tag. The block of script starts out
< !--d93065--> < sc ript > c=2;i=c-2;if(parseInt("0123")===83)if(window.document)
That block of script is laoding malicious content and needs to be removed. If you do not see the script it is likely being inserted with some obfuscated php code, a line of code that starts out eval(base64_decode(' then a long string of seemingly random characters. Staart by checking the code for your homepage.
|