您的位置首页生活百科

怎么注册email帐号

怎么注册email帐号

首先确定你要注册的EMAIL类型,例如:163、126、新浪,雅虎等等,其次进入注册页面填写必要信息- - 然后提交。

register.php ,找到if(!$activation) {

$uid = uc_user_register($username, $password, $email, $questionid, $answer, $onlineip);

if($uid = 0 and $uid != -6) {

if($uid == -1) {

showmessage('profile_username_illegal');

} elseif($uid == -2) {

showmessage('profile_username_protect');

} elseif($uid == -3) {

showmessage('profile_username_duplicate');

} elseif($uid == -4) {

showmessage('profile_email_illegal');

} elseif($uid == -5) {

showmessage('profile_email_domain_illegal');

}

elseif($uid == -6) {

showmessage('profile_email_duplicate');

}

else {

showmessage('undefined_action', NULL, 'HALTED');

}

}

} else {

list($uid, $username, $email) = $activation;

}

elseif($uid == -6) {

showmessage('profile_email_duplicate'); }注释掉,把if($uid = 0 )改成if( $uid =0 and $uid != -6)

然后把ajax.php中elseif($action == 'checkemail') {

$email = trim($email);

require_once DISCUZ_ROOT.'./uc_client/client.php';

$ucresult = uc_user_checkemail($email);

if($ucresult == -4) {

showmessage('profile_email_illegal', '', 1);

} elseif($ucresult == -5) {

showmessage('profile_email_domain_illegal', '', 1);

} elseif($ucresult == -6) {

showmessage('profile_email_duplicate', '', 1);

}

}

里elseif($ucresult == -6) { showmessage('profile_email_duplicate', '', 1); }

thanks

填一个你常用的邮箱就是了,比如QQ邮箱,备用的,以后找回密码什么的可以用

网上有

现在黑莓手机只有上blackberry 服务才能设置EMAIL帐号,但是对于个人而言上服务是很昂贵的。最少包月198一个月,如果你实在想用的话可以下载第三方软件绑定EMAIL 也可以实现推送功能。而且不比手机上服务的慢,给你推荐两款。gmail 尚邮 ,去百度搜一下下载然后安装,把你的邮箱写在里面就可以了,有邮件会自动给你传过来了。很 强大

可能是该网站不支持QQ邮箱吧

你上服务了吗 上服务后就打电话给运营商 他们会帮你搞定