السلام عليكم
ما ادري هل الموضوع هذا قد تكرر ولا لا ..
لكن إليكم طريقة فك تشفير منتدى vBulletin :
هو تعديلان بسيطان في ملف register.php و install.php افتح الملف الأول وابحث عن الكود :
كود PHP:
  $DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield."parentemail,coppauser,homepage,icq,aim,yahoo,signature,adminemail,showemail,invisible,usertitle,joindate,cookyeuser,daysprune,lastvisit,lastactivity,usergroupid,timezoneoffset,emailnotification,receivepm,emailonpm,options,birthday,maxposts,startofweek,ipaddress,pmpopup,referrerid,nosessionhash,avatarid) VALUES (NULL,'".addslashes(htmlspecialchars($username))."','".addslashes(md5($password))."','".addslashes(htmlspecialchars($email))."',".$newstyleval."'".addslashes(htmlspecialchars($parentemail))."','$coppauser','".addslashes(htmlspecialchars($homepage))."','".addslashes(htmlspecialchars($icq))."','".addslashes(htmlspecialchars($aim))."','".addslashes(htmlspecialchars($yahoo))."','".addslashes($signature)."','$adminemail','$showemail','$invisible','".addslashes($usertitle)."','".time()."','$cookyeuser','".addslashes($prunedays)."','".time()."','".time()."','$newusergroupid','".addslashes($timezoneoffset)."',
  '
$emailnotification','$receivepm','$emailonpm','$options','".addslashes($birthday)."','".addslashes($umaxposts)."','".addslashes($startofweek)."','".addslashes($ipaddress)."','$pmpopup','".addslashes($testreferrerid['userid'])."','$nosessionhash','$avatarid')"); 
واستبدله بالكود الآتي :
كود PHP:
$DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield."parentemail,coppauser,homepage,icq,aim,yahoo,signature,adminemail,showemail,invisible,usertitle,joindate,cookyeuser,daysprune,lastvisit,lastactivity,usergroupid,timezoneoffset,emailnotification,receivepm,emailonpm,options,birthday,maxposts,startofweek,ipaddress,pmpopup,referrerid,nosessionhash,avatarid) VALUES (NULL,'".addslashes(htmlspecialchars($username))."','".addslashes($password)."','".addslashes(htmlspecialchars($email))."',".$newstyleval."'".addslashes(htmlspecialchars($parentemail))."','$coppauser','".addslashes(htmlspecialchars($homepage))."','".addslashes(htmlspecialchars($icq))."','".addslashes(htmlspecialchars($aim))."','".addslashes(htmlspecialchars($yahoo))."','".addslashes($signature)."','$adminemail','$showemail','$invisible','".addslashes($usertitle)."','".time()."','$cookyeuser','".addslashes($prunedays)."','".time()."','".time()."','$newusergroupid','".addslashes($timezoneoffset)."',
  '
$emailnotification','$receivepm','$emailonpm','$options','".addslashes($birthday)."','".addslashes($umaxposts)."','".addslashes($startofweek)."','".addslashes($ipaddress)."','$pmpopup','".addslashes($testreferrerid['userid'])."','$nosessionhash','$avatarid')"); 

::الخطوة الثانية::
ابحث في نفس الملف عن الكود :
كود PHP:
    vbsetcookye("bbpassword",md5($password)); 
استبدله بالكود الآتي :
كود PHP:
    vbsetcookye("bbpassword",$password); 
بالنسبة للملف install.php افتح الملف وابحث عن :
كود PHP:
    $DB_site->query("INSERT INTO user (userid,usergroupid,username,password,email,joindate,cookieuser,daysprune,adminemail,showemail) VALUES (NULL,6,'".addslashes($username)."','".addslashes(md5($password))."','".addslashes($email)."',".time().",1,-1,1,1)"); 
واستبدله بالكود الآتي :
كود PHP:
    $DB_site->query("INSERT INTO user (userid,usergroupid,username,password,email,joindate,cookieuser,daysprune,adminemail,showemail) VALUES (NULL,6,'".addslashes($username)."','".addslashes($password)."','".addslashes($email)."',".time().",1,-1,1,1)"); 
انتهى
ارجو أن أكون قد نفعتكم ...

تمنياتي لكم بالتوفيق