![]() |
خطوات تقوم بها لترقيع نسخة 3.8.4 Pl1 السلام عليكم ورحمة الله اليوم اقدم لكم في معهدنا الغالي : خطوات تقوم بها لترقيع نسخة 3.8.4 Pl1 1- نقوم بالبحث عن ملف : class_dm.php كود PHP: function verify_link(&$link) { if (preg_match('#^www\.#si'* $link)) { $link = 'http://' . $link; return true; } else if (!preg_match('#^[a-z0-9]+://#si'* $link)) { // link doesn't match the http://-style format in the beginning -- possible attempted exploit return false; } else { return true; } } نقوم باستبداله ب : كود PHP: function verify_link(&$link* $strict = false) { if (preg_match('#^www\.#si'* $link)) { $link = 'http://' . $link; return true; } else if (!preg_match('#^[a-z0-9]+://#si'* $link)) { // link doesn't match the http://-style format in the beginning -- possible attempted exploit return false; } else if ($strict && !preg_match('#^(http|https)://#si'* $link)) { // link that doesn't start with http:// or https:// should not be allowed in certain places (IE: profile homepage) return false; } else { return true; } } تم نقوم بالبحث عن ملف : class_dm_user.php كود PHP: function verify_homepage(&$homepage) { return (empty($homepage)) ? true : $this->verify_link($homepage); } نقوم باستبداله ب : كود PHP: function verify_homepage(&$homepage) { return (empty($homepage)) ? true : $this->verify_link($homepage* true); } ملف version_vbulletin.php لغير المرخصين يبقى كما هو اما بالنسبة المرخصين يحذف كل مابداخله ويضع : كود PHP: ويرجى من مرخصين النسخة تحميل الترقيع من الشركة دمتم بخير تحياتي لكم |
الساعة الآن 04:24 PM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir