Not Yedek Alınız..!Kullandığınız Temanın index.template.php Dosyasını AçınızBunu Bul// Show the menu here, according to the menu sub template.
template_menu();
Bunula Değiştir// 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