تاريخ انضمام اخر الاعضاء في index (أحصائيات أخر المسجلين)
المشرف: alhitary
????? ?????? ??? ??????? ?? index (???????? ??? ????????)
################
## ??? ???? ?????? ??????
#################
## ????? ????? : 2005-10-28 - Version 1.0.0
## - Original version.
## ????? ????? : ????? ?????? ??? ??????? ?? index ( ???????? ??? ????????)
##??? ?????
??? ????? ?????? ????? ?????? ????? ?????? ?? index ?? ???? ???????
## ????? ????? : Bert < iq62ut36@zonnet.nl >
## ???? ????? : http://skay.org/??????? ??? ????? ???????.. ??????(leopard( SKAY
## ???? ??????? : ???
## ??? ???????: 3 ??? 5 ?????
###############
## ??????? ??????? ??????? ( ????? 4 ????? ):
## languages/lang_arabic/lang_main.php
## includes/functions.php
## index.php
## templates/xxxxx/index_body.tpl
##
##############
## ??????? ???????: ??????
#############
## ??? ?? ???? ???????? ???? ???? ??? ???? ???????? ?? ??????? ????????
################
## ?? ???? ???? ????? ??? ????
################
##
#-----[ ???? ]--------
---------
#
languages/lang_arabic/lang_main.php
#
#-----[ ???? ]--------
---------
#
#
#-----[ ??? ????? ]-------
----------
#??????? ?????? : ??????? ????? ???? "???? ????? ??????/" ??? ?? ???? ??????? ?? ???????
#
#
#-----[ ???? ]--------
---------
#
includes/functions.php
#
#-----[ ???? ]------
-----------
#
#
#-----[ ???????? ?????? ????? ]-------
----------
#
#
#-----[ ???? ]---------
--------
#
index.php
#
#-----[ ???? ]-------
----------
#
#
#-----[ ??? ????? ]---------
--------
#
#
#-----[ ???? ]--------
---------
#
#
#-----[ ??? ????? ]-------
----------
#
#
#-----[ ???? ]---------
--------
#
templates/xxxxx/index_body.tpl
#
#-----[ ???? ]---------
--------
#
#
#-----[ ?? ??? ????? ??? ????? ]---------
--------
#
#
######################
#-----[ ???? ???? ??????? ??????? ??????? ]---------
###########################
??????? ??????: ??????? ?????? ??????? ?? ??????? ?? ???
templates/xxxxx/index_body.tpl
???? ????? ????? ({NEWEST_USER_SINCE}) ????? ???? ??? ?? ??? {NEWEST_USER} ????? ???? ?????? ?? , ??? ??? ????? ?? ???? ??? ????? ?? ????? ??? ??????? ???? ??????? ?????? ??? ???? ?? ?????? ????????? ????????? ?? ?????? ????????? ???? ???? ????? ???? ??????? ?????? :
#
#-----[ ???? ]---------
--------
#
#
#-----[??? ????? ]------
-------
#
#
###################
## [??? ??????? ???????? ??? ?????? ??????? ???????? ?????? ???????? ??? ??? ????? ??? <img src=images/heart.gif >
?? ??? ?????? , ??? ??? ???? ?? ??? ?????? ??????? ?????? ? ????? ??????? ??? ????? ??? {NEWEST_USER}
###################
#-----[ ???? ???? ??????? ??????? ??????? ]---------
#################
# ????? ???? ?? ???? ????? ???? ???????
######################
## ???? ????? : http://skay.org/??????? ??? ????? ???????.. ??????(leopard( SKAY
#########################
??????? :
1/ ???? ??????? ?? ????????
2/?????? ????? : ?? ????????
3/*** ?? ??? ??? ????? ?????? ?? ??? , ??? ??? ??? ?????? ??? ??????? ***[/b]
## ??? ???? ?????? ??????
#################
## ????? ????? : 2005-10-28 - Version 1.0.0
## - Original version.
## ????? ????? : ????? ?????? ??? ??????? ?? index ( ???????? ??? ????????)
##??? ?????

## ????? ????? : Bert < iq62ut36@zonnet.nl >
## ???? ????? : http://skay.org/??????? ??? ????? ???????.. ??????(leopard( SKAY
## ???? ??????? : ???
## ??? ???????: 3 ??? 5 ?????
###############
## ??????? ??????? ??????? ( ????? 4 ????? ):
## languages/lang_arabic/lang_main.php
## includes/functions.php
## index.php
## templates/xxxxx/index_body.tpl
##
##############
## ??????? ???????: ??????
#############
## ??? ?? ???? ???????? ???? ???? ??? ???? ???????? ?? ??????? ????????
################
## ?? ???? ???? ????? ??? ????
################
##
#-----[ ???? ]--------

#
languages/lang_arabic/lang_main.php
#
#-----[ ???? ]--------

#
كود: تحديد الكل
?>
#-----[ ??? ????? ]-------

#??????? ?????? : ??????? ????? ???? "???? ????? ??????/" ??? ?? ???? ??????? ?? ???????
#
كود: تحديد الكل
$lang['newest_user_since'] = '???? ????? ??????/';
#-----[ ???? ]--------

#
includes/functions.php
#
#-----[ ???? ]------

#
كود: تحديد الكل
case 'newestuser':
$sql = "SELECT user_id, username
#-----[ ???????? ?????? ????? ]-------

#
كود: تحديد الكل
case 'newestuser':
$sql = "SELECT user_id, username, user_regdate
#-----[ ???? ]---------

#
index.php
#
#-----[ ???? ]-------

#
كود: تحديد الكل
$newest_user = $newest_userdata['username'];
#-----[ ??? ????? ]---------

#
كود: تحديد الكل
$newest_user_since = $newest_userdata['user_regdate'];
#-----[ ???? ]--------

#
كود: تحديد الكل
'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid") . '">', $newest_user, '</a>'),
#-----[ ??? ????? ]-------

#
كود: تحديد الكل
'NEWEST_USER_SINCE' => $lang['newest_user_since'] . ' ' . create_date($board_config['default_dateformat'], $newest_user_since, $board_config['board_timezone']),
#-----[ ???? ]---------

#
templates/xxxxx/index_body.tpl
#
#-----[ ???? ]---------

#
كود: تحديد الكل
{NEWEST_USER}
#-----[ ?? ??? ????? ??? ????? ]---------

#
كود: تحديد الكل
({NEWEST_USER_SINCE})
######################
#-----[ ???? ???? ??????? ??????? ??????? ]---------
###########################
??????? ??????: ??????? ?????? ??????? ?? ??????? ?? ???
templates/xxxxx/index_body.tpl
???? ????? ????? ({NEWEST_USER_SINCE}) ????? ???? ??? ?? ??? {NEWEST_USER} ????? ???? ?????? ?? , ??? ??? ????? ?? ???? ??? ????? ?? ????? ??? ??????? ???? ??????? ?????? ??? ???? ?? ?????? ????????? ????????? ?? ?????? ????????? ???? ???? ????? ???? ??????? ?????? :
#
#-----[ ???? ]---------

#
كود: تحديد الكل
{NEWEST_USER}
#-----[??? ????? ]------

#
كود: تحديد الكل
<br />
({NEWEST_USER_SINCE})
###################
## [??? ??????? ???????? ??? ?????? ??????? ???????? ?????? ???????? ??? ??? ????? ??? <img src=images/heart.gif >
?? ??? ?????? , ??? ??? ???? ?? ??? ?????? ??????? ?????? ? ????? ??????? ??? ????? ??? {NEWEST_USER}
###################
#-----[ ???? ???? ??????? ??????? ??????? ]---------
#################
# ????? ???? ?? ???? ????? ???? ???????
######################
## ???? ????? : http://skay.org/??????? ??? ????? ???????.. ??????(leopard( SKAY
#########################
??????? :
1/ ???? ??????? ?? ????????
2/?????? ????? : ?? ????????
3/*** ?? ??? ??? ????? ?????? ?? ??? , ??? ??? ??? ?????? ??? ??????? ***[/b]
آخر تعديل بواسطة (SKAY) في الخميس ديسمبر 29, 2005 10:28 am، تم التعديل 3 مرات في المجمل.
Skay
البحث في مواضيع المنتدى خير وسيلة للمحافظة علي وقتكـ
ضع رابط منتداكــ في توقيعك أو ملفكـ الشخصي لتحصل علي الدعم الفني


?????? ????? ????? ???? ???????dr.3 كتب:
????? leopard![]()
????? ?????? ??? ???? ?? ??? ???? ???? ???? ?? ????? ??????? ??? ????? ????![]()
????? ?? ???????![]()
????? ?????? ??? ???



??? ?? ??? ???? ???? ???? ?????? ????? ???? ???? ???? ????? ????? ??? ?????? , ?????? ?????? ??? ?? ???? ??? ???? ?? ???? ???

?????? ???? ?????? .... ??????
Skay
البحث في مواضيع المنتدى خير وسيلة للمحافظة علي وقتكـ
ضع رابط منتداكــ في توقيعك أو ملفكـ الشخصي لتحصل علي الدعم الفني


الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 8 زوار