في ملف
postings.php find:
وبالتحديد في السطر
(line 1330)
إبحث عن
// check if there is a forum password and if so, ensure the user has it set
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);
if ($vbulletin->GPC['title'] == '')
{
eval(standard_error(fetch_error('notitle')));
}
أضف تحتها:
elseif (preg_match('/<|>/',$vbulletin->GPC['title']))
eval(standard_error(fetch_error('nohtml')));
قم بحفظ العمل
================================================== ====================================
في ملف
includes/functions_newpost.php
:
إبحث عن
$errors[] = fetch_error('register_imagecheck');
}
}
أضف تحتها:
if (preg_match('/<|>/',$post['title']))
$errors[] = fetch_error('nohtml');
قم بحفظ العمل
أنتهى .. ولو أن العضو ., طبق على منتداك الثغره . أحذفه بجميع مشاركاته .. وطبق الشرح راح تنحل ..
المزيد هنــا






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