إضافة رد
 
أدوات الموضوع انواع عرض الموضوع
  #1  
قديم 07-29-2012, 06:18 AM
الصورة الرمزية KHLEL
KHLEL غير متواجد حالياً
 
تاريخ التسجيل: Jan 2010
الدولة: الاردن
المشاركات: 327
KHLEL is on a distinguished road
افتراضي 3.8.4 pl1 مع خطوات الترقيع وملفات جاهزه

نظرا ً لوجود اخطاء لااعلم من اي ترقيع نزل او من خطوات خاطئه من من قام بالترقيع
هذه خطوات الترقيع

الملف
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:
<?php
define
('FILE_VERSION_VBULLETIN', '3.8.4 Patch Level 1');
?>

ويفضل للمرخصين تحميله من الشركه
رد مع اقتباس
  #2  
قديم 10-19-2012, 04:30 AM
الصورة الرمزية حلا
حلا غير متواجد حالياً
 
تاريخ التسجيل: Oct 2011
المشاركات: 12,830
حلا is a splendid one to beholdحلا is a splendid one to beholdحلا is a splendid one to beholdحلا is a splendid one to beholdحلا is a splendid one to beholdحلا is a splendid one to beholdحلا is a splendid one to behold
افتراضي

رد مع اقتباس
  #3  
قديم 10-24-2012, 10:21 PM
الصورة الرمزية شهد
شهد غير متواجد حالياً
 
تاريخ التسجيل: Oct 2011
الدولة: غزة
المشاركات: 16,522
شهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to beholdشهد is a splendid one to behold
افتراضي

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

الكلمات الدليلية
3.8.4, الترقيع, جاهزه, خطوات, وملفات

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

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

BB code متاحة
كود [IMG] متاحة
كود HTML معطلة

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


الساعة الآن 09:38 AM.


Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Trans by
حميع الخقوق محفوظة © لـ منتديات العاشق 2009 - 2022