واذا حدث خلل فان هذا الكود هو الناقص
ابحث في ملف Attachment.php الموجود فى مجلد المنتدى الرئيسى عن 
كود PHP:
// check if there is a forum password and if so, ensure the user has it set  
فوقه اضف 
كود PHP:
// add post then you can take the attach by rafie 
if ( !$vbulletin->db->query_first ( "SELECT postid FROM " . TABLE_PREFIX . "post WHERE userid='".$vbulletin->userinfo[userid]."' AND threadid=$threadinfo[threadid]" ) ) : 
eval('print_output("' . fetch_template('vbhack') . '");'); 
endif ;  
__________________