合肥市高新区长江西路与科学大道交口5F创业园A座309 合肥网站建设 - 合肥网站制作 - 安徽网络公司
136 5560 1775
为政府搭建高效应用平台,为企业塑造良好形象,为网民营造美丽温馨家园!

解决discuz论坛注册提示邮箱、密码无效

发布日期:2014-01-13  浏览次数:3495

注册的时候,输入正确的邮箱,或者密码确认的时候 ,提示输入不正确

原因:由于注册表单中name是随机产生的,当产生name为纯数字的时候会产生问题。

解决方法:
打开function_core.php,找到random函数
function random($length, $numeric = 0) {
       $seed = base_convert(md5(microtime().$_SERVER['DOCUMENT_ROOT']), 16, $numeric ? 10 : 35);
       $seed = $numeric ? (str_replace('0', '', $seed).'012340567890') : ($seed.'zZ'.strtoupper($seed));
       $hash = '';
       $max = strlen($seed) - 1;
       for($i = 0; $i < $length; $i++) {
              $hash .= $seed{mt_rand(0, $max)};
       }
       return $hash;
}
 
复制代码更改为:
function random($length, $numeric = 0) {
        $seed = base_convert(md5(microtime().$_SERVER['DOCUMENT_ROOT']), 16, $numeric ? 10 : 35);
        $seed = $numeric ? (str_replace('0', '', $seed).'012340567890') : ($seed.'zZ'.strtoupper($seed));
        if($numeric) {
                $hash = '';
        } else {
                $hash = chr(rand(1, 26) + rand(0, 1) * 32 + 64);
                $length--;
        }
        $max = strlen($seed) - 1;
        for($i = 0; $i < $length; $i++) {
                $hash .= $seed{mt_rand(0, $max)};
        }
        return $hash;
}

About Us

合肥启迈网络科技有限公司专业从事网站建设、网站优化、虚拟主机、域名 注册等网络服务。专业的设计团队、一流的服务态度和先进的网络技术让我 们在竞争激烈的网站设计这行业中蓬勃发展.......[ 查看详情]
服务热线:13655601775

Contact Us

网址:www.qimaikj.com

熊经理:13655601775
E-mail:qimai@qimaikj.com
地址:合肥市高新区长江西路与科学大道交口5F创业园A座309

免费咨询