Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1208
Smf Eklenti İstekleriniz ..(3836 okuma, 1 yanıt) Class Menu ..(4476 okuma, 2 yanıt) TurkishFrm Duyurular Modu ..(4636 okuma, 4 yanıt) Duyurular / İstatistikler ..(2792 okuma, 0 yanıt) Veritabanı Yedekle ..(4343 okuma, 2 yanıt) Seo İpucu 30 tane ..(4397 okuma, 3 yanıt) Seo Sayfa Sorununa Çözüm ..(3238 okuma, 0 yanıt) Smf Seo Kurulum ...! ..(4391 okuma, 2 yanıt) GoogleTagged [action=tagg ..(3086 okuma, 0 yanıt) bu ne demek ? ben yuklemi ..(3937 okuma, 2 yanıt) smf paket yükleme hatası ..(3941 okuma, 2 yanıt) Sitenize Favicon Ekleyin ..(3352 okuma, 0 yanıt) Online üyeler ve bugün on ..(2802 okuma, 0 yanıt) 158-Sesli Mesaj Uyarısı ( ..(2882 okuma, 0 yanıt) Full top 10 istatistikler ..(6023 okuma, 5 yanıt) Forum İstatistikleri ..(2713 okuma, 0 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Forum İstatistikleri
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
ramx Mesaj: 200+
Kayıt: Feb 08, 2008 Mesajlar: 246
Tarih: 2008-07-23, 06:49:42 Mesaj konusu: Forum İstatistikleri
FORUM TEMANIZDA
boardindex.templateyi açın
Bu kodu bulun
// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '
<tr>
<td>', $txt[645], '</td>
</tr>
<tr>
<td>
<a href="', $scripturl, '?action=stats"><img src="', $settings['images_url'], '/icons/info.gif" alt="', $txt[645], '" /></a>
</td>
<td>
<span>
', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ', $context['common_stats']['total_topics'], ' ', $txt[64], ' ', $txt[525], ' ', $context['common_stats']['total_members'], ' ', $txt[19], '. ', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>
<br> ' . $txt[659] . ': <b>"' . $context['latest_post']['link'] . '"</b> ( ' . $context['latest_post']['time'] . ' )<br>
<a href="', $scripturl, '?action=recent">', $txt[234], '</a>', $context['show_stats'] ? '<br>
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</span>
</td>
</tr>';
}
bununla değiştirin
// Show style information...
if ($settings['show_sp1_info'])
{
echo '
<tr>
<td>', $txt[645], '</td>
</tr>
<tr>
<td>
<a href="', $scripturl, '?action=stats"><img src="', $settings['images_url'], '/icons/info.gif" alt="', $txt[645], '" /></a>
</td>
<td>
<span>';
// Forum istatistikleri
global $db_prefix,$modSettings;
$istatistik1 = '<img align="absmiddle" src="'. $settings['images_url']. '/istatistik1.gif" alt="" border="0" style="margin:0 2px 0 0;" />';
$today = strtotime("24 hours ago");
date('j') == 1 ? $thismonth = $today : $thismonth = strtotime(date('F') . ' 1');
date('l') == 'Sunday' ? $thisweek = $today : $thisweek = strtotime('last Sunday');
date('M') == 'January' ? $thisyear = $thismonth : $thisyear = strtotime('January 1');
$query = db_query("SELECT
COUNT(dateRegistered > $thisyear OR NULL) as year,
COUNT(dateRegistered > $thismonth OR NULL) as month,
COUNT(dateRegistered > $thisweek OR NULL) as week,
COUNT(dateRegistered > $today OR NULL) as today
FROM {$db_prefix}members
WHERE is_activated = 1", __FILE__, __LINE__);
$row = mysql_fetch_assoc($query);
settype($row['today'], "integer");
settype($row['week'], "integer");
settype($row['month'], "integer");
echo '
<table>
<tr>
<td>
' , $istatistik1 , '<font>', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b></td><td>
' , $istatistik1 , '<font>Toplam Uye:', $context['common_stats']['total_members'], '</font>
</td><td>
' , $istatistik1 , '<font>Bu Ay: ' , $row['month'] , '</font></td><td>
' , $istatistik1 , '<font>Bu Hafta: ' , $row['week'], '</font></td><td>' , $istatistik1 , '<font>Bugun:' , $row['today'] , '</font>
';
echo'
</td><td>' , $istatistik1 , '<a href="' . $scripturl . '?action=stats"><font>' . $txt['smf223'] . '</font></a>
</td>
</tr>
</table>
<table>
<tr>
<td>
' , $istatistik1 , '<font>' . $txt[659] . ': <b>"' . $context['latest_post']['link'] . '</font></td><td>
' , $istatistik1 , '<font>Toplam Konu:', $context['common_stats']['total_topics'], '</font></td><td>
' , $istatistik1 , '<font>Toplam Mesaj:', $context['common_stats']['total_posts'], '</font></td><td>
' , $istatistik1 , '<a href="', $scripturl, '?action=recent"><font>[Son Gönderilen Mesajlar]</font></a>
</td>
</tr>
</table>
</span>
</td>
</tr>';
}
bu resmide images klasorune atın
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2024-11-21, 10:38:06 Mesaj konusu: Forum Arası Reklamlar
Başa dön
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız