Etiketler: Site, Statistics, Block, (Sİte, İstatislikler..!) |
| « Önceki başlık :: Sonraki başlık » |
| Yazar |
Mesaj |
SistemCesur Türk

Durum: Çevrimdışı Kayıt: 19.01.2006
Mesajlar: 12294
Level: 69
| Deneyim: |
12842 / 12842 |
|
|
|
100% |
|
Tarih: Sun Mar 12, 2006 12:33 pm Mesaj konusu: Site Statistics Block (Sİte İstatislikler..!) |
|
|
| Kod: |
##############################################################
## Mod Title: Site Statistics Block
## Mod Version: 1.0.0
## Author : GZP <gzp@gzp-inc.com>
## http://gzp-inc.com
## Description: - This seperates the statistics and online list
## in the "who is online" block on the index.
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: portal_body.tpl
## Demo: http://gzp-inc.com
##############################################################
## History:
## 6/10/05 - 1.0 Release for phpBB 2.0.15
##############################################################
## Author Notes: This has only been tested with the subSilver
## and smartDark templates. If you know enough you can modify
## it to work with your template. If you want to know what it
## looks like, visit my site @ http://gzp-inc.com
##
##############################################################
## Before Adding This MOD To Your Forum,
## You Should Back Up All Files Related To This MOD
##############################################################
#
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]----------------------------------------
#
$total_users = get_db_stat('usercount');
#
#-----[ AFTER ADD ]-----------------------------------
#
$total_topics = get_db_stat('topiccount');
#
#-----[ FIND ]----------------------------------------
#
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
#
#-----[ AFTER ADD ]-----------------------------------
#
'TOTAL_TOPICS' => sprintf($lang['total_topics'], $total_topics),
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]----------------------------------------
#
$lang['Total_posts'] = 'Total posts';
#
#-----[ AFTER ADD ]-----------------------------------
#
$lang['total_topics'] = " within <b>%s</b> topics";
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]-----------------------------------------
#
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
#
#-----[ REPLACE WITH ]----------------------------------------
#
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b><center>Site Statistics</center></b></span></td>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed" style="line-height: 100%">
{TOTAL_POSTS} {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER} | {RECORD_USERS}
</td>
</tr>
</table>
#
#-----[ SAVE/CLOSE ALL FILES ]----------------------------------
# |
|
|
| Başa dön |
|
 |
|
SistemCesur Türk

