NaMLu Onursal Uye
Mesaj Sayısı : 34 Yaş : 32 Nerden : Trabzon İş/Hobiler : Turkish's Hacker Lakap : L@zK0p4T Rep Puanı : 0 Rep Gücü : 57480 Kayıt tarihi : 27/02/09
| Konu: Güvenlik Tarayıcısı Cuma Şub. 27, 2009 3:38 pm | |
| index.template.php dosyasında bul - Kod:
-
// Show the menu here, according to the menu sub template. template_menu();
bununla değiştir - Kod:
-
// Show the menu here, according to the menu sub template. template_menu();
// The main content should go here. echo '
<div id="bodyarea" style="padding: 1ex 0px 2ex 0px;">'; // bad-security-mod echo ' <div class="tborder" > <table border="0" width="100%" cellspacing="1" cellpadding="2" class="bordercolor"> <tr> <td width="100%" colspan="4" class="catbg" height="10"> <font color="#FFFFFF"><b>', $context['forum_name'], ' Güvenlik Tarayıcısı</b></font></td> </tr>
<tr class="titlebg"> <td width="24%" align="center"><span class="smalltext"> <font style="FONT-SIZE: 8pt">İp Adresiniz:</font></span></td> <td width="24%" align="center"><span class="smalltext"> <font style="FONT-SIZE: 8pt">Bağlantı Bilgileriniz:</font></span></td> <td width="25%" align="center"><span class="smalltext"> <font style="FONT-SIZE: 8pt">Konumunuz:</font></span></td> <td width="24%" align="center"><span style="font-size: 8pt">Sistem Bilgisi:</span></td> </tr> <tr bgcolor="#ffffff"> <td width="25%" class="windowbg2" align="center" height="5"> <!-- ip --> ', $_SERVER['REMOTE_ADDR'], ' <!-- /// --> </td> <td width="25%" class="windowbg2" align="center" height="5"> <!-- baglanti --> ', $_SERVER['HTTP_USER_AGENT'], ' <!-- /// --> </td> <td width="25%" class="windowbg2" align="center" height="5"> <!-- konum --> <script language="Javascript" src="http://www.ip2phrase.com/ip2phrase.asp?template= <COUNTRY> <FLAG><br><CITY> "></script> <!-- /// --> </td> <td width="25%" class="windowbg2" align="center" height="5"> <!-- sistem log --> [<font color="#FF0000" face="Verdana" size="1">Sisteme Kaydedildiniz!</font>] <!-- /// --> </td>
</tr> </table> </div><br>'; // bad-security-mod
Dosyanızın yedeğini mutlaka alın. | |
|
Admin Admin
Mesaj Sayısı : 416 Yaş : 34 Nerden : Rize İş/Hobiler : öğrenci Lakap : SanalKral Rep Puanı : 0 Rep Gücü : 58403 Kayıt tarihi : 22/02/09
| Konu: Geri: Güvenlik Tarayıcısı Cuma Şub. 27, 2009 3:53 pm | |
| paylaşim için teşekkürler... | |
|