Topic: Exstension request: Anti Spam bot
Exstenzion request: Anti Spam bot, any help?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → Exstension request: Anti Spam bot
Exstenzion request: Anti Spam bot, any help?
Exstenzion request: Anti Spam bot, any help?
Give the link to the analogue you like or put the preferred features list here please.
There are lots of variants: which one suits best for you?
compatible with the 1.3???
Anatoly means what features do you require in the mod specifically? i.e: do you just want a captcha, do you want something like Sirena's mod with the questions etc.
mattf, I like the mod that you did for me a while back.. and i still use it on punbb.1.21xxxxxxxxxxx
with the captcha and spamhaus mod..
I think that would be a great addon even with the contact forum...
i have had hardly no spam since you did that mod for me..
big thanks!
can't wait til it is ready for 1.3
Q
i will wait the anti spam bot for 1.3 , please i need it ten or twenty spam bot every day subscribe to my forum
can't wait til it is ready for 1.3
Must admit, I personally have no plans as of yet to write any extensions for the 1.3 branch. As to whether I'll change my mind later on, who knows, but definitely not in the immediate future.
that understandable..... flux? hehe..
thanks again!!
Q
that understandable..... flux? hehe..
Nope. Neither. Pure and simple reason is that I'm not planning on migrating/updating to the 1.3 branch, so haven't bothered looking at how the new extension system works. I have no need yet, personally.
I'm quite willing to pass my 1.2* code on to anyone who may have an interest in porting any of my mods, however.
harry up!
mattf, I like the mod that you did for me a while back.. and i still use it on punbb.1.21xxxxxxxxxxx
with the captcha and spamhaus mod..I think that would be a great addon even with the contact forum...
i have had hardly no spam since you did that mod for me..
I suppose we will add it to our official extensions list and this will be done in 2-4 weeks.
Nevertheless, I still would like to see the concrete features list you really need ))
quaker wrote:mattf, I like the mod that you did for me a while back.. and i still use it on punbb.1.21xxxxxxxxxxx
with the captcha and spamhaus mod..I think that would be a great addon even with the contact forum...
i have had hardly no spam since you did that mod for me..
I suppose we will add it to our official extensions list and this will be done in 2-4 weeks.
Nevertheless, I still would like to see the concrete features list you really need ))
Anatoly, the captcha is merely a standard captcha type setup, as you can see here: http://forums.bauchan.org/testforum/mods/contact.php
I believe it was derived from Mediators? captcha mod which is listed on here and PunRes.
and this is the code I use on my current 1.2* derived setup for the SpamHaus check:
function rblcheck()
{
$rblserver = array();
$rblserver[] = 'sbl-xbl.spamhaus.org';
$fip = get_remote_address();
$rip = implode('.', array_reverse(explode('.', $fip)));
foreach ($rblserver as $xrbl)
{
$rblcheck = $rip.'.'.$xrbl;
if ($rblcheck != gethostbyname($rblcheck))
{
$page_title = pun_htmlspecialchars($pun_config['o_board_title']);
message('Your I.P address: ('.$fip.') is blocked due to it being listed in the following database: <br/><br/>[ $xrbl ]');
}
}
}
That merely checks the users I.P address against any RBL servers you specify in the $rblserver array.
yes it's
news?
news?
I suppose we will add it to our official extensions list and this will be done in 2-4 weeks.
Nevertheless, I still would like to see the concrete features list you really need ))
hello any news?
Hello people,
I'm a new guy here, just gathering info about BBs before I make my choice.
I think it could be interesting for you to know that IMHO, having some means to block spammers is number #1 on the list. Therefore I will not even try PunBB 1.3 before an extension is available. Actually I was rather surprised that no antispam is included in the release...
Cheers -- Telaroids
oh yes!! IT'S TRUE
PunBB Forums → PunBB 1.3 extensions → Exstension request: Anti Spam bot
Powered by PunBB, supported by Informer Technologies, Inc.