| |
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا|
#1
| ||
| ||
| hi there I discovered today that the verification of human Broken (Version 3.8.3) I worked for about 5 hours* And reached to resolve the problem The solution is 2 step only >>>>>> STEP 1 Search in the file register.php PHP Code: if (fetch_require_hvcheck('register')) { require_once(DIR . '/includes/class_humanverify.php'); $verify =& vB_HumanVerify::fetch_library($vbulletin); if (!$verify->verify_token($vbulletin->GPC['humanverify'])) { $userdata->error($verify->fetch_error()); } } Replace PHP Code: if ($_REQUEST['do'] == 'addmember') { require_once(DIR . '/includes/class_humanverify.php'); $verify =& vB_HumanVerify::fetch_library($vbulletin); if (!$verify->verify_token($vbulletin->GPC['humanverify'])) { $userdata->error($verify->fetch_error()); } } ------------------------- STEP 2 Search in the file register.php PHP Code: if (fetch_require_hvcheck('register')) { require_once(DIR . '/includes/class_humanverify.php'); $verify =& vB_HumanVerify::fetch_library($vbulletin); $human_verify = $verify->output_token(); } Replace PHP Code: if ($_REQUEST['do'] == 'register') { require_once(DIR . '/includes/class_humanverify.php'); $verify =& vB_HumanVerify::fetch_library($vbulletin); $human_verify = $verify->output_token(); } The solution in my fourm http://www.alastorh.com/vb/showthread.php?t=29481 Best wishes alastorh.com (المطلوووب)
__DEFINE_LIKE_SHARE__
|
| مواقع النشر (المفضلة) |
| |
المواضيع المتشابهه | ||||
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| Image verification stopped working | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 03-24-2010 04:40 AM |
| Forum Human Verification Options: Question and Answer + Image Verification possible? | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 03-08-2010 01:50 PM |
| Image Verification Image is not showing up. | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 11-13-2009 11:00 AM |
| Image verification image blurry | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 10-12-2009 10:50 PM |
| Image Verification not working | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 06-25-2009 08:00 AM |