易仿帝国yfdiguo.com

您当前的位置:首页 > 问题库

帝国cms 7.0会员使用邮箱或用户名同时登陆的修改方法

zcmcss发表于2017-12-11问题库
帝国cms 7.0会员使用邮箱或用户名同时登陆的修改方法
打开 e/member/class/member_loginfun.php 文件
查找:
$username=RepPostVar($username);
修改为:
if(chemail($username))
{
  $username=RepPostVar($username);
  $r=$empire->fetch1("select username from {$dbtbpre}enewsmember where email='$username'");
  $username=$r['username'];
}
else
{
  $username=RepPostVar($username);
}

热门问题

©2017 易仿帝国yfdiguo.com


友情链接: 阿里云优惠网| 阿里云推荐码| 阿里云教程| 莫愁博客|
♥ www.yfdiguo.com
联系作者QQ: