> 1 <
Etiketler: yeni olanlar eklentisinde değişiklik
| Author | Message |
3nokta5
121 posts |
#15242 2008-02-07 22:11 GMT |
|
arkadaşlar ben yeni üye olanlar eklentisinde bayrakları kaldırıp yanan sönen resim koymak istiyorum nasıl yaparım denedim yapamadım bozdum Code: <?PHP
/* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newuserss.php Version=700 Updated=2004-mar-02 Type=Plugin.Index Author=JaZZmAn Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newuserss Part=main File=newuserss Hooks=forums.sections.tags Tags=forums.sections.tpl:{PLUGIN_NEWUSERS} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Hacking attempt."); } $cfg_limit = 10; $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, )); ?> |
|
Dvdbil
2,096 posts |
#15245 2008-02-07 23:01 GMT |
|
Code: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newuserss.php Version=700 Updated=2004-mar-02 Type=Plugin.Index Author=JaZZmAn Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newuserss Part=main File=newuserss Hooks=forums.sections.tags Tags=forums.sections.tpl:{PLUGIN_NEWUSERS} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Hacking attempt."); } $cfg_limit = 10; $sqltmp = sed_sql_query("SELECT user_name, user_id FROM $db_users ORDER by user_regdate DESC LIMIT $cfg_limit"); $plugin_newusers = "<table>"; while ($row = mysql_fetch_array($sqltmp)) { $plugin_newusers .= "<tr>"; $plugin_newusers .= "<td><img src=\"yanip_sonen_image.gif\" alt=\"\"></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, )); ?> yanip_sonen_image.gif yerini kendine göre ayarla. |
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| hit sayfalar eklentisinde değişiklik | 2 | Dvdbil | 120 Gün |
| News Eklentisinde Yeni Bir Öneri?? | 14 | Xiao | 151 Gün |
| Profilde Değişiklik | 2 | Xiao | 26 Gün |
| Üniversitelerde Değişiklik | 1 | KonuMatik | 148 Gün |
| Son üye olanlar ? | 4 | Maddium Coder | 95 Gün |




