index.php ye eklemeniz şart değil örneğin index.template.php de aşağıdaki kodu uyugulayabilirsiniz
İşlem yapmadan önce dosyanızı yedek alınız
Kullandığın Temadaki index.template.php de bul
// Show the load time?
if ($context['show_load_time'])
echo '
<span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span>';değiştir
// Show the load time?
if ($context['show_load_time'])
echo '
<span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span><br /><br />
TOPLİST KODLARI BURAYA GELECEK
';