میوانی بهڕێز، بهخێرهاتی بۆ مهكۆكانی وێبچن، وهك میوان دهتوانی ههموو بابهتهكانی مهكۆكان بخوێنیتهوه و پێویست به خۆ تۆمار كردن ناكات، بۆ ئهوهی بتوانی بابهت و پرسیار بنووسیت پێویسته خۆت تۆمار بكهیت كه چهند ههنگاوێكی زۆر ئاسان و كورته بۆ جێبهجێ كردن
سڵاو ئازیزانم .. !!
رێگایهكی نوێم بۆتان ئاماده كردووه بۆ رهنگ كردنی گرووپی ئهندامان .. ئهویش دوای ئهوهی خۆم تاقیم كردۆتهوه و زۆر سهركهوتوو بووه ...
تهنها كهمیك زیرهكیی و وودبینی دهوێ ![]()
![]()
فهرموون لهگهڵم بن با بۆتان روون بكهمهوه چۆنه ..!!
سهرهتا ئهو پهرگانهی ( فایلانهی ) كه ئیشمان پێ دهبێ ئاماده بكه
index.php
viewtopic.php
userlist.php
profile.php.
include/templates/main.tpl
یانیش ستایل شیتهكهت ..
ئێستا با دهست پێ بكهین و ههنگاوه پراكتیكییهكان ئهنجام بدهین ..
index.php بكهرهوه ..
$result = $db->query('SELECT user_id, ident FROM '.$db->prefix.'online WHERE idle=0 ORDER BY ident', true) or error('Unable to fetch online list', __FILE__, __LINE__, $db->error());بگۆڕه بۆ
$result = $db->query('SELECT o.user_id, o.ident, g.g_id, g.g_title FROM '.$db->prefix.'online AS o INNER JOIN '.$db->prefix.'users AS u ON o.user_id=u.id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE o.idle=0 ORDER BY o.ident', true) or error('Unable to fetch online list', __FILE__, __LINE__, $db->error());پاشان
$users[] = "\n\t\t\t\t".'<dd><a href="profile.php?id='.$pun_user_online['user_id'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</a>';
بگۆڕه بۆ
$users[] = "\n\t\t\t\t".'<dd><span class="'.$pun_user_online['g_title'].'"><a href="profile.php?id='.$pun_user_online['user_id'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</a></span>';
ئهو پهڕگهیه سهیڤ بكه ..
viewtopic.php بكهرهوه
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());بگؤره بۆ
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, g.g_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());پاشان
$username = '<a href="profile.php?id='.$cur_post['poster_id'].'">'.pun_htmlspecialchars($cur_post['username']).'</a>';
بگۆڕه بۆ
$username = '<span class="'.$cur_post['g_title'].'"><a href="profile.php?id='.$cur_post['poster_id'].'">'.pun_htmlspecialchars($cur_post['username']).'</a></span>';
ئهو پهڕگهیهشمان تهواو ... سهیڤی بكه
پهڕگهی userlist.php بكهرهوه ...
تێبینی ( لهم پهڕگهیهدا كهمێك كێشهم بۆ دروست بوو له پیشاندانی لیستی ئهندامان ،،، ناوی ئهندامان دووباره دهبوهوه .. تاقی بكهنهوه ئهگهر كێشهتان ههبوو ئهوا پهڕگهی پێشوو بهرز بكهنهوه )
$result = $db->query('SELECT u.id, u.username, u.title, u.num_posts, u.registered, g.g_id, g.g_user_title FROM '.$db->prefix.'users AS u LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE u.id>1'.(!empty($where_sql) ? ' AND '.implode(' AND ', $where_sql) : '').' ORDER BY '.$sort_by.' '.$sort_dir.' LIMIT '.$start_from.', 50') or error('Unable to fetch user list', __FILE__, __LINE__, $db->error());بگۆڕه بۆ :
$result = $db->query('SELECT u.id, u.username, u.title, u.num_posts, u.registered, g.g_id, g.g_user_title, g.g_title FROM '.$db->prefix.'users AS u LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE u.id>1'.(!empty($where_sql) ? ' AND '.implode(' AND ', $where_sql) : '').' ORDER BY '.$sort_by.' '.$sort_dir.' LIMIT '.$start_from.', 50') or error('Unable to fetch user list', __FILE__, __LINE__, $db->error());پاشان
<td class="tcl"><?php echo '<a href="profile.php?id='.$user_data['id'].'">'.pun_htmlspecialchars($user_data['username']).'</a>' ?></td>
بگۆڕه بۆ
<td class="tcl"><?php echo '<span class="'.$user_data['g_title'].'"><a href="profile.php?id='.$user_data['id'].'">'.pun_htmlspecialchars($user_data['username']).'</a></span>' ?></td>
دهزانن كهمێك ماندوو بوم ..!!
دهی زۆر نهماوه ..
ئهو پهرگهیهشمان تهواو ئازیزان .. سهیڤی بكهن .
ئێستا پهڕگهی profile.php. بكهرهوه ...
$result = $db->query('SELECT u.username, u.email, u.title, u.realname, u.url, u.jabber, u.icq, u.msn, u.aim, u.yahoo, u.location, u.use_avatar, u.signature, u.disp_topics, u.disp_posts, u.email_setting, u.save_pass, u.notify_with_post, u.show_smilies, u.show_img, u.show_img_sig, u.show_avatars, u.show_sig, u.timezone, u.language, u.style, u.num_posts, u.last_post, u.registered, u.registration_ip, u.admin_note, g.g_id, g.g_user_title FROM '.$db->prefix.'users AS u LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE u.id='.$id) or error('Unable to fetch user info', __FILE__, __LINE__, $db->error());بگۆڕه بۆ :
$result = $db->query('SELECT u.username, u.email, u.title, u.realname, u.url, u.jabber, u.icq, u.msn, u.aim, u.yahoo, u.location, u.use_avatar, u.signature, u.disp_topics, u.disp_posts, u.email_setting, u.save_pass, u.notify_with_post, u.show_smilies, u.show_img, u.show_img_sig, u.show_avatars, u.show_sig, u.timezone, u.language, u.style, u.num_posts, u.last_post, u.registered, u.registration_ip, u.admin_note, g.g_id, g.g_user_title, g.g_title FROM '.$db->prefix.'users AS u LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE u.id='.$id) or error('Unable to fetch user info', __FILE__, __LINE__, $db->error());ئینجا
<dd><?php echo pun_htmlspecialchars($user['username']) ?></dd>
بگۆڕه بۆ :
<dd><?php echo '<span class="'.$user['g_title'].'"><a href="profile.php?id='.$id.'">'.pun_htmlspecialchars($user['username']).'</a></span>' ?></dd>
ئهو پهڕگهیهشمان تهواو كرد ..
ئێستا كارهكهمان 80 % تهواو بووه ...
شتێكی زۆر بچووك و ئاسان ماوه ..
به تهركیزهوه لهگهڵم بن ..
دوو پهڕگهی ترمان ماوه ..
دهتوانیت تهنها یهكێكیان ههلبژێریت بۆ ئهوهی كۆدهكانی ناوی بگۆریت ...
ئهویش یان include/templates/main.tpl یانیش ستایل شیت .. ( واته ئهو ستایلهی تۆ بهكاری دهبهیت )
من دهستكاری كردنی ستایل شیتم پێ باشتر و ئاسانتره ..
نازانم مهبهستم تێ دهگهن یان نا ..
ئهو ستایلهی بهكاری دههێنن .. واته من ئێستا ستایلی phpbbkurdish بهكار دههێنم ... پهڕگهی phpbbkurdish.css
له فۆلدهری style دهكهیتهوه .... ( لهناو كۆمپیوتهرهكهت جارێ ) ..
تهنها ئهم كۆدانه له كۆتایی ههموو كۆدهكان دادهنێیت .. بهلام ئاگادار به زۆر بهجوانی داینه ..
span.Administrators a:link, span.Administrators a:visited {
color: #ff9900;
font-size: 12px;
}
span.Administrators a:hover {
color: #ff9966;
font-size: 12px;
text-decoration: underline;
}
span.Moderators a:link, span.Moderators a:visited {
color: #009900;
font-size: 12px;
}
span.Moderators a:hover {
color: #00bb00;
font-size: 12px;
text-decoration: underline;
}ئێستا 95% تهواو بووین ..
ماوهتهوه ههندێ روون كردنهوه ..
لهم كۆده تهنها گرووپی بهڕیوهبهر و سهرپهرشتیار ئامادهكراوه ... خۆت دهتوانیت گروپهكان زیاد بكهیت و رهنگیشیان بگۆڕیت ..
ئهگهر ههر بهریزیكیش روون كردنهوهی پێویست ئهوا هاوكاری دهكهم خوا هاوكارمان بێ ..
تێبینی : ئهوهندهی من بزانم ئهم بۆ ههموو وهشانێكی PunBB دروسته ..
سهركهوتوو بن
لێره نیه
دهست خۆش کاک شڤان بهراستی ماندوبونی پێوه دیاره
بژیت ..
لێرهیه
یا ڕهبی دهستت خۆش بێت بهراستی ماندوو بویت.
ههر بژیییییی
بژین.،
لێرهیه
دهست خۆش کاک شڤان بهراستی به سوده
لێره نیه
ده ست خۆش بيت به ريزم
لێره نیه
ئهم پهركهیهت بیرچو چی لێبكهین include/templates/main.tpl !
لێره نیه
دهستت خۆش رونکردنهوهیهکی جوانه
لێره نیه
HewrKurd نووسی:
ئهم پهركهیهت بیرچو چی لێبكهین include/templates/main.tpl !
پێویست ناكا براكهم ... تهنها ستایل شیتهكه بهسه و شتهكه سهركهوتن دههێنێت پهنا بهخوا
لێره نیه
Shvan Goran نووسی:
HewrKurd نووسی:
ئهم پهركهیهت بیرچو چی لێبكهین include/templates/main.tpl !
![]()
پێویست ناكا براكهم ... تهنها ستایل شیتهكه بهسه و شتهكه سهركهوتن دههێنێت پهنا بهخوا
ئه وده ستانه ت خؤشبى ، بياو هه ربابه تى وابنوسى به كارم هينا زؤر ته واوه بئ كيشه يه ، ماندونه بى خاره
لێره نیه
دهستت خۆش گهر وابێت دوای تاقی دهکهمهوه ئهوه 3مانگه بهدهست رهنگی کردنی ئهندامانهوه دهناڵێنم بژیت :d
لێره نیه
gailan نووسی:
دهستت خۆش گهر وابێت دوای تاقی دهکهمهوه ئهوه 3مانگه بهدهست رهنگی کردنی ئهندامانهوه دهناڵێنم بژیت :d
زؤر ئاسانه ، به لى منيش بيشتر 2جار هه ولم دا نه متوانى بيكه م ، به لام ئه وه يان ته واوه .
لێره نیه
HewrKurd نووسی:
Shvan Goran نووسی:
HewrKurd نووسی:
ئهم پهركهیهت بیرچو چی لێبكهین include/templates/main.tpl !
![]()
پێویست ناكا براكهم ... تهنها ستایل شیتهكه بهسه و شتهكه سهركهوتن دههێنێت پهنا بهخوائه وده ستانه ت خؤشبى ، بياو هه ربابه تى وابنوسى به كارم هينا زؤر ته واوه بئ كيشه يه ، ماندونه بى خاره
دهك یاخوا پیرۆزت بێ مامه ... خۆشعار بووم ...
لێره نیه
دهستهكانت خۆش بێت بهڕاستی ماندوو بوی
لێره نیه
سڵاو
سهرهتا دهستت خۆش بۆئهم کارهچاکه ئیشێکی چاکت کرد بژیت
بهس من کێشهیهکم ههیه
ههموو ههنگاوهکانم کرد بهس رهنگهکه ناگۆردرێت
نازانم هۆی چیه؟؟
ئهمهش لینک
www.kurdchin.com/yane
لێره نیه
gailan نووسی:
سڵاو
سهرهتا دهستت خۆش بۆئهم کارهچاکه ئیشێکی چاکت کرد بژیت
بهس من کێشهیهکم ههیه
ههموو ههنگاوهکانم کرد بهس رهنگهکه ناگۆردرێت
نازانم هۆی چیه؟؟
ئهمهش لینک
www.kurdchin.com/yane
سلاو ئازيزم ..
دڵنیا به كه رهنگی گرووپهكان به تهواوی دانراوه ...
مهبهستم ئهم كۆدهیه كه رهنگی بۆلدم داوهتێ
span.Administrators a:link, span.Administrators a:visited {
[b] color: #ff9900;[/b]
font-size: 12px;یان
دڵنیا به ناوی گرووپهكان تهواون ...
ئهویش دهچیته بهرێوهبهرایهتی مهكۆ له دهستكاریكردنی گرووپ .. دوو خانهت دهداتێ خانهكهی سهرهوه بكهرهوه رێنووسی ئینگلیزی ...
بۆ نموونه بهرێوهبهری گشتی بكه به Administrators
وه ههروهها ..........
چونكه كێشهكهی تۆ ئهوهیه كه ناوی گرووپهكان له پهڕگهی ستایل شیت و له مالپهرهكه وهكو یهك نییه بۆیه یهك ناگرێتهوه و رهنگهكان بهدیار ناكهون ..
ئهگهر لهمهبهستم نهگهشتی دهتوانم هێشتا روونكردنهوهت بۆ بكهم برای بهرێزم ...
له خزمهتدام ..
بههیوای سهركهوتن ..
لێره نیه
سڵاو دهستت خۆش چارهسهر بوو
بهس شتێکی تر
ناتوانم خۆی ئۆتۆماتیکی ڕهنگی ئهندمان بگۆرێت واتا به پێی پلهکهی
ئهندامی چالاک ،رهنگێکبێت گهر گهشته ئهندامی ههمیشهیی رهنگێکی تر واتا ئۆتۆماتی کی بگۆڕدرێت
بژیت
لێره نیه
بهتهواوهتی تاقیم نهكردۆتهوه ..
بهلام ئهگهر تۆ بتوانیت ئهم شته له بهرێوهبهرایهتی ئهنجام بدهیت ئهوا لهمهشیان ههر دهتوانیت
واته له بهڕێوهبهرایهتی دهتوانیت بۆ نموونه ئهندامب نوێ بۆ ئهندام و پاشان بۆ ههمیشهیی و بۆ چالاك و ههروهها .....
تۆ كه ئهم شتانهت چاككرد له بهرێوهبهرایهتی كه جارێ پهیوهندی به رهنگهوه نیه ... ئیتر ههمان گرووپ له ستایل شیت زیاد بكه وهك لهسهرهوه ئاماژهم پێ كردووه ...
وازبزانم ئهو كات كێشهت نامێنێ ...
بههیوای سهركهوتن
لێره نیه
سڵاو گیان منیش ئهوهم دهزانی
له بهرێوهبهرایهتی زیادی بکهم پاشان لهستایل
بهس من دهمهوێت بهشێوهی ئۆتۆماتیکی که گهشته ههر نازناوێک خۆی ڕهنگهکهی بگۆڕدرێت!!
نازانم دهکرێت یان نا![]()
لێره نیه
ههموو كارهكانم ئهنجام دا بهڵام
$users[] = "\n\t\t\t\t".'<dd><a href="profile.php?id='.$pun_user_online['user_id'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</a>';
ئهو كوده له ناو بوخچه Index.php نیه زۆر گرام نهم دیتهوه
ئهمهش كۆدهكانی بوخچه Index.php ه
<?php
/***********************************************************************
Copyright (C) 2002-2008 PunBB
This file is part of PunBB.
PunBB is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
PunBB is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
************************************************************************/
define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';
if ($pun_user['g_read_board'] == '0')
message($lang_common['No view']);
// Load the index.php language file
require PUN_ROOT.'lang/'.$pun_user['language'].'/index.php';
$page_title = pun_htmlspecialchars($pun_config['o_board_title']);
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
// Print the categories and forums
$result = $db->query('SELECT c.id AS cid, c.cat_name, f.id AS fid, f.forum_name, f.forum_desc, f.redirect_url, f.moderators, f.num_topics, f.num_posts, f.last_post, f.last_post_id, f.last_poster, t.subject FROM '.$db->prefix.'categories AS c INNER JOIN '.$db->prefix.'forums AS f ON c.id=f.cat_id LEFT JOIN '.$db->prefix.'topics AS t ON t.last_post_id=f.last_post_id LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].') WHERE fp.read_forum IS NULL OR fp.read_forum=1 ORDER BY c.disp_position, c.id, f.disp_position', true) or error('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());
$cur_category = 0;
$cat_count = 0;
while ($cur_forum = $db->fetch_assoc($result))
{
$moderators = '';
if ($cur_forum['cid'] != $cur_category) // A new category since last iteration?
{
if ($cur_category != 0)
echo "\t\t\t".'</tbody>'."\n\t\t\t".'</table>'."\n\t\t".'</div>'."\n\t".'</div>'."\n".'</div>'."\n\n";
++$cat_count;
?>
<div id="idx<?php echo $cat_count ?>" class="blocktable">
<h2><span><?php echo pun_htmlspecialchars($cur_forum['cat_name']) ?></span></h2>
<div class="box">
<div class="inbox">
<table cellspacing="0">
<thead>
<tr>
<th class="tcl" scope="col"><?php echo $lang_common['Forum'] ?></th>
<th class="tc2" scope="col"><?php echo $lang_index['Topics'] ?></th>
<th class="tc3" scope="col"><?php echo $lang_common['Posts'] ?></th>
<th class="tcr" scope="col"><?php echo $lang_common['Last post'] ?></th>
</tr>
</thead>
<tbody>
<?php
$cur_category = $cur_forum['cid'];
}
$item_status = '';
$icon_text = $lang_common['Normal icon'];
$icon_type = 'icon';
// Are there new posts?
if (!$pun_user['is_guest'] && $cur_forum['last_post'] > $pun_user['last_visit'])
{
$item_status = 'inew';
$icon_text = $lang_common['New icon'];
$icon_type = 'icon inew';
}
// Is this a redirect forum?
if ($cur_forum['redirect_url'] != '')
{
$forum_field = '<h3><a href="'.pun_htmlspecialchars($cur_forum['redirect_url']).'" title="'.$lang_index['Link to'].' '.pun_htmlspecialchars($cur_forum['redirect_url']).'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';
$num_topics = $num_posts = ' ';
$item_status = 'iredirect';
$icon_text = $lang_common['Redirect icon'];
$icon_type = 'icon';
}
else
{
$forum_field = '<h3><a href="viewforum.php?id='.$cur_forum['fid'].'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';
$num_topics = $cur_forum['num_topics'];
$num_posts = $cur_forum['num_posts'];
}
if ($cur_forum['forum_desc'] != '')
$forum_field .= "\n\t\t\t\t\t\t\t\t".$cur_forum['forum_desc'];
// Display the last topic
$idm = $cur_forum['subject'];
if(strlen($idm) > 30) {
$idmComp = str_replace('"', "''", $idm);
$idm = substr($idm, 0, 30).'...';
} else
$idmComp = '';
// Display the last topic
$idm = $cur_forum['subject'];
if(strlen($idm) > 30) {
$idmComp = str_replace('"', "''", $idm);
$idm = substr($idm, 0, 30).'...';
} else
$idmComp = '';
// If there is a last_post/last_poster.
if ($cur_forum['last_post'] != '') {
$idmT = (isset($idmComp)) ? ' title="'.$idmComp.'"' : '';
$last_post = format_time($cur_forum['last_post']).'<br />dans <a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'"'.$idmT.'><em>'.$idm.'</em></a><br /><span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).'</span>';
} else
$last_post = ' ';
?>
<tr<?php if ($item_status != '') echo ' class="'.$item_status.'"'; ?>>
<td class="tcl">
<div class="intd">
<div class="<?php echo $icon_type ?>"><div class="nosize"><?php echo $icon_text ?></div></div>
<div class="tclcon">
<?php echo $forum_field."\n".$moderators ?>
</div>
</div>
</td>
<td class="tc2"><?php echo $num_topics ?></td>
<td class="tc3"><?php echo $num_posts ?></td>
<td class="tcr"><?php echo $last_post ?></td>
</tr>
<?php
}
// Did we output any categories and forums?
if ($cur_category > 0)
echo "\t\t\t".'</tbody>'."\n\t\t\t".'</table>'."\n\t\t".'</div>'."\n\t".'</div>'."\n".'</div>'."\n\n";
else
echo '<div id="idx0" class="block"><div class="box"><div class="inbox"><p>'.$lang_index['Empty board'].'</p></div></div></div>';
// Collect some statistics from the database
$result = $db->query('SELECT COUNT(id)-1 FROM '.$db->prefix.'users') or error('Unable to fetch total user count', __FILE__, __LINE__, $db->error());
$stats['total_users'] = $db->result($result);
$result = $db->query('SELECT id, username FROM '.$db->prefix.'users ORDER BY registered DESC LIMIT 1') or error('Unable to fetch newest registered user', __FILE__, __LINE__, $db->error());
$stats['last_user'] = $db->fetch_assoc($result);
$result = $db->query('SELECT SUM(num_topics), SUM(num_posts) FROM '.$db->prefix.'forums') or error('Unable to fetch topic/post count', __FILE__, __LINE__, $db->error());
list($stats['total_topics'], $stats['total_posts']) = $db->fetch_row($result);
?>
<div id="brdstats" class="block">
<h2><span><?php echo $lang_index['Board info'] ?></span></h2>
<div class="box">
<div class="inbox">
<dl class="conr">
<dt><strong><?php echo $lang_index['Board stats'] ?></strong></dt>
<dd><?php echo $lang_index['No of users'].': <strong>'. $stats['total_users'] ?></strong></dd>
<dd><?php echo $lang_index['No of topics'].': <strong>'.$stats['total_topics'] ?></strong></dd>
<dd><?php echo $lang_index['No of posts'].': <strong>'.$stats['total_posts'] ?></strong></dd>
</dl>
<dl class="conl">
<dt><strong><?php echo $lang_index['User info'] ?></strong></dt>
<dd><?php echo $lang_index['Newest user'] ?>: <a href="profile.php?id=<?php echo $stats['last_user']['id'] ?>"><?php echo pun_htmlspecialchars($stats['last_user']['username']) ?></a></dd>
<?php
if ($pun_config['o_users_online'] == '1')
{
// Fetch users online info and generate strings for output
$num_guests = 0;
$users = array();
$result = $db->query('SELECT o.user_id, o.ident, g.g_id, g.g_title FROM '.$db->prefix.'online AS o INNER JOIN '.$db->prefix.'users AS u ON o.user_id=u.id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id WHERE o.idle=0 ORDER BY o.ident', true) or error('Unable to fetch online list', __FILE__, __LINE__, $db->error());
while ($pun_user_online = $db->fetch_assoc($result))
{
if ($pun_user_online['user_id'] > 1)
$users[] = "\n\t\t\t\t".'<img src="http://i35.tinypic.com/121d8iu.jpg" alt="wene" /> <dd><a href="profile.php?id='.$pun_user_online['user_id'].'&phpMyAdmin=8vWbAgsnOIpH1T-G3ObkpK6EOD8"><span style="color: '.$pun_user_online['color'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</span></a>';
++$num_guests;
}
$num_users = count($users);
// users on line today
$date = getdate(time());
$todaystamp = mktime(0,0,0, $date['mon'], $date['mday'], $date['year']);
$result = $db->query("SELECT username, id, last_visit from ".$db->prefix."users WHERE last_visit >= '".$todaystamp."' ORDER by last_visit DESC") or error("Unable to find the list of the users online today", __FILE__, __LINE__, $db->error());
$users_today = array();
while ($pun_user_online_today = $db->fetch_assoc($result))
$users_today[] .= "\n\t\t\t\t".'<img src="http://i35.tinypic.com/2ilhrf5.jpg" alt="wene" /> <dd><a href="profile.php?id='.$pun_user_online_today['id'].'&phpMyAdmin=8vWbAgsnOIpH1T-G3ObkpK6EOD8" title="DerniSre visite de '.$pun_user_online_today['username'].' : '.format_time($pun_user_online_today['last_visit']).'">'.$pun_user_online_today['username'].'</a>';
$num_users_today = count($users_today);
echo "\t\t\t\t".'<dd>'. $lang_index['Users online'].': <strong>'.$num_users.'</strong></dd>'."\n\t\t\t\t".'<dd>'.$lang_index['Users today'].': <strong>'.$num_users_today.'</strong></dd>'."\n\t\t\t\t".'<dd>'.$lang_index['Guests online'].': <strong>'.$num_guests.'</strong></dd>'."\n\t\t\t".'</dl>'."\n";
if ($num_users > 0)
echo "\t\t\t".'<dl id="onlinelist" class= "clearb">'."\n\t\t\t\t".'<dt><strong>'.$lang_index['Online'].': </strong></dt>'."\t\t\t\t".implode(',</dd> ', $users).'</dd>'."\n\t\t\t".'</dl>'."\n";
else
echo "\t\t\t".'<div class="clearer"></div>'."\n";
// list users on line today
echo "\t\t\t".'<dl id="onlinetodaylist">'."\n\t\t\t\t".'<dt><strong>'.$lang_index['Online today'].': </strong></dt>';
if ($num_users_today > 0)
echo implode(',</dd> ', $users_today).'</dd>'."\n\t\t\t".'</dl>'."\n";
else
echo '<dd><em></em></dd>'."\n\t\t\t".'</dl>'."\n";
}
else
echo "\t\t".'</dl>'."\n\t\t\t".'<div class="clearer"></div>'."\n";
?>
</div>
</div>
</div>
<img src="img/Chalaktrin_20_endam.http://i35.tinypic.com/2itoguo.jpg"><span><b>????????? 20 ???????</b></span>
<h2><span><b>
chalaktrn 20 andam </b></span></h2>
<div class="box">
<div class="inbox">
<div>
<?php
$result = $db->query('SELECT id, username, num_posts FROM '.$db->prefix.'users ORDER BY num_posts DESC, username LIMIT 20') or error('Unable to fetch user data', __FILE__, __LINE__, $db->error());
while ($data = $db->fetch_assoc($result))
{
if ($data['id'] != 1)
{
echo "\t\t\t\t\t\t".'<img src="http://i34.tinypic.com/30mbbjc.gif" alt="wene" /> <a href="profile.php?id='.$data['id'].'&phpMyAdmin=8vWbAgsnOIpH1T-G3ObkpK6EOD8">'.pun_htmlspecialchars($data['username']).'</a> ('.$data['num_posts'].') '."\n";
}
}
?>
</div>
</div>
</div>
</div><?php
$footer_style = 'index';
require PUN_ROOT.'footer.php';لێره نیه
ئهمه ههوه
if ($pun_user_online['user_id'] > 1) $users[] = "\n\t\t\t\t".'<img src="http://i35.tinypic.com/121d8iu.jpg" alt="wene" /> <dd><a href="profile.php?id='.$pun_user_online['user_id'].'&phpMyAdmin=8vWbAgsnOIpH1T-G3ObkpK6EOD8"><span style="color: '.$pun_user_online['color'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</span></a>';
لێره نیه
بهرێز مهبهست چیه لهمه چۆن لهناو كۆپیتوتهر ئهمانه ئهجام بدهم تاكیه رونتر سوپاست دهكهم سهركهتوبی
له فۆلدهری style دهكهیتهوه .... ( لهناو كۆمپیوتهرهكهت جارێ ) ..
تهنها ئهم كۆدانه له كۆتایی ههموو كۆدهكان دادهنێیت .. بهلام ئاگادار به زۆر بهجوانی داینه ..
:
span.Administrators a:link, span.Administrators a:visited {
color: #ff9900;
font-size: 12px;
}
span.Administrators a:hover {
color: #ff9966;
font-size: 12px;
text-decoration: underline;
}
span.Moderators a:link, span.Moderators a:visited {
color: #009900;
font-size: 12px;
}
span.Moderators a:hover {
color: #00bb00;
font-size: 12px;
text-decoration: underline;
}
لێره نیه
ئازیزم پهڕگهی ستایل شیتهكه دهكهیتهوه و ئهم گۆرانكارییانهی لێ ئهنجام دهدهیت جا چ لهناو راژهی سایتهكهت بێت یانیش لهناو كۆمپیوتهرهكهت ... گرنگ ئهوهیه كه پهڕگهكه لهناو فۆلدهری style ـــــــــــــه ...
لێره نیه
دەست خۆش کاک شڤان گیان بابەتێکی جوانە بەڕاستی .
سەرکەوتن بۆ ئێوەیە....
لێرهیه
زۆر سوپاس كاكه ههڵۆ گیان ... سهركهوتوو بیت
لێره نیه