هاك التحرير السريع للساحة

منتدى خاص للنقاش حول هاكات الجيل الثاني أفكارها، مشاكل تركيبها وكل ماله علاقة بها.

المشرف: alhitary

صورة العضو الرمزية
t.j
عضو متميز
عضو متميز
مشاركات: 287
اشترك في: الجمعة نوفمبر 19, 2004 8:33 pm

??? ??????? ?????? ??????

مشاركةبواسطة t.j » الجمعة يونيو 02, 2006 8:43 pm

##############################################################
##
## ????? ?????: ????? ??????? ?? ?????? ???????? ( ?? ??? ??? ?? ????? ??? ??????? ?????? ??????? ) (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	
##
##############################################################

??? ????? ?????? ?? ???????




صورة العضو الرمزية
cizar
عضو مطرود
عضو مطرود
مشاركات: 306
اشترك في: الثلاثاء فبراير 28, 2006 11:08 pm

مشاركةبواسطة cizar » الجمعة يونيو 02, 2006 8:46 pm

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

(SKAY)
مشرف سابق
مشرف سابق
مشاركات: 1528
اشترك في: السبت سبتمبر 24, 2005 3:35 pm
مكان: فلسطين
اتصال:

مشاركةبواسطة (SKAY) » الجمعة يونيو 02, 2006 10:29 pm

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



صورة العضو الرمزية
overturn
عضو نشيط
عضو نشيط
مشاركات: 185
اشترك في: الاثنين أغسطس 08, 2005 12:35 pm
اتصال:

مشاركةبواسطة overturn » الخميس يوليو 06, 2006 8:56 pm

???? ???? ???? ?????? ??????
أمتى يا أمه الحق المجيد ..المغيرون تداعوا من جديد
صورة
:cry: :cry:بإبى انت وأمى يا رسول الله:cry::cry:
:cry:صلى الله عليه وسلم:cry:
أحترف برنامج Apache2triad مع شرح تركيبه كامل بالصور
لايكوس عربى استضافه مجانيه 100 ميجامع CPANELوامكانيات رائعه



العودة إلى ”[ ×.2.0 ] الهاكات“

الموجودون الآن

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