Ülke resimleri , son üyeler gün?
|
#4326 |
|
|
Kaan
User is:
Posts: 2772
Meslek: Serbest Meslek
Age: 43
|
Benim Kulland?g?m bu al hepsi senin olsun kendine g?re d?zenle kullan sana verdi?im kodda hi? bir sorun yoktur. Sql kodlar?nda eksik oldugu i?in tarih c?km?yor.
: hp]<?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=Neocrome Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newusers Part=main File=newusers Hooks=index.tags Tags=index.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, user_regdate FROM $db_users ORDER by user_regdate DESC LIMIT $cfg_limit"); $plugin_bodyy .= "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">"; while ($row = mysql_fetch_array($sqltmp)) { $user_country = (empty($row['user_country'])) ? "00" : $row['user_country']; $plugin_bodyy .= "<tr><td class=\"small\">".sed_build_flag($user_country)." &nbsp; ".sed_build_user($row['user_id'], sed_cc(stripslashes($row['user_name'])))." &nbsp; ".sed_build_timegap($row['user_regdate'], $sys['now_offset'])."&nbsp;</td></tr>"; } $plugin_bodyy .= "<tr><td align='right' style='text-align: right;'><a href='https://seditio.com.tr/eski1' onclick='window.open(this.href); return false;' onkeypress='window.open(this.href); return false;'>©</a></td></tr></table>"; $t-> assign(array( "PLUGIN_NEWUSERS" => $plugin_bodyy, )); ?> |
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz. Detaylar ??in: kaan@ntka.org Seditio 170 ?ndir Capte M?zik ?ndir Seditio Toolbar ?ndir |













