| Author | Message |
deasn
132 posts |
#21407 2008-03-31 23:06 GMT |
|
Selam arkadaslar siteye son üye olanlar sayısını nasıl artırabilirim ? suan 10 tane gozukuyor bunu 20 yapmak istiyorum yardım edermisiniz |
|
Kaan
2,082 posts |
#21538 2008-04-01 08:59 GMT |
|
Kodları buraya yaz..
|
|
deasn
132 posts |
#21546 2008-04-01 16:27 GMT |
|
Code: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newusers.php Version=700 Updated=2004-mar-02 Type=Plugin.Index Author=JaZZmAn Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newusers Part=main File=newusers Hooks=index.tags Tags=index.tpl:{PLUGIN_NEWUSERS} Minlevel=0 Order=30 [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Hacking attempt."); } $cfg_limit = 8; $sqltmp = sed_sql_query("SELECT user_name, user_id, user_country FROM $db_users ORDER by user_regdate DESC LIMIT $cfg_limit"); $plugin_newusers = "<table>"; while ($row = mysql_fetch_array($sqltmp)) { $user_country = (empty($row['user_country'])) ? "00" : $row['user_country']; $plugin_newusers .= "<tr>"; $plugin_newusers .= "<td>".sed_build_flag($user_country)." </td>"; $plugin_newusers .= "<td>".sed_build_user($row['user_id'], sed_cc(stripslashes($row['user_name'])))." </td>"; $plugin_newusers .= "</tr>"; } $plugin_newusers .= "</table>"; $t-> assign(array( "PLUGIN_NEWUSERS" => $plugin_newusers, )); ?> Code: <?PHP
/* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newusers/newusers.setup.php Version=100 Updated=2006-mar-09 Type=Plugin Author=JaZZmAn Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newusers Name=Newest users Description=Shows newest users Version=100 Date=006-mar-09 Author=Neocrome Copyright= Notes= SQL= Auth_guests=R Lock_guests=W12345A Auth_members=R Lock_members=W12345A [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Wrong URL."); } ?> |
|
Maddium Coder
113 posts |
#21547 2008-04-01 16:40 GMT |
|
$cfg_limit = 8; Burayı 20 yap eklentiyi kaldır kur sorunun düzelmiş olur.
|
|
|
Madserver İnternet Hizmetleri
250 mb Alan 5 GB Trafik Güvenlik Hız Kalite Sınırsız özellikler 40 YTL [email]Admin@netCrew.uS[/email] |
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| son uye olanlar | 2 | hakan | 573 Gün |
| En Son Üye Olanlar | 10 | kylee | 85 Gün |
| yeni üye olanlar ? | 3 | remo1 | 87 Gün |
| Son üye olanlar tablosu veya css | 2 | Vezir | 30 Gün |
| Son Üye Olanlar İçin Plugins | 4 | kylee | 87 Gün |





