شبكة المركز العربي للدعم الفني
برسالة فقط تساهم في بناء وقف للأطفال المعاقين
شبكة · منتديات · الموقع · حقيبتك · لموقعي · بحثي · خدمات · برامج · ماسنجر · العاب · دروس · خطوط · ترجمه


العودة   منتديات المركز العربي للدعم الفني 1 > مراكز تطوير المواقع > مركز تطوير المنتديات

مركز تطوير المنتديات عالم برامج المنتديات من دورس واضافات ونسخ .. ابدا انشى منتداكـ من هنا..

رد
 
LinkBack أدوات الموضوع طرق مشاهدة الموضوع
  #11 (permalink)  
قديم 17/08/2005, 01:38 AM
صورة رمزية افتراضية
|عضو مشارك

|أبومالح غير متصل
 

|تاريخ التسجيل: Aug 2005
|العمر: 30
|المشاركات: 83
افتراضي


هاك إضافات جديدة سريعة
افتح ملف /admincp /index.php
ابحث عن/



كود:
 construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />');



استبدلـه /



كود:
 construct_nav_option($vbphrase['style_manager_add'], 'template.php?do=addstyle', '<br />'); 
				construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />');



ابحث عن/



كود:
 construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />');



أسفل منه/



كود:
 construct_nav_option($vbphrase['templates_addnew'], 'template.php?do=add', '<br />');



ابحث عن/



كود:
 construct_nav_option($vbphrase['language_manager'], 'language.php?do=modify', '<br />');



استبدلـه /



