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

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   [شرح] : تغيير اسم ملف الـ config للمساعده في الحماية من عمليات الإختراق (http://vb.ma7room.com/showthread.php?t=232294)

محروم.كوم 09-14-2009 05:00 PM

[شرح] : تغيير اسم ملف الـ config للمساعده في الحماية من عمليات الإختراق
 
بسم الله الرحمن الرحيم


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

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

http://upload.traidnt.net/upfiles/6yU30571.png

http://upload.traidnt.net/upfiles/DSy30652.png


أولاً : مجلد admincp

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

http://upload.traidnt.net/upfiles/eiC30673.png

الملف الأول :

notice.php

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

رمز Code:
* define NOTICE_CRITERIA_JS as 'false' in config.php
نقوم بتغيرها للاسم الذي نريد ، والاسم المطبّق في الشرح سيكون mohdkamal.php

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

رمز Code:
* define NOTICE_CRITERIA_JS as 'false' in mohdkamal.php
انتهينا من ملف notice.php .


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

diagnostic.php

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


رمز Code:
$ignored_files = array('/includes/config.php', '/includes/config.php.new', '/install/install.php', '/includes/version_vbulletin.php');


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


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



رمز Code:
$ignored_files = array('/includes/mohdkamal.php', '/includes/mohdkamal.php.new', '/install/install.php', '/includes/version_vbulletin.php');



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



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



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




http://upload.traidnt.net/upfiles/lEL31583.png


الملف الأول :



adminfunctions.php



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




رمز Code:
// user is a super administrator (defined in config.php) so can do anything



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



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



رمز Code:
// user is a super administrator (defined in mohdkamal.php) so can do anything




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



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



ملف class_core.php



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


رمز Code:

* @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 rename it to config.php');


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



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




رمز Code:

* @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 rename it to mohdkamal.php');


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




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



ملف functions.php



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


رمز Code:
* 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 ، ليصبح السطر بالشكل التالي :



رمز Code:

// 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 مرتين في الأسطر التالية :


رمز Code:

// 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 ، ليصبح السطر بالشكل التالي :



رمز Code:

// 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



نقوم بتغير اسمه (rename) إلى mohdkamal.php




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



تم الشرح بحمد الله

الشرح تقديمي : محمد كمال

إن اصبت فمن الله وإن أخطأت فمني ومن الشيطان

أي سؤال لا تترددوا ،

شكراً لكم ، بإنتظار ردودك و آرائكم



تحياتي، محمد كمال


الساعة الآن 12:47 AM

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