淮安博客

欢迎进入0517博客

« QQ获取好友漏洞原理Escrow.com »

DZ的防新注册用户发广告连接的代码

修改后。需要在后台勾选发贴后加1点威望[随便你定.超过3分积分就可以发连接了.]

include/newreply.inc.php
查找:$db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, anonymous, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
前面加入:
if(ereg ("www.", $message) or ereg ("http://", $message))
{
if($credits <3)
{
showmessage('宅一起提示您:积分不够哦');
}
}


include/newthread.inc.php
查找:$db->query("INSERT INTO {$tablepre}threads (fid, readperm, price, iconid, typeid, author, authorid, subject, dateline, lastpost, lastposter, displayorder, digest, blog, special, attachment, subscribed, moderated, supe_pushstatus $sgidadd1)
前面加入:
if(ereg ("www.", $message) or ereg ("http://", $message))
{
if($credits <3)
{
showmessage('宅一起提示您:积分不够哦');
}
}


<b>做了点小修改,让他自动返回那个帖子的第一页,如果是发的是主题帖,则把newthread.inc.php里的那个地方写成forumdisplay.php?fid=$fid </b>


        if(ereg ("www.", $message) or ereg ("http://", $message))
{
if($credits <5)
{
showmessage('托雷斯中文网防广告系统提示您:您的积分太少,不能发布带链接的帖子。如果你发布需要申请友情链接的帖子,请直接点击首页下边的“申请友情链接”来自助申请,谢谢合作。', "viewthread.php?tid=$tid");
}
}

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表

Powered By Z-Blog 1.8 Walle Build 100427

Copyright 2005-2010 www.0517.org.