![]() |
resolve (Image Verification Not Working) registertion 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 :) (المطلوووب) |
| الساعة الآن 04:29 AM |
Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir