湖南涉外经济学院论坛's Archiver

阿建 发表于 2006-11-11 21:26

近日有许多用软件测试本论坛的朋友.

天天删我也累.只好采取一点手段.可能会影响一些会员注册英文的时候出现问题.

修改了global.php。。
function formhash() {
        global $discuz_user, $discuz_uid, $discuz_pw, $timestamp;
        return substr(md5(substr($timestamp, 0, -6).$discuz_user.$discuz_uid.$discuz_pw), 8, 8);
}

改成




function formhash() {
        global $discuz_user, $discuz_uid, $discuz_pw, $timestamp;
        return substr(md5(substr($timestamp, 0, -6).$discuz_user.$discuz_uid.$discuz_pw.abcdefghijklm), 8, 8);
}

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.