Archive for March 11, 2008

Nasty hacker who change my websites’s offline.php

It took me two hours to diagnose which file has been changed, I used eliminating way to find it. Eventually I found the offline.php was modified by hacker to :

<html><head>

<meta http-equiv=”Content-Language” content=”tr”>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1254″><title>The Snip3r &amp; His Friends::&gt; ||Serseri-X||Mannak||CW_Graft||</title></head><body bgcolor=”#000000″>

<p align=”center”>
<p align=”center”><font color=”#ff0000″ face=”Impact” size=”10″>The Snip<font color=”#ffffff”>3</font>r </font></p>
<p align=”center”><font color=”#666666″ face=”Impact” size=”5″>Siber D&#252;nyan&#305;n T&#220;RK &#199;ocuklar&#305;!</font></p>
<p align=”center”>&nbsp;</p>
<p align=”center”><font color=”#e1e0d7″ face=”Trebuchet MS”><strong>Can s&#305;k&#305;nt&#305;s&#305; :) Bi sebebi yok…</strong></font></p>
></html>

You can copy the above html code to run locally to see what hacker’s page looks like.

Comments

IE blank page, JavaScript turned off or activeX issue

If you IE happens to show a blank page, you may think it is because the page runs some script which your IE security settings is too high so that it blocks this kind of scripts running.

The quickest workaround to this issue is to follow the blow steps:

 

1.

Start Internet Explorer 7.
2. Click Tools, and then click Internet Options.
3. In the Internet Options dialog box, click the Security tab.
4. Click Internet, and then click Custom Level.
5. Under Reset Custom Settings, click Medium in the Reset to list.
6. Click OK two times.

 Restart IE and it should work. Restart IE and it should work.

Comments