<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_5674"> 经测试部份邮件链接注册出现解析失败的问题,解决方案如下:<br> <br> 修改文件source\class\class_member.php<br> 在该文件中查找<div class="blockcode"> <div id="code_feT"><ol><li>$_GET['hash'] = preg_replace("/[^\[A-Za-z0-9_\]%]/", '', $_GET['hash']);</li></ol></div> <em onclick="copycode($('code_feT'));">复制代码</em> </div>替换成<div class="blockcode"> <div id="code_Kzp"><ol><li>$_GET['hash'] = preg_replace("/[^\[A-Za-z0-9_\]%\s+-\/=]/", '', $_GET['hash']);</li></ol></div> <em onclick="copycode($('code_Kzp'));">复制代码</em> </div> </td></tr></table> <div class="ptg mbm mtn"> 邮箱</div> <div id="comment_5674" class="cm"> </div> <div id="post_rate_div_5674"></div> <br><br>