destoon采集论坛

 找回密码
 立即注册
查看: 35|回复: 0

用户注册时不用填邮箱都可以注册的修改方法

[复制链接]

4

主题

5

回帖

28

积分

新手上路

Rank: 1

积分
28
发表于 2012-2-10 12:31:13 | 显示全部楼层 |阅读模式
if(!is_email($email)) exit('2');
        if($do->email_exists($email)) exit('3');
        if(!$do->is_email($email)) exit('4');
        $emailcode = random(6, '0123456789');
        $_SESSION['email'] = $email;
        $_SESSION['email_code'] = md5($email.'|'.$emailcode);
        $title = $L['register_msg_emailcode'];
        $content = ob_template('emailcode', 'mail');
        send_mail($email, $title, stripslashes($content));
        exit('1');
}


请帮忙改一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|destoon采集论坛

GMT+8, 2025-11-26 14:16 , Processed in 0.014219 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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