亲注册登录道勤网-可以查看更多帖子内容哦!(包涵精彩图片、文字详情等)请您及时注册登录-www.daoqin.net
您需要 登录 才可以下载或查看,没有账号?立即注册
x
此方法discuzX系都可以实现限制为只能用中文注册,可有效防止注册机恶意注册
方法一:
需要更改的文件及代码
更改“register.htm”文件
template----default----member----register.htm
(我的网站文件使用的是默认模板,那么文件位置就在 www.97meishu.com /template/default/member/register.htm。如使用的不是默认风格 就找你使用的风格包里)
找到
- <div><div class="rfm">
- <table>
- <tr>
- <th><span class="rq">*</span><label for="{$this->setting['reginput']['username']}">{lang username}:</label></th>
- <td><input type="text" id="{$this->setting['reginput']['username']}" name="" class="px" tabindex="1" autocomplete="off" size="25" maxlength="15" required /></td>
- <td class="tipcol"><i id="tip_{$this->setting['reginput']['username']}" class="p_tip">{lang register_username_tips}</i><kbd id="chk_{$this->setting['reginput']['username']}" class="p_chk"></kbd></td>
- </tr>
- </table>
- </div></div>
复制代码
更改为:
<div class="rfm">
<label>提示语:本论坛 『 <font color=red>只接受中文注册</font> 』用户名*</label>
- <div></tr>
- </table>
- </div>
- <div class="rfm">
- <table>
- <tr>
- <th><span class="rq">*</span><label for="{$this->setting['reginput']['username']}">{lang username}:</label></th>
- <td><input type="text" id="{$this->setting['reginput']['username']}" name="" class="px" tabindex="1" autocomplete="off" size="25" maxlength="15"
- onpropertychange="with(this)if(/[^\u3447-\uFA29]/ig.test(value))value=value.replace(/[^\u3447-\uFA29]/ig,'')" required /></td>
- <td class="tipcol"><i id="tip_{$this->setting['reginput']['username']}" class="p_tip">{lang register_username_tips}</i><kbd id="chk_{$this->setting
- ['reginput']['username']}" class="p_chk"></kbd></td>
- </tr>
- </table>
- </div></div>
复制代码 效果如下:注意红色的字
更改“class_member.php”文件
source----class----class_member.php
找到
- $username = addslashes(trim(dstripslashes($username)));
复制代码
在它的下面加入
- if(!preg_match("/^[\x7f-\xff]+$/", $username)) showmessage('出错啦!用户名只能全中文。');
复制代码
效果如下:
方法二:
后台UCenter管理中心---注册设置---禁止的用户名:
方法三:
后台应用中心,有插件具体地址是:https://addon.dismall.com/plugins/sp178_regcn.html 其实价格也不高,买了直接用也可以,
就是这个客服,我加了以后不怎么理我,哈哈
道勤主机提供365天*24小时全年全天无休、实时在线、零等待的售后技术支持。竭力为您免费处理您在使用道勤主机过程中所遇到的一切问题!
如果您是道勤主机用户,那么您可以通过QQ【792472177】、售后QQ【59133755】、旺旺【诠释意念】、微信:q792472177免费电话、后台提交工单这些方式联系道勤主机客服!
如果您不是我们的客户也没问题,点击页面最右边的企业QQ在线咨询图标联系我们并购买后,我们为您免费进行无缝搬家服务,让您享受网站零访问延迟的迁移到道勤主机的服务! |