Durum: Çevrimdışı Kayıt: 19.01.2006
Mesajlar: 12294
Level: 69
| Deneyim: |
12842 / 12842 |
|
|
|
100% |
|
Tarih: Sun Mar 12, 2006 12:34 pm Mesaj konusu: |
|
|
Buda TürkÇesi Arkadaşlar...
| Kod: |
##############################################################
## Kaynağın Türkçe Çevirisinde DMRY Mod Çeviri aracı kullanılmıştır. Mod Çeviricisi
## için http://www.dmry.net/mod-ceviri
##
## UYARI: Kendi sitelerinizdeki tüm eklentilerin çevirisini bu adresten yapabilirsiniz. Fakat
## kaynak tepesine eklediğimiz bu satırları lütfen emeğe saygı duyup silmeyiniz.
##
## Mod Çeviricisi : Hakan Demiray ||Bu forumdaki linkleri sadece kayıtlı kullanıcılar görebilir! Kayıt olmak içinburaya tıklayınız... | || hakan[@]dmry[.]net
##############################################################
##############################################################
## MOD Başlık: Stop Bumping
## MOD Yazar: OXPUS <Bu forumdaki linkleri sadece kayıtlı kullanıcılar görebilir! Kayıt olmak içinburaya tıklayınız... | > ( Karten Ude ) http://www.oxpus.de/
## MOD Açıklama: Enables the Admin to disallow Users bumping to their own posts.
## MOD Sürüm: 1.1.0
##
## Kurulum zorluğu: Easy
## Kurulum süresi: 10-12 Dakika
## Düzenlenecek dosyalar: 11
## viewtopic.php
## admin/admin_board.php
## admin/admin_forums.php
## includes/functions_post.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## language/lang_german/lang_admin.php
## language/lang_german/lang_main.php
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/forum_edit_body.tpl
## templates/subSilver/viewtopic_body.tpl
##
## Yüklenecek dosyalar: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Yazar notları:
##
## Upload the file
## db_update.php
## to your phpbb root directory and run this with your browser.
## This file will do all nessassary changes in the database for you.
## After using this file, please delete it to avoid errors.
##
## If you have installed the Forum Management + from the Categories Hierarchy Mod
## look into the folder goodies.
##
##############################################################
## MOD Geçmişi:
##
## 2005-04-12 - Sürüm 1.1.0
## - Add switch stop bumping on, seperate for each forum or complete off.
## For update look into the folder updates.
##
## 2005-04-11 - Sürüm 1.0.3
## - Fix hiding reply button. Now it is really hidden!
##
## 2005-04-08 - Sürüm 1.0.2
## - Fix hiding reply button.
##
## 2005-04-06 - Sürüm 1.0.1
## - Fix several bugs. Thanks to danecobain!!!
##
## 2005-04-01 - Sürüm 1.0.0
## - First release
##
##############################################################
## Bu modu eklemeden önce lütfen dosyaların yedeğini alınız.
##############################################################
#
#-----[ AÇ ]------------------------------------------
#
viewtopic.php
#
#-----[ BUL ]------------------------------------------
#
$sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote" . $count_sql . "
FROM " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f" . $join_sql_table . "
WHERE $join_sql
AND f.forum_id = t.forum_id
$order_sql";
#
#-----[ SATIR İÇİNDE BUL ]------------------------------------------
#
f.forum_name, f.forum_status
#
#-----[ SATIR İÇİNDE, SONRASINA EKLE ]------------------------------------------
#
, f.stop_bumping
#
#-----[ BUL ]------------------------------------------
#
//
// End session management
//
#
#-----[ SONRASINA EKLE ]------------------------------------------
# |
|
|
| Başa dön |
|
 |
pistVatandaş

Durum: Çevrimdışı Kayıt: 14.03.2006
Mesajlar: 6
Level: 1
|
Tarih: Sat Mar 18, 2006 11:17 am Mesaj konusu: |
|
|
ellerinize sağlık bnmde küçük bi forum sitem war ..belki güleceksiniz ama bu html koduna nasıl gireceğim we bunları nasıl yapacağım _________________ Hayat Paylaştıkça Güseldir. |
|
| Başa dön |
|
 |
SistemCesur Türk

Durum: Çevrimdışı Kayıt: 19.01.2006
Mesajlar: 12294
Level: 69
| Deneyim: |
12842 / 12842 |
|
|
|
100% |
|
Tarih: Sat Mar 18, 2006 11:26 am Mesaj konusu: |
|
|
kardeş öteki konuya birşey yazdım bak onada iyice incele anlarsın ama senin sten freee yapamazsın  |
|
| Başa dön |
|
 |
Sayfanın En Üstüne Çıkmak İçin BURAYA TIKLA !
Bu forum phpBB Tabanlıdır.
Privacy (Gizlilik ilkesi)
Copyright © 2005-2007
All right reserved CesurTurk.Org
Cesur Türk Kullanıcı Gizlilik Koşulları ve Site Kullanım Şartları
Bu sayfada yer alan bilgilerin her hakkı, aksi ayrıca belirtilmediği sürece CesurTurk.Org'ye aittir.
Materyallerimizin izin alınmadan kopyalanması ve kullanılması 5846 sayılı Fikir ve Sanat Eserleri Yasasına göre suçtur.
Sitemizde yer alan yazıların telif hakları yazarların kendilerine veya yetki verdikleri kişilere aittir.
Sitemiz hiç bir şekilde kâr amacı gütmemektedir ve sitemizde yer alan tüm materyaller yalnızca bilgilendirme ve eğitim amacıyla sunulmaktadır. Misyonumuzu buradan okuyabilirsiniz.
Sitemizde yazınız bulunuyorsa ve kaldırılmasını istiyorsanız lütfen iletişim bölümünden irtibata geçiniz.
Yönetim ve Webtasarım SABQCES tarafından yapılmaktadır.
(( Gücümüzü Türk devletini kuran asil Türk ırkından alıyoruz ))
| Genel Site Map
| |