[img width=700 height=226]http://img49.imageshack.us/img49/9792/ckswi2.png[/img]
index.template.php de
bu kodu bul
</head>
<body>';
üst satırına bunu ekle
<script type="text/javascript">
<!--
function karart() {
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm(\'Çıkış Yapmak İstediginizden Eminmisiniz?\'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>