السلام عليكم

ترقيع لنسخه الغير مرخصه جميع النسخ

فتح الملف misc.php

ابحث عن

كود PHP:
$editorid $vbulletin->input->clean_gpc('r''editorid'TYPE_NOHTML); 
اسفلها ضع

كود PHP:
$editorid preg_replace('#[^a-z0-9_]#i'''$editorid);