منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   عاجل جدا مجتاج مساعدتكم الله يخليكم (http://vb.ma7room.com/showthread.php?t=1539736)

محروم.كوم 07-24-2014 05:40 PM

عاجل جدا مجتاج مساعدتكم الله يخليكم
 
السلام عليكم

طبقت هذا الشرح على منتداي : منتدى التجارة الإلكترونية العربي

و الأن المنتدى لا يفتح و خرب الله يخليكم ساعدوني لإسترجاعه كما كان

و لقد رجعت و كتبت كلمة config.php على كل الملفات التي غيرتها و مع ذلك المنتى لا يفتح الرجاء المساعدة

و هذا هو الشرح الذي طبقته لحماية المنتدى من الإختراق

شرح طريقة تغير اسم ملف الـ config.php و الملفات المتعلقة به ، لأن ملف الـ config هو سبب رئيسي لإختراق المنتديات .

سيتم التعديل على المجلدات التالية :






أولاً : مجلد admincp

يحتوي المجلّد على الملفين التاليين :

notice.php و diagnostic.php

الملف الأول :

notice.php

يحتوي هذا الملف على كلمة c o n f i g.php مرة واحده في السطر التالي :



* define NOTICE_CRITERIA_JS as 'false' i n c o n f i g.php




نقوم بتغيرها للاسم الذي نريد ، والاسم المطبّق في الشرح سيكون mohdkamal.php

وبالتالي سيتم تغير c o n f i g.php إلى mohdkamal.php ، ليصبح السطر بالشكل التالي :



* define NOTICE_CRITERIA_JS as 'false' in mohdkamal.php




انتهينا من ملف notice.php .


الملف الثاني :

diagnostic.php

يحتوي هذا الملف على كلمة c o n f i g.php مرتين في السطر التالي :


$ignored_files = array('/includes/c o n f i g.php', '/includes/c o n f i g.php.new', '/install/install.php', '/includes/version_vbulletin.php');



نقوم بتغيرها إلى mohdkamal.php (الاسم المطبّق في الشرح) .



وبالتالي سيتم تغير c o n f i g.php إلى mohdkamal.php ، ليصبح السطر بالشكل التالي :




$ignored_files = array('/includes/mohdkamal.php', '/includes/mohdkamal.php.new', '/install/install.php', '/includes/version_vbulletin.php');




انتهينا من ملف diagnostic.php ومن مجلد admincp .




***************
الآن ننتقل لمجلد includes

المجلد يحتوي على 5 ملفات :

الملف الأول :

adminfunctions.php





يحتوي هذا الملف على كلمة c o n f i g.php مرة واحده في السطر التالي :


// user is a super administrator (defined in c o n f i g.php) so can do anything




نقوم بتغيرها إلى mohdkamal.php (الاسم المطبّق في الشرح) .





وبالتالي سيتم تغير c o n f i g.php إلى mohdkamal.php ، ليصبح السطر بالشكل التالي :



// user is a super administrator (defined in mohdkamal.php) so can do anything






انتهينا من ملف adminfunctions.php



الملف الثاني :




ملف class_core.php




يحتوي هذا الملف على كلمة config.php عشر مرات في الأسطر التالية :



* @param string Configuration file from config.php.ini (my.ini / my.cnf)


* Array of data from config.php.





include(CWD . '/includes/config.php');


if (file_exists(CWD. '/includes/config.php'))


// config.php exists, but does not define $config


die('

Configuration: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.');


die('

Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and re**** it to config.php');






نقوم بتغيرها إلى mohdkamal.php (الاسم المطبّق في الشرح) .




وبالتالي سيتم تغير config.php إلى mohdkamal.php ، لتصبح الأسطر بالشكل التالي :
[QUOTE* @param string Configuration file from mohdkamal.php.ini (my.ini / my.cnf)


* Array of data from mohdkamal.php.


include(CWD . '/includes/mohdkamal.php');


if (file_exists(CWD. '/includes/mohdkamal.php'))


// mohdkamal.php exists, but does not define $config


die('

Configuration: includes/mohdkamal.php exists, but is not in the 3.6+ format. Please convert your config file via the new mohdkamal.php.new.');


die('

Configuration: includes/mohdkamal.php does not
exist. Please fill out the data in mohdkamal.php.new and re**** it to mohdkamal.php'); ][/QUOTE]




انتهينا من ملف class_core.php



الملف الثالث :



ملف functions.php




يحتوي هذا الملف على كلمة config.php مرتين في الأسطر التالي :



* if DEMO_MODE is defined and set to true in config.php this function will return false,





// define this in config.php -- good for test boards,









نقوم بتغيرها إلى mohdkamal.php (الاسم المطبّق في الشرح) .


وبالتالي سيتم تغير config.php إلى mohdkamal.php ، ليصبح السطر بالشكل التالي :






// define this in mohdkamal.php -- good for test boards,





* if DEMO_MODE is defined and set to true in mohdkamal.php this function will return false,




انتهينا من ملف functions.php



الملف الرابع :




ملف init.php




يحتوي هذا الملف على كلمة config.php مرتين في الأسطر التالية :



// getcwd() failed and so we need to be told the full forum path in config.php





trigger_error('Configuration: You must insert a value for forumpath in config.php', E_USER_ERROR);




نقوم بتغيرها إلى mohdkamal.php (الاسم المطبّق في الشرح) .



وبالتالي سيتم تغير config.php إلى mohdkamal.php ، لتصبح الأسطر بالشكل التالي :



// getcwd() failed and so we need to be told the full forum path in mohdkamal.php



trigger_error('Configuration: You must insert a value for forumpath in mohdkamal.php', E_USER_ERROR);


انتهينا ملف init.php





الملف الخامس :





ملف config.php





نقوم بتغير اسمه (r e n a m e )إلى mohdkamal.php






* ثم نقوم برفع بجميع الملفات إلى مسارها الأصلي
*للبحث عن أي كلمة بواسطة برنامج الـ NotePad يتم الضغط على Ctrl + F
*يمكن إبقاء ملف الـ config الأصلي بعد تعبئته بمعلومات وهمية عن قاعدة البيانات.


الساعة الآن 01:04 PM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227