بعد الانقطاع هاك تسجيل الدخول بواسطة الايميل أو اليوزر نيم
المشرف: alhitary
??? ???????? ??? ????? ?????? ?????? ??????? ?? ?????? ???
?????? ????? ????? ???? ????? ? ??????
???? ??? ??? ????? ?? ?????? ??? ??????? ???? ?? ???????##############################################################
## MOD Title: Username Or Email Login Mod
## ????? ????? : ????? ?????? ?????? ??? ???????? ?? ??????? ????? ??
## ????? ?????: Johnpg82 < webmaster@theindy.net > http://www.theindy.net Code changes by bonelifer and *=Matt=* from Phpbb.com
## ?????? : t.j <a_alfager@hotmail.com> <www.phpbbarabia.com> <www.al-fager.com>
## MOD Description: This mod allows your users to login using their email address or username
## ??? ????? : ??? ????? ???? ???????? ?????? ?????? ?????? ??????? ?????? ?? ?? ?????? ???
## MOD Version: 1.0.3
## ?????? ????? :1.0.3
## Installation Level: Easy
## ????? ??????? : ???
## Installation Time: 3 minutes
## ????? ?????? ??????? : 3?????
## ????? ???????: login.php
## includes/page_header.php
## templates/subSilver/login_body.tpl
## language/lang_english/lang_main.php
##
##############################################################
???? ??? ???????? ?? ?? ???? ????
?? ???? ??? ?????? ??? ????? ??? ?????? ?? ??????? ?? ?????
????? ?? ????
t.j
??? ??????
???? ??? ??? ????? ?? ?????? ??? ??????? ???? ?? ???????##############################################################
## MOD Title: Username Or Email Login Mod
## ????? ????? : ????? ?????? ?????? ??? ???????? ?? ??????? ????? ??
## ????? ?????: Johnpg82 < webmaster@theindy.net > http://www.theindy.net Code changes by bonelifer and *=Matt=* from Phpbb.com
## ?????? : t.j <a_alfager@hotmail.com> <www.phpbbarabia.com> <www.al-fager.com>
## MOD Description: This mod allows your users to login using their email address or username
## ??? ????? : ??? ????? ???? ???????? ?????? ?????? ?????? ??????? ?????? ?? ?? ?????? ???
## MOD Version: 1.0.3
## ?????? ????? :1.0.3
## Installation Level: Easy
## ????? ??????? : ???
## Installation Time: 3 minutes
## ????? ?????? ??????? : 3?????
## ????? ???????: login.php
## includes/page_header.php
## templates/subSilver/login_body.tpl
## language/lang_english/lang_main.php
##
##############################################################
كود: تحديد الكل
##############################################################
## MOD Title: Username Or Email Login Mod
## ????? ????? : ????? ?????? ?????? ??? ???????? ?? ??????? ????? ??
## ????? ?????: Johnpg82 < webmaster@theindy.net > http://www.theindy.net Code changes by bonelifer and *=Matt=* from Phpbb.com
## ?????? : t.j <a_alfager@hotmail.com> <www.phpbbarabia.com> <www.al-fager.com>
## MOD Description: This mod allows your users to login using their email address or username
## ??? ????? : ??? ????? ???? ???????? ?????? ?????? ?????? ??????? ?????? ?? ?? ?????? ???
## MOD Version: 1.0.3
## ?????? ????? :1.0.3
## Installation Level: Easy
## ????? ??????? : ???
## Installation Time: 3 minutes
## ????? ?????? ??????? : 3?????
## ????? ???????: login.php
## includes/page_header.php
## templates/subSilver/login_body.tpl
## language/lang_english/lang_main.php
##
##############################################################
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
------------------------[ ??????? ?????? ]------------------------
???? ?????? ?????? ?????? ?????? ????? ??
????? ????? ???? ????? ??
www.al-fager.com/bb
www.phpbbarabia.com
a_alfager@hotmail.com
?? ???? ??? ?????? ??? ????? ??? ?????? ?? ??????? ?? ?????
--------------------[ t.j ?? ??????? ?????? ]--------------------
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
##############################################################
## Author Notes:
##
## Copyright ? Johnpg82, 2006-2006
##
## For any concerns please contact me at http://www.theindy.net
##
##############################################################
## This MOD is released under the GPL License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## MOD History:
##
## v1.0.3
## - Johnpg82 removed user_email select from the query as it was not necesary.
##
##
## v1.0.2
## - *=Matt=* made a few changes here is a direct quote See the "'" that makes the php die "Parse error: syntax error, unexpected '=' in ***" so what I did to make this work is" This was a mistake by bonelifter when doing code changes in 1.0.2
##
## v1.0.1
## - bonelifer made a few changes for better use with easymod
##
## v1.0.0
## - Initial Release
##
##############################################################
##
## Demo/Discussion Forum: http://www.phpbb.com or http://www.phpbbhacks.com
##
##
##
##############################################################
## ??? ????? ??? ????? ??? ?????? , ?? ???? ???? ?? ??????? ???? ????? ??? ?????
##############################################################
#
#-----[ ???? ]------------------------------------------
#
login.php
#
#-----[ ???? ]------------------------------------------
#
WHERE username = '" . str_replace("\\'", "''", $username) . "'";
#
#-----[ ?? ??? ????? ???? ?? ]------------------------------------------
#
$username) . "'"
#
#-----[ ?? ??? ????? ???????? ?? ]------------------------------------------
#
$username) . "' or user_email = '" . str_replace("\\'", "''", $username) . "'"
#
#-----[ ???? ]------------------------------------------
#
includes/page_header.php
#
#-----[ ???? ?? ]------------------------------------------
#
'L_USERNAME' => $lang['Username'],
#
#-----[ ?????, ??? ]------------------------------------------
#
'L_USERNAME_EMAIL' => $lang['Username_Email'],
#
#-----[ ???? ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ ???? ?? ]------------------------------------------
#
$lang['Username'] = '??? ?????';
#
#-----[ ?????, ??? ]------------------------------------------
#
$lang['Username_Email'] = '??? ??????? ?? ?????? ??????????';
#
#-----[ ???? ]------------------------------------------
#
templates/subSilver/login_body.tpl
#
#-----[ ???? ?? ]------------------------------------------
#
{L_USERNAME}
#
#-----[ ???????? ?? ]------------------------------------------
#
{L_USERNAME_EMAIL}
#
#-----[ ???? ????? ???? ??????? ??????? ??? ??? ???? ???? ]------------------------------------------
#
# EoM
##############################################################
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
------------------------[ ??????? ?????? ]------------------------
???? ?????? ?????? ?????? ?????? ????? ??
????? ????? ???? ????? ??
www.al-fager.com/bb
www.phpbbarabia.com
a_alfager@hotmail.com
?? ???? ??? ?????? ??? ????? ??? ?????? ?? ??????? ?? ?????
--------------------[ t.j ?? ??????? ?????? ]--------------------
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
##############################################################
???? ??? ???????? ?? ?? ???? ????
?? ???? ??? ?????? ??? ????? ??? ?????? ?? ??????? ?? ?????
????? ?? ????
t.j
??? ??????
-
- مشرف سابق
- مشاركات: 659
- اشترك في: الثلاثاء يوليو 25, 2006 8:36 pm
- مكان: فـلـسـطـيـن
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين وزائر واحد