منتديات الناصح التطويرية  

مشروع التوسعة الثانية لرابطة التعاون الإسلامي
استسقاء الصوتية ، دردشة صوتية إسلاميةموقع الرفيع أعذب الأناشيد و الأمداح النبويةمنتديات لوشا التطويرية
دورة إدارة برمجية جملة للمبتدئين و المتوسطين
اتصل بنا : لطلبات خدمات المواقع و السيرفرات يرجى الاتصال على : admin[@]annasseh.com


عزيزي الزائر .. لا يمكنك مشاهدة روابط الخدمات

عروض الإعلان على منتديات الناصح

 
 

إضافة رد
 
LinkBack أدوات الموضوع انواع عرض الموضوع
  رقم المشاركة : ( 1 (permalink) )  
قديم 21 - 2 - 2008, 07:37 PM
الصورة الرمزية الناصح
 
المدير العام

 الأوسمة و جوائز
 بينات الاتصال بالعضو
 اخر مواضيع العضو
  الناصح غير متواجد حالياً  
الملف الشخصي
رقــم العضويـــة : 1
تـاريخ التسجيـل : 26 - 1 - 2008
العــــــــمـــــــــر : 34
الــــــــجنــــــس :
الـــــدولـــــــــــة : المغرب
المشاركـــــــات : 2,094 [+]
آخــر تواجــــــــد : 25 - 1 - 2012(09:20 PM)
عدد الـــنقــــــاط : 60
قوة التـرشيــــح : الناصح تم تعطيل التقييم
افتراضي نظام تسريع المنتديات بتقليل عدد استعلامات الهاكات وضغط المنتجات

استضافة المواقع
 admin@annasseh.com 
السلام عليكم ورحمة الله وبركاتة كنت وعدتكم باني راح اطرح نظام تسريع المنتديات وانا الان انفذ وعدي بطرح الهاك للجميع دعك من كل هاكات التسريع واعتمد علي هذا الهاك لما له من تاثير في زيادة سرعة المنتدي فعليا وذلك لان الهاك يقوم بعمل الاتي
1 - يقوم بتعديل وتصحيح جميع الهاكات وضغط استعلاماتها

رابط موضوع الهاك في معهد الدعم العربي
نظام تسريع المنتديات بتقليل عدد استعلامات الهاكات وضغط المنتجات
صورة لخيارات الهاك

