求问啊~
中文认证码~
好吧,自己写了一段代码解决了。修改了include/ucp/ucp_register.php 这个文件。
//Data prepare here, let't check if it is spam.
$url='http://www.stopforumspam.com/api?ip=' . $user_row'user_ip'];
$html=file_get_contents($url);
if(strstr($html, 'yes')){
//Caught you spammer!
exit(0);
}
$url='http://www.stopforumspam.com/api?email=' . $user_row'user_email'];
$html=file_get_contents($url);
if(strstr($html, 'yes')){
//Caught you spammer!
exit(0);
}
@intijk 我这里是用插件的。
Anti-Spam ACP:
lithiumstudios.org/forum/viewtopic.php?f=31&t=941
有 Akismet 支持,Stopforumspam API 支持,一键 Ban 人什么的。
玛格,你能不能能把 ultimate points 和 medals system 的汉化包给我个