Topic: Exstension request: Anti Spam bot

Exstenzion request: Anti Spam bot, any help?

Re: Exstension request: Anti Spam bot

fantasma wrote:

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?

Carpe diem

Re: Exstension request: Anti Spam bot

compatible with the 1.3???

4

Re: Exstension request: Anti Spam bot

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.

Re: Exstension request: Anti Spam bot

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

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Exstension request: Anti Spam bot

i will wait the anti spam bot for 1.3 tongue, please i need it ten or twenty spam bot every day subscribe to my forum

7

Re: Exstension request: Anti Spam bot

quaker wrote:

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. smile

Re: Exstension request: Anti Spam bot

that understandable..... flux? hehe..

thanks again!!

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

9

Re: Exstension request: Anti Spam bot

quaker wrote:

that understandable..... flux? hehe..

Nope. Neither. big_smile 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. smile

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.

Re: Exstension request: Anti Spam bot

harry up! big_smile

Re: Exstension request: Anti Spam bot

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 ))

Carpe diem

12 (edited by MattF 2008-06-25 14:18)

Re: Exstension request: Anti Spam bot

Anatoly wrote:
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.

Re: Exstension request: Anti Spam bot

yes it's

Re: Exstension request: Anti Spam bot

Got it.

Carpe diem

Re: Exstension request: Anti Spam bot

news?

Re: Exstension request: Anti Spam bot

fantasma wrote:

news?

Anatoly @ 2008-06-25 wrote:

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 ))

Carpe diem

Re: Exstension request: Anti Spam bot

wink

Re: Exstension request: Anti Spam bot

hello any news?

Re: Exstension request: Anti Spam bot

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

Re: Exstension request: Anti Spam bot

oh yes!! IT'S TRUE