السلام عليكم
لترقيع لغير المرخصين
فتح الملف misc.php
ابحث عن
رمز PHP:
رمز Code:
$editorid = $vbulletin->input->clean_gpc('r', 'editorid', TYPE_NOHTML);
اسفلها ضع
رمز PHP:
رمز Code:
$editorid = preg_replace('#[^a-z0-9_]#i', '', $editorid);
الترقيع لكل النسخ 3.8 و 3.7 و 3.6
رابط الموضوع الأصلي
http://www.astarguist.com/vb/f83/pat...html#post15800