هاك التحرير السريع للساحة
المشرف: alhitary
??? ??????? ?????? ??????
##############################################################
##
## ????? ?????: ????? ??????? ?? ?????? ???????? ( ?? ??? ??? ?? ????? ??? ??????? ?????? ??????? ) (t.j)
##
## ????? ?????: aUsTiN => austin_inc@hotmail.com
##
## ??? ?????: ??? ????? ???? ?? ???? ??? ??? ?? ????? ????? ????? ???? ???? ???? ????? ??????
$$ ??????: t.j a_alfager@hotmail.com http://www.al-fager.com http://www.phpbbarabia.com
##
##
## ????????: 1.0.0
##
## MOD Help : http://phpbb-tweaks.com/
##
## ???? ??????? : ???
##
## ????? ?????? ???????: 3 ?????
##
## ????? ???????: 4
##
## ????? ?????:???? ?????
##
##############################################################
??? ????? ?????? ?? ???????
##
## ????? ?????: ????? ??????? ?? ?????? ???????? ( ?? ??? ??? ?? ????? ??? ??????? ?????? ??????? ) (t.j)
##
## ????? ?????: aUsTiN => austin_inc@hotmail.com
##
## ??? ?????: ??? ????? ???? ?? ???? ??? ??? ?? ????? ????? ????? ???? ???? ???? ????? ??????
$$ ??????: t.j a_alfager@hotmail.com http://www.al-fager.com http://www.phpbbarabia.com
##
##
## ????????: 1.0.0
##
## MOD Help : http://phpbb-tweaks.com/
##
## ???? ??????? : ???
##
## ????? ?????? ???????: 3 ?????
##
## ????? ???????: 4
##
## ????? ?????:???? ?????
##
##############################################################
كود: تحديد الكل
##############################################################
##
## ????? ?????: ????? ??????? ?? ?????? ???????? ( ?? ??? ??? ?? ????? ??? ??????? ?????? ??????? ) (t.j)
##
## ????? ?????: aUsTiN => austin_inc@hotmail.com
##
## ??? ?????: ??? ????? ???? ?? ???? ??? ??? ?? ????? ????? ????? ???? ???? ???? ????? ??????
$$ ??????: t.j a_alfager@hotmail.com www.al-fager.com www.phpbbarabia.com
##
##
## ????????: 1.0.0
##
## MOD Help : http://phpbb-tweaks.com/
##
## ???? ??????? : ???
##
## ????? ?????? ???????: 3 ?????
##
## ????? ???????: 4
##
## ????? ?????:???? ?????
##
##############################################################
##############################################################
##
## Author Notes:
##
## Copyright ? phpBB-Amod, 2003-2005
##
##############################################################
##
## MOD History:
##
## Mar 27th 2005 - Version 1.0.0
## - Beta Released
##
##############################################################
##
## ?????? ?? ?????? ?? ?????? : ??? ?? ???? ?????
## ?? ???? ?? ??????? ???? ??? ??????? ??? ???????? ?? ???? ??? ?????
##
##############################################################
##
## Definitions:
##
## Root: Folder your config.php is located
## templates/*/: Your template folder (All template folders are suggested)
## lang_*/: Your current language folder (All lang folders are suggested)
##
##############################################################
##
## ???????:
##
## Root: ?? ?????? ??? ??? ??? ??? ??????? ?? ?????? ??????? ???????
## templates/*/: ???? ?????????? ???? (???? ???? ?? ???? ?? ?????????? ????????)
## lang_*/: ???? ????? ????? ???? (??? ???? ???? ?????? ???
##
##############################################################
## ??????? ??????
##
## ??? ???? ???? ??????? ??? ???? ???
## ?????? ?? ??? ?????
## ??? ??????? ?? ??????? ?? ??????? ?? ?????
## www.al-fager.com
## www.phpbbarabia.com
## a_alfager@hotmail.com
##
##############################################################
##############################################################
## :??? ??????
## ????? ?????
## ????
## ctrl+shift
## ?? ????? ?????? ?? ???? ????????
##
##############################################################
-----------------------------------
----[ ???? ????? ?????? ]-----------------
-----------------------------------
forum_edit.gif => images/forum_edit.gif
-----------------------------------
----[ ???? ]-----------------------
-----------------------------------
index.php
-----------------------------------
----[ ???? ?? ]-----------------------
-----------------------------------
'ROW_CLASS' => $row_class,
-----------------------------------
----[ ?????, ??? ]-----------------
-----------------------------------
#======================================================================= |
#==== Start: == Edit Forums On Index =================================== |
#==== v1.0.0 =========================================================== |
#====
'FORUM_EDIT_IMG' => (($userdata['user_level'] == ADMIN) ? ' <a href="#" onclick="window.open(\'admin/admin_forums.'. $phpEx .'?mode=editforum&in_from=index&'. POST_FORUM_URL .'='. $forum_id .'&sid='. $userdata['session_id'] .'\',\'popup\',\'width=650,height=100,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no\'); return false;"><img src="images/forum_edit.gif" border="0"></a>' : ''),
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Edit Forums On Index =================================== |
#======================================================================= |
#==== translet by : ========t.j=========www.al-fager.com================ |
#====www.phpbbarabia.com================================================ |
-----------------------------------
----[ ???? ????? ]---------------
-----------------------------------
-----------------------------------
----[ ???? ]-----------------------
-----------------------------------
admin/admin_forums.php
-----------------------------------
----[ ???? ?? ]-----------------------
-----------------------------------
//
// Mode setting
//
-----------------------------------
----[ ????? ??? ]----------------
-----------------------------------
#======================================================================= |
#==== Start: == Edit Forums On Index =================================== |
#==== v1.0.0 =========================================================== |
#====
$in_from = ($_POST['popup']) ? $_POST['popup'] : $HTTP_POST_VARS['popup'];
if ( ($in_from) && ($userdata['user_level'] != ADMIN) )
message_die(GENERAL_ERROR, '<a href="#" onclick="javascript:window.close();">'. $lang['close_popup'] .'</a>');
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Edit Forums On Index =================================== |
#======================================================================= |
#==== translet by : ========t.j=========www.al-fager.com================ |
#====www.phpbbarabia.com================================================ |
-----------------------------------
----[ ???? ]-----------------------
-----------------------------------
$s_hidden_fields = '<input type="hidden" name="mode" value="' . $newmode .'" /><input type="hidden" name="' . POST_FORUM_URL . '" value="' . $forum_id . '" />';
-----------------------------------
----[ ?????, ??? ]-----------------
-----------------------------------
#======================================================================= |
#==== Start: == Edit Forums On Index =================================== |
#==== v1.0.0 =========================================================== |
#====
$in_from = ($_GET['in_from']) ? $_GET['in_from'] : $HTTP_GET_VARS['in_from'];
if (isset($in_from))
$s_hidden_fields .= '<input type="hidden" name="popup" value="1">';
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Edit Forums On Index =================================== |
#======================================================================= |
#==== translet by : ========t.j=========www.al-fager.com================ |
#====www.phpbbarabia.com================================================ |
-----------------------------------
----[ ???? ?? ]-----------------------
-----------------------------------
message_die(GENERAL_ERROR, "Couldn't Update Forum Prune Information","",__LINE__, __FILE__, $sql);
}
}
$message = $lang['Forums_updated'] . "<br /><br />" . sprintf($lang['Click_return_forumadmin'], "<a href=\"" . append_sid("admin_forums.$phpEx") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . append_sid("index.$phpEx?pane=right") . "\">", "</a>");
-----------------------------------
----[ ????? ??? ]-----------------
-----------------------------------
#======================================================================= |
#==== Start: == Edit Forums On Index =================================== |
#==== v1.0.0 =========================================================== |
#====
$in_from = ($_POST['popup']) ? $_POST['popup'] : $HTTP_POST_VARS['popup'];
if ($in_from)
$message = $lang['successfull_popup'] .'<br><br><a href="#" onclick="javascript:window.close();">'. $lang['close_popup'] .'</a>';
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Edit Forums On Index =================================== |
#======================================================================= |
#==== translet by : ========t.j=========www.al-fager.com================ |
#====www.phpbbarabia.com================================================ |
-----------------------------------
----[ ???? ????? ]---------------
-----------------------------------
-----------------------------------
----[ ???? ]-----------------------
-----------------------------------
language/lang_*/lang_admin.php
-----------------------------------
----[ ???? ?? ]-----------------------
-----------------------------------
?>
-----------------------------------
----[ ????? ??? ]----------------
-----------------------------------
#======================================================================= |
#==== Start: == Edit Forums On Index =================================== |
#==== v1.0.0 =========================================================== |
#====
$lang['successfull_popup'] = '?? ????? ????? ?????';
$lang['close_popup'] = '???? ???????';
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Edit Forums On Index =================================== |
#======================================================================= |
#==== translet by : ========t.j=========www.al-fager.com================ |
#====www.phpbbarabia.com================================================ |
-----------------------------------
----[ ???? ????? ]---------------
-----------------------------------
-----------------------------------
----[ ???? ]-----------------------
-----------------------------------
templates/*/index_body.tpl
-----------------------------------
----[ ???? ?? ]-----------------------
-----------------------------------
# If you dont use Link Forums Categories, it should be:
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a>
# If you use Link Forums Categories, it should be:
{catrow.forumrow.U_VIEWFORUM}
-----------------------------------
----[ ?????, ??? ]-----------------
-----------------------------------
{catrow.forumrow.FORUM_EDIT_IMG}
-----------------------------------
----[ ???? ????? ?????? ]---------------
-----------------------------------
????? ???????
##############################################################
## ??????? ??????
##
## ??? ???? ???? ??????? ??? ???? ???
## ?????? ?? ??? ?????
## ??? ??????? ?? ??????? ?? ??????? ?? ?????
## www.al-fager.com
## www.phpbbarabia.com
## a_alfager@hotmail.com
##
##############################################################
????? ????? ???? ??? ??? ??????

عندك مشكلة في حاسوبك تبي لها حل تبي برنامج ناقصك لحاسوبك
تفضل من هنا ستجد كل ما تريده انشاء الله
http://www.shabab4love.com/com
Computer Arabia
???? ???? ???? ?????? ??????
أمتى يا أمه الحق المجيد ..المغيرون تداعوا من جديد

بإبى انت وأمى يا رسول الله

صلى الله عليه وسلم
أحترف برنامج Apache2triad مع شرح تركيبه كامل بالصور
لايكوس عربى استضافه مجانيه 100 ميجامع CPANELوامكانيات رائعه




أحترف برنامج Apache2triad مع شرح تركيبه كامل بالصور
لايكوس عربى استضافه مجانيه 100 ميجامع CPANELوامكانيات رائعه
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 4 زوار