打开 \e\class\functions.php
找到2110行左右,删除或注释掉以下代码即可:
- $num=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsuser where username='".$username."' and rnd='".$rnd."' and checked=0 limit 1");
- if(!$num)
- {
- printerror("SingleUser","index.php");
- }