كود:
 construct_nav_option($vbphrase['language_manager_add'], 'language.php?do=add', '<br />'); 
				construct_nav_option($vbphrase['language_manager'], 'language.php?do=modify', '<br



ابحث عن/



كود:
 construct_nav_option($vbphrase['search_in_phrases'], 'phrase.php?do=search', '<br />');



استبدلـه /



كود:
 construct_nav_option($vbphrase['add_new_phrases1'], 'phrase.php?do=add', '<br />'); 
				construct_nav_option($vbphrase['search_in_phrases'], 'phrase.php?do=search', '<br




دخل لوحة التحكم لنضيف العبارات التالية /
طبعاً كل العبارات رح يكون التصنيف
( Phrase Type ) من القائمة المنسدلة اختر Control Panel Home Pages

1- الاسم ( Varname ) ضع
style_manager_add

النص ( Text ) ضع
إضافة ستايل جديد

2- الاسم ( Varname ) ضع
templates_addnew

النص ( Text ) ضع
إضافة قالب جديد

3- الاسم ( Varname ) ضع
language_manager_add

النص ( Text ) ضع
إضافة لغة جديدة

4- الاسم ( Varname ) ضع
add_new_phrases1

النص ( Text ) ضع
إضافة عبارة جديدة




 

من مواضيعه » هاك لاقفال عرض المسؤولين واقفال ثغرتها بالمره 100%
» هاك المواضيع المتميزه بتنصيب خاص وسهل
» هاك تصغير الصورة الكبيرة :: تلقائيا ::
» مكتبة الهاكات لـ vBulletin النسخة 3.6.0
» هاك المتواجدون بالمربعات بشكل جديد ومميز جدا ًَ
» مكتبة الهاكات لـ vBulletin النسخة 3.5.0
» مكتبة الهاكات لـ vBulletin النسخة 3.0.0
» شرح التحويل من Bb او اي اصدار الى Vb بالتفصيل والصور ...
» الأن//هاك الوقت المتبقي لشهر رمضان الكريم
رد مع اقتباس
  #13 (permalink)  
قديم 17/08/2005, 01:41 AM
صورة رمزية افتراضية
|عضو مشارك

|أبومالح غير متصل
 

|تاريخ التسجيل: Aug 2005
|العمر: 30
|المشاركات: 83
افتراضي


هاك أفضل خمس أعضاء بالقسم

افتح ملف/ forumdisplay.php
ابحث عن /

كود:
 $lastread = $bbuserinfo['lastvisit']; 
	}



بعده اضف/

كود:
 $topposter=''; 
	$top = $DB_site->query(" 
		SELECT count(post.postid) AS total_post,count(thread.threadid) AS total_thread, user.userid,user.username,user.joindate from " . TABLE_PREFIX . "user AS user 
  LEFT JOIN " . TABLE_PREFIX . "post AS post ON(user.userid = post.userid) 
LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON(post.threadid = thread.threadid) where 
  thread.forumid='$forumid' 
group by user.userid order by total_post DESC LIMIT 5"); 
	$counteruser=0; 
	while ($topp = $DB_site->fetch_array($top)) 
	{ 
$counteruser++; 
$topp['joindate'] = vbdate($vboptions['dateformat'], $topp['joindate'], true); 
eval('$topposter .= "' . fetch_template('forumdisplay_topposter') . '";'); 
}



ابحث عن/

كود:
 'forumhome_lastpostby',



فوقه اضف /

كود:
 'forumdisplay_topposter',



افتح تمبلت/ forumdisplay
ابحث عن /

كود:
 $navbar



بعده اضف/

[left]
كود:
 <br /> 
<table border="0" cellspacing="$stylevar[cellspacing]" cellpadding="4" class="tborder" width="$stylevar[tablewidth]"> 
<tr width="100%" class="alt1"> 
<td class="thead" width="50%" align="$stylevar[left]">أفضل خمس أعضاء</td> 
<td class="thead" width="50%" align="$stylevar
">المشاركات</td> $topposter </table> <br />



اضف تمبلت جديد / forumdisplay_topposter

[left]
كود:
     <tr>
<td class="alt1Active" align="$stylevar
" width="80%" id="u$topp[userid]"><span class="smallfont">$counteruser) <a href="member.php?$session[sessionurl]u=$topp[userid]">$topp[username]</a><br />تاريخ تسجيله : $topp[joindate]</span></td> <td class="alt1Active" width="20%"><span class="smallfont">$topp[total_post] (<a href="search.php?do=finduser&u=$topp[userid]&f=$forumid">عرض هذه المشاركات</a>)</span></td>




 

من مواضيعه » مكتبة الهاكات لـ vBulletin النسخة 3.5.0
» مكتبة الهاكات لـ vBulletin النسخة 3.0.0
» مكتبة الهاكات لـ vBulletin النسخة 3.6.0
» هاك المتواجدون بالمربعات بشكل جديد ومميز جدا ًَ
» هاك تصغير الصورة الكبيرة :: تلقائيا ::
» الأن//هاك الوقت المتبقي لشهر رمضان الكريم
» هاك المواضيع المتميزه بتنصيب خاص وسهل
» شرح التحويل من Bb او اي اصدار الى Vb بالتفصيل والصور ...
» هاك لاقفال عرض المسؤولين واقفال ثغرتها بالمره 100%
رد مع اقتباس
  #14 (permalink)  
قديم 17/08/2005, 01:42 AM
صورة رمزية افتراضية
|عضو مشارك

|أبومالح غير متصل
 

|تاريخ التسجيل: Aug 2005
|العمر: 30
|المشاركات: 83
افتراضي


هاك المستوى

إفتح ملف/ includes/functions_showthread.php
إبحث عن/

كود:
 $post['posts'] = vb_number_format($post['posts']);



ضف بعده /

كود:
     //hack level par akex - http://forum.vbulletin-france.com 
  
if ($post[posts]) {
	$niveau="0";
	$experience_aft="0";
	$experience_bef="0";
	while ($experience_aft<=$post[posts]) {
	  $experience_bef+=10*pow($niveau,2);
	  $niveau++;
	  $experience_aft+=10*pow($niveau,2);
	} 
	$post[exp]=$post[posts];
	$post[perexp]=floor(100*($post[exp]-$experience_bef)/($experience_aft-$experience_bef));
	$post[perexp1]=100-$post[perexp];	
	$post[exp_max]=$experience_aft;
	$post[niveau]=$niveau;
	
	$post[hp_max]=$post[niveau]*50;
	$post[mp_max]=$post[niveau]*20;
	

$experience_bef= iif($experience_bef>0, $experience_bef-1, '0');

	$derposts=$DB_site->query("
				SELECT dateline FROM " . TABLE_PREFIX . "post where userid=$post[userid] order by dateline asc limit $experience_bef, 18446744073709551615
			");

//barre hp

$premierpost=0;
$ancienpost=0;
$nouveaupost=0;
$post[hp]=$post[hp_max];
	while ($derpost = $DB_site->fetch_array($derposts)) {
	if (!$premierpost) {
	  $ancienpost = $premierpost = $derpost[dateline]; 
	} else {
	  $nouveaupost = $derpost[dateline];
	  $diff_post=($nouveaupost-$ancienpost)/(3600*24);
  
	  if ($diff_post>1) {
		$post[hp]-=floor($diff_post);
		  $post[hp]=iif($post[hp]<0, '0', $post[hp]);
	  } elseif ($diff_post<=1) {
		$post[hp]++;
		  $post[hp]=iif($post[hp]>$post[hp_max], $post[hp_max], $post[hp]);
	  }
	  $ancienpost=$nouveaupost;
	}
  }

$diff_post=(TIMENOW-$ancienpost)/(3600*24);
if ($diff_post>1) {
  $post[hp]-=floor($diff_post);
		  $post[hp]=iif($post[hp]<0, '0', $post[hp]);
} elseif ($diff_post<=1) {
  $post[hp]++;
		  $post[hp]=iif($post[hp]>$post[hp_max], $post[hp_max], $post[hp]);
}

$post[perhp]=floor(100*$post[hp]/$post[hp_max]);
$post[perhp1]=100-$post[perhp];
  
//barre mp 
	$derthreads=$DB_site->query("
				SELECT dateline FROM " . TABLE_PREFIX . "thread where postuserid='$post[userid]' and dateline>='$premierpost' order by dateline asc
			"); 

  
$ancienthread=0;
$nouveauthread=0;
$post[mp]=$post[mp_max];
	while ($derthread = $DB_site->fetch_array($derthreads)) {
	if (!$ancienthread) {
	  $ancienthread = $derthread[dateline]; 
	} else {
	  $nouveauthread = $derthread[dateline];
	  $diff_thread=($nouveauthread-$ancienthread)/(3600*24);
  
	  if ($diff_thread>1) {
		$post[mp]-=floor($diff_thread);
		  $post[mp]=iif($post[mp]<0, '0', $post[mp]);
	  } elseif ($diff_thread<=1) {
		$post[mp]++;
		  $post[mp]=iif($post[mp]>$post[mp_max], $post[mp_max], $post[mp]);
	  }
	  $ancienthread=$nouveauthread;
	}
  }

$diff_thread=(TIMENOW-$ancienthread)/(3600*24);
if ($diff_thread>1) {
  $post[mp]-=floor($diff_thread);
		  $post[mp]=iif($post[mp]<0, '0', $post[mp]);
} elseif ($diff_thread<=1) {
  $post[mp]++;
		  $post[mp]=iif($post[mp]>$post[mp_max], $post[mp_max], $post[mp]);
}  
  
$post[permp]=floor(100*$post[mp]/$post[mp_max]);
$post[permp1]=100-$post[permp];



} 

  //hack level par akex - http://forum.vbulletin-france.com



أفتح تمبلت / postbit أو postbit_legacy
أبحث عن /

كود:
 <td width="100%">&nbsp;</td>



أستبدله بالكود التالي/

كود:
 <table cellpadding="0" cellspacing="1" border="0"><tr><td> 
<fieldset class="fieldset" > 
				<legend>المستوى : $post[niveau]</legend> 
<table cellpadding="0" cellspacing="1" border="0" width="100%"> 
<tr> 
<td><span class="smallfont">HP : $post[hp]/$post[hp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[perhp]" background="images/barres/hp.gif"></td> 
<if condition="$post[perhp1]"> 
<td width="$post[perhp1]"></td></if></tr></table> 
</td></tr> 

<tr> 
<td><span class="smallfont">MP : $post[mp]/$post[mp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[permp]" background="images/barres/mp.gif"></td> 
<if condition="$post[permp1]"> 
<td width="$post[permp1]"></td></if></tr></table> 
</td></tr> 

<tr> 
<td><span class="smallfont">EXP : $post[exp]/$post[exp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[perexp]" background="images/barres/exp.gif"></td> 
<if condition="$post[perexp1]"> 
<td width="$post[perexp1]"></td></if></tr></table> 
</td></tr> 
</table> 
</fieldset> 
</td></tr></table>



افتح تمبلت / postbit_legacy
ابحث عن/

كود:
 <if condition="$post['age']"><tr> 
	<td align="right"><span class="smallfont">$vbphrase[age] :</span></td> 
	<td align="right"><span class="smallfont">$post[age]</span></td> 
  </tr></if> 
	  </tr> 
</table> 

</fieldset>



أضف بعده/

كود:
 <table cellpadding="0" cellspacing="1" border="0"><tr><td> 
<fieldset class="fieldset" > 
				<legend>المستوى : $post[niveau]</legend> 
<table cellpadding="0" cellspacing="1" border="0" width="100%"> 
<tr> 
<td><span class="smallfont">HP : $post[hp]/$post[hp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[perhp]" background="images/barres/hp.gif"></td> 
<if condition="$post[perhp1]"> 
<td width="$post[perhp1]"></td></if></tr></table> 
</td></tr> 

<tr> 
<td><span class="smallfont">MP : $post[mp]/$post[mp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[permp]" background="images/barres/mp.gif"></td> 
<if condition="$post[permp1]"> 
<td width="$post[permp1]"></td></if></tr></table> 
</td></tr> 

<tr> 
<td><span class="smallfont">EXP : $post[exp]/$post[exp_max]</span> 
</td> 
<td> 
<table cellpadding="0" cellspacing="0" width="100" border="0" bordercolor="#000000" style="border: 1px solid #000000;"><tr height="8"><td width="$post[perexp]" background="images/barres/exp.gif"></td> 
<if condition="$post[perexp1]"> 
<td width="$post[perexp1]"></td></if></tr></table> 
</td></tr> 
</table> 
</fieldset> 
</td></tr></table>





مجلد images في المرفقات




 

من مواضيعه » مكتبة الهاكات لـ vBulletin النسخة 3.5.0
» هاك لاقفال عرض المسؤولين واقفال ثغرتها بالمره 100%
» الأن//هاك الوقت المتبقي لشهر رمضان الكريم
» مكتبة الهاكات لـ vBulletin النسخة 3.6.0
» هاك المتواجدون بالمربعات بشكل جديد ومميز جدا ًَ
» هاك تصغير الصورة الكبيرة :: تلقائيا ::
» مكتبة الهاكات لـ vBulletin النسخة 3.0.0
» شرح التحويل من Bb او اي اصدار الى Vb بالتفصيل والصور ...
» هاك المواضيع المتميزه بتنصيب خاص وسهل
رد مع اقتباس
  #15 (permalink)  
قديم 17/08/2005, 01:45 AM
صورة رمزية افتراضية
|عضو مشارك

|أبومالح غير متصل
 

|تاريخ التسجيل: Aug 2005
|العمر: 30
|المشاركات: 83
افتراضي


افضل الاعضاء تفاعلا لهذا اليوم

إفتح ملف/ index.php
إبحث عن/

كود:
 eval('$navbar = "' . fetch_template('navbar') . '";');



إستبدله بهذا الكود /

كود:
     // Hack: most active user
$start = TIMENOW - TIMENOW % 86400;
$end = $start + 86400;
$maxposter = $DB_site->query_first("SELECT user.username,user.userid,count(*) total FROM ".TABLE_PREFIX."user AS user,".TABLE_PREFIX."post AS post WHERE user.userid=post.userid AND post.dateline BETWEEN $start AND $end GROUP BY post.userid ORDER BY total DESC LIMIT 1");

eval('$navbar = "' . fetch_template('navbar') . '";');



إفتح تمبلت/ FORUMHOME
إبحث عن/

كود:
 <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>



إستبدله بالكود الجديد/

كود:
 <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> 
<if condition="$maxposter[userid]"><div><phrase 1="member.php?$session[sessionurl]u=$maxposter[userid]" 2="$maxposter[username]">$vbphrase[most_active_user_in_forums]</phrase></div></if>




من لوحة التحكم توجه إلى
Phrase Manager
ثم
Add New Phrase
من القائمة المنسدله
Type ( نوع العبارة )
إختر
Global
وفي
Name ( اسم المتغير )
ضع هذه العبارة
most_active_user_in_forums
وفي
Text ( نص )
ادرج هذه الجملة
العضو الأكثر نشاطأ في المنتدى لهذا اليوم : <a href="{1}">{2}</a>




 

من مواضيعه » هاك تصغير الصورة الكبيرة :: تلقائيا ::
» هاك لاقفال عرض المسؤولين واقفال ثغرتها بالمره 100%
» هاك المتواجدون بالمربعات بشكل جديد ومميز جدا ًَ
» مكتبة الهاكات لـ vBulletin النسخة 3.0.0
» شرح التحويل من Bb او اي اصدار الى Vb بالتفصيل والصور ...
» مكتبة الهاكات لـ vBulletin النسخة 3.6.0
» الأن//هاك الوقت المتبقي لشهر رمضان الكريم
» مكتبة الهاكات لـ vBulletin النسخة 3.5.0
» هاك المواضيع المتميزه بتنصيب خاص وسهل
رد مع اقتباس
 
رد



الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع
طرق مشاهدة الموضوع

تعليمات المشاركة
لا تستطيع كتابة مواضيع
لا تستطيع كتابة ردود
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة

الساعة الآن: 04:41 AM


[ خريطة حقيبتك ] [ المصدر ] [ site map ] [ Directory ] [ مدونات ] [ Google ] [ طيران سما ] [ بيبسي ] [ شات ] [ ذكرى ] [ تصاميم ] [ رياضة ] [ عشوائيات ] [ كاسبر سكاي 7 + كراك ] [ مقاطع الكاميرا الخفية ] [ طرائف جحا ] [ اشهار المواقع ] [ كاسبر انتي فايروس سكاي 8 - Kaspersky Anti-Virus 8 +تحميل +تعريب +شرح ] [ صوتيات الجوال ] [ مرئيات الجوال ] [ احدث كمبيوتر في العالم ] [ Messenger 2009 ] [ مفاتيح الكاسبر 7 ] [ مشكلة وحلها ] [ تعلم اللغة الهندية ] [ موقع ] [ حمل القران الكريم ] [ mozilla Firefox ] [ NEED FOR SPEED ] [ رسائل حب ] [ برنامج لمعرفة باسوورد الواير ليس ] [ هاك الاحصائيات المتقدمة ] [ صور زهور ] [ Mass-email Express ] [ جرافيكس ] [ Recover My Files ] [ شرح برامج ] [ ايقونات ] [ اسطوانة القعقاع 2008+تحميل ] [ mozilla Firefox 3 +شرح +تحميل ] [ دليل مواقع ] [ Internet Explorer 8 ] 1  ، 2  ، 3  ، 4  ، 5  ، 6  ، 7  ، 8  ، 9 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80