والان يا احبائي ناتي لطريقة التركيب وهيا معقدة شوي
في البداية افتح ملف admincp/global.php
ثم ابحث عن
كود PHP:
$specialtemplates[] = 'pluginlistadmin'
بعدها اضف
كود PHP:
$specialtemplates[] = 'acc_p_enabled';
$specialtemplates[] = 'acc_p_cache'
ثم احفظ الملف
ثم افتح ملف admincp/plugin.php
ثم ابحث عن
كود PHP:
print_description_row($vbphrase['plugins_disable_config']);
}
print_table_footer(2''''false);
}

اسفل منه اضف
كود PHP:
/**
* Vbulletin Plugin Accelerator
* @author Dusty Burns (Trigunflame@charter.net)
*/
// ###################### Rebuild Hook Key Cache ######################
if ($_REQUEST['do'] == 'rebuild_acc_cache')
{
/*
* Require Plugin Accelerator Class
* Normally I wouldn't use an external source file, but otherwise 
* we're just going to be using a lot of redundant code inside here.
*/
if (@!include_once(DIR '/includes/class_plugin_accelerator.php'))
{
print_stop_message("acc_class_nfound");
}
/*
* Rebuild Our Hashmap of hook_name => file
* This will be stored in the Vbulletin Datastore
*/
$p_accel = new vb_plugin_accelerator();
if (
$h $p_accel->build_hook_cache())
{
print_cp_message("Rebuilt Plugin Accelerator Hook Cache (<b>$h Hooks</b>)""plugin.php"3);
}
}
// ###################### Rebuild All Plugins ######################
if ($_REQUEST['do'] == 'rebuild_acc_plugins')
{
/*
* Require Plugin Accelerator Class
* Normally I wouldn't use an external source file, but otherwise 
* we're just going to be using a lot of redundant code inside here.
*/
if (@!include_once(DIR '/includes/class_plugin_accelerator.php'))
{
print_stop_message("acc_class_nfound");
}
/*
* Rebuild Hook Cache, Reparse all Vbulletin Hooks
* and then insert PHP Code into the correct files.
*/
$p_accel = new vb_plugin_accelerator();
if (
$p_accel->build_all_plugins())
{
print_cp_message("Rebuilt All Plugins Successfully""plugin.php"3);
}
}
// ###################### Switch Accelerator Status ######################
if ($_REQUEST['do'] == 'status_acc')
{
/*
* Require Plugin Accelerator Class
* Normally I wouldn't use an external source file, but otherwise 
* we're just going to be using a lot of redundant code inside here.
*/
if (@!include_once(DIR '/includes/class_plugin_accelerator.php'))
{
print_stop_message("acc_class_nfound");
}
/*
* Handle Turning On and Off the Plugin Accelerator
*/
$p_accel = new vb_plugin_accelerator();
$p_accel->change_status();
}
/**
* Vbulletin Plugin Accelerator
*/ 
ثم ارفع جميع الملفات المرفقة داخل مجلد includes
ومن ثم استورد البرودكت
وقم بعد ذلك باعطاء جميع ملفات المنتدي تصريح الكتابة وهو 666 ثم قم بتشغيل الهاك وقم بارجاع التصاريح مرة اخري الي 644 بعد تشغيل الهاك
الملفات التي يجب اعطاء التصريح 666 لها هيا
كود PHP:
# Root Directory
ajax.php
announcement
.php
attachment
.php
calendar
.php
cron
.php
editpost
.php
external
.php
faq
.php
forumdisplay
.php
global.php
index
.php
inlinemod
.php
joinrequests
.php
login
.php
member
.php
memberlist
.php
misc
.php
newattachment
.php
online
.php
payments
.php
poll
.php
postings
.php
printthread
.php
private.php
profile
.php
register
.php
report
.php
reputation
.php
search
.php
sendmessage
.php
showgroups
.php
showpost
.php
showthread
.php
subscription
.php
threadrate
.php
usercp
.php
usernote
.php
# Alternate Index.php Used
# By Some People with CMS
# Uncomment to enable them
#home.php
#forum.php
#index2.php
# AdminCP Directory
#admincp/adminpermissions.php
#admincp/attachment.php
#admincp/forum.php
#admincp/forumpermission.php
#admincp/global.php
#admincp/index.php
#admincp/misc.php
#admincp/moderator.php
#admincp/options.php
#admincp/template.php
#admincp/user.php
#admincp/usergroup.php
#admincp/usertools.php
# Archive Directory
#archive/global.php
#archive/index.php
# Includes Directory
includes/adminfunctions_forums.php
includes
/adminfunctions_options.php
includes
/adminfunctions_template.php
includes
/adminfunctions.php
includes
/class_bbcode.php
includes
/class_dm_admin.php
includes
/class_dm_attachment.php
includes
/class_dm_event.php
includes
/class_dm_forum.php
includes
/class_dm_moderator.php
includes
/class_dm_pm.php
includes
/class_dm_poll.php
includes
/class_dm_pollvote.php
includes
/class_dm_threadpost.php
includes
/class_dm_threadrate.php
includes
/class_dm_user.php
includes
/class_dm_userpic.php
includes
/class_mail.php
includes
/class_paid_subscription.php
includes
/class_postbit.php
includes
/functions_bigthree.php
includes
/functions_calendar.php
includes
/functions_cron.php
includes
/functions_digest.php
includes
/functions_editor.php
includes
/functions_faq.php
includes
/functions_forumdisplay.php
includes
/functions_forumlist.php
includes
/functions_log_error.php
includes
/functions_login.php
includes
/functions_newpost.php
includes
/functions_online.php
includes
/functions_reputation.php
includes
/functions_threadedmode.php
includes
/functions_threadmanage.php
includes
/functions_user.php
includes
/functions_wysiwyg.php
includes
/functions.php
includes
/init.php
includes
/searchwords.php
# Includes/Cron Directory
#includes/cron/cleanup.php
# ModCP Directory
#modcp/global.php
#modcp/index.php
#modcp/user.php 
وما تنسونا من صالح دعائكم

محبكم سامح المصري
الملفات المرفقة
نوع الملف: zip هاك تسريع المنتديات.zip‏ (5.6 كيلوبايت, المشاهدات 29)
رد مع اقتباس
قديم 25 - 5 - 2008, 10:23 AM   رقم المشاركة : ( 2 (permalink) )
مشرف سابق


الملف الشخصي
رقــم العضويـــة : 321
تـاريخ التسجيـل : 15 - 4 - 2008
العــــــــمـــــــــر : 25
الــــــــجنــــــس :
الـــــدولـــــــــــة : المغرب - فاس -
المشاركـــــــات : 158 [+]
آخــر تواجــــــــد : 5 - 1 - 2012(05:48 PM)
عدد الـــنقــــــاط : 10
قوة التـرشيــــح : EL KHADIR is on a distinguished road

 الأوسمة و جوائز
 بينات الاتصال بالعضو
 اخر مواضيع العضو

EL KHADIR غير متواجد حالياً

افتراضي

تصميم مواقع كاملة
 admin@annasseh.com 
شكرا لك من القلب
  رد مع اقتباس
قديم 23 - 1 - 2010, 10:24 AM   رقم المشاركة : ( 3 (permalink) )
عضو جديد


الملف الشخصي
رقــم العضويـــة : 5037
تـاريخ التسجيـل : 23 - 1 - 2010
العــــــــمـــــــــر : 20
الــــــــجنــــــس :
الـــــدولـــــــــــة :
المشاركـــــــات : 1 [+]
آخــر تواجــــــــد : 23 - 1 - 2010(10:25 AM)
عدد الـــنقــــــاط : 10
قوة التـرشيــــح : ذكريات بكرهـ is on a distinguished road

 الأوسمة و جوائز
 بينات الاتصال بالعضو
 اخر مواضيع العضو

ذكريات بكرهـ غير متواجد حالياً

افتراضي

خدمات حماية المواقع و المنتديات و السيرفرات
 admin@annasseh.com 
مشكووووور وجاري التجربهـ
  رد مع اقتباس
قديم 24 - 5 - 2010, 03:48 AM   رقم المشاركة : ( 4 (permalink) )
عضو نشيط

الصورة الرمزية المنتصر

الملف الشخصي
رقــم العضويـــة : 5892
تـاريخ التسجيـل : 23 - 5 - 2010
العــــــــمـــــــــر :
الــــــــجنــــــس :
الـــــدولـــــــــــة :
المشاركـــــــات : 36 [+]
آخــر تواجــــــــد : 4 - 6 - 2010(07:35 PM)
عدد الـــنقــــــاط : 10
قوة التـرشيــــح : المنتصر is on a distinguished road

 الأوسمة و جوائز
 بينات الاتصال بالعضو
 اخر مواضيع العضو

المنتصر غير متواجد حالياً

افتراضي

غرف الدردشة الصوتية
 admin@annasseh.com 
بارك الله فيك اخي الناصح
وجعله في ميزان حسناتك
اتمني من كل قلبي ان يستفيد من الاعضاء
وتقبل مروري
توقيع » المنتصر
  رد مع اقتباس
قديم 22 - 6 - 2010, 02:10 AM   رقم المشاركة : ( 5 (permalink) )
عضو جديد


الملف الشخصي
رقــم العضويـــة : 6030
تـاريخ التسجيـل : 22 - 6 - 2010
العــــــــمـــــــــر : 32
الــــــــجنــــــس :
الـــــدولـــــــــــة :
المشاركـــــــات : 1 [+]
آخــر تواجــــــــد : 22 - 6 - 2010(02:10 AM)
عدد الـــنقــــــاط : 10
قوة التـرشيــــح : dxbai is on a distinguished road

 الأوسمة و جوائز
 بينات الاتصال بالعضو
 اخر مواضيع العضو

dxbai غير متواجد حالياً

افتراضي

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

مواقع النشر (المفضلة)

أدوات الموضوع
انواع عرض الموضوع

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

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

الانتقال السريع

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
جميع أصدارات الماسنجر+ الماسنجر بلس + الباتشات لفتح أكثر من ماسنجر الناصح ركــن البرامــج العامــة المشروحة 8 9 - 10 - 2009 06:56 PM



الساعة الآن 04:12 PM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Ads Management Version 3.0.1 by Saeed Al-Atwi
أي اتفاقات تجارية بين الأعضاء تعتبر إدارة المنتدى غير مسؤولة عنها
حماية Sup4ma_Team




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