全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 794|回复: 2

ripro v5 登录注册,提示验证码错误

[复制链接]
发表于 2023-10-14 09:31:41 | 显示全部楼层 |阅读模式
用的本站开心版,输入的都是对的,但就是提示 验证码错误!

/**
* 获取图片验证码
* @Author Dadong2g
* @date   2022-04-12
* @return [type]
*/
function get_img_captcha() {
    $builder = new Gregwar\Captcha\CaptchaBuilder(4);
    $builder->build();
    $cache = $builder->getPhrase();
    ZB_Cookie::set('img_captcha_code', ZB_Code::enstr($cache));
    return $builder->inline();
}

function is_img_captcha($string = '') {
    $cache = ZB_Cookie::get('img_captcha_code');
    $cache = ZB_Code::destr($cache);
    // Checking that the posted phrase match the phrase stored in the session
    $is_captcha = Gregwar\Captcha\PhraseBuilder::comparePhrases($cache, $string);
    ZB_Cookie::set('img_captcha_code', '');
    if (empty($cache) || empty($string)) {
        return false;
    }
    return (bool) $is_captcha;
}
发表于 2023-11-9 18:06:14 | 显示全部楼层
我也遇见了, 请问解决了吗这个问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-1-1 05:51 , Processed in 0.095561 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表