[MODDB] http:BL Anti-Spam

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am
Contact:

Re: [BETA] http:BL Anti-Spam

Post by Smog »

OK, i will ;)

Question: in the ACP > Configuration > Spam Traps there is the option/possibilty to add 1 or multiple honeypots and/or quicklink.

How do I add/divorce multiple honeypots?
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote:OK, i will ;)
Thanks :)
Smog wrote:Question: in the ACP > Configuration > Spam Traps there is the option/possibilty to add 1 or multiple honeypots and/or quicklink.

How do I add/divorce multiple honeypots?
Just follow the links from the description. You can set up as many honeypots as you wish, but only one QuickLink.
I no longer develop for phpBB. Check out my .NET blog!
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am
Contact:

Re: [BETA] http:BL Anti-Spam

Post by Smog »

damnian wrote:
Smog wrote:
Smog wrote:Question: in the ACP > Configuration > Spam Traps there is the option/possibilty to add 1 or multiple honeypots and/or quicklink.

How do I add/divorce multiple honeypots?
Just follow the links from the description. You can set up as many honeypots as you wish, but only one QuickLink.
Let's be more specific: i have f.e. set up 2 honeypots.

F.e: http://www.forum.com/honey1.php and http://www.forum.com/honey2.php
In the ACP configuration, what will be the divorce sign?

, ; :, ???????
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote:F.e: http://www.forum.com/honey1.php and http://www.forum.com/honey2.php
In the ACP configuration, what will be the divorce sign?

, ; :, ???????
Simply use a separate line for each trap.

I believe this is generally known as a separator or a delimiter :lol:
I no longer develop for phpBB. Check out my .NET blog!
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Code: Select all

## 2007-06-23 - Version 0.9.4
##      - Added age threshold
##      - Fixed Admin Index Inspect IP MOD
I no longer develop for phpBB. Check out my .NET blog!
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote:how to update from v0.9.3?
If you're using EasyMOD, just roll back and install the new version.
I no longer develop for phpBB. Check out my .NET blog!
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote:Is no option for me, i modified the phpBB software to heavily :(
In that case, leave everything as is until you start getting user complaints about false positives ;-)

There are two changes I'd ask you to implement (although that's totally at your discretion):

Code: Select all

#
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php
#
#-----[ FIND ]------------------------------------------
#
if (isset($board_config['httpbl_links']))
{
	$links_ary = explode("\n", $board_config['httpbl_links']);
	$httpbl_link = '<a href="' . trim($links_ary[mt_rand(0, count($links_ary)-1)]) . '"></a>';
}
else
{
	$httpbl_link = '';
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
$httpbl_link = sprintf($lang['http:BL_footer'], '<a href="http://www.projecthoneypot.org/" target="_blank" class="copyright">', '</a>', '<a href="http://www.phpbb.cc/" target="_blank" class="copyright">', '</a>');
if (isset($board_config['httpbl_links']))
{
	$links_ary = explode("\n", $board_config['httpbl_links']);
	$httpbl_link .= '<a href="' . trim($links_ary[mt_rand(0, count($links_ary)-1)]) . '"></a>';
}
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Start add - http:BL MOD
$lang['http:BL_footer'] = 'Protected by %sProject Honey Pot%s and %sphpBB.cc%s';
// End add - http:BL MOD


I no longer develop for phpBB. Check out my .NET blog!
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am
Contact:

Re: [BETA] http:BL Anti-Spam

Post by Smog »

damnian wrote:There are two changes I'd ask you to implement (although that's totally at your discretion):
:roll: :mrgreen: :mrgreen: :mrgreen:
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote: :roll: :mrgreen: :mrgreen: :mrgreen:
I take it that AJAX is more important to you than anti-spam ;)
I no longer develop for phpBB. Check out my .NET blog!
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am
Contact:

Re: [BETA] http:BL Anti-Spam

Post by Smog »

damnian wrote:
Smog wrote: :roll: :mrgreen: :mrgreen: :mrgreen:
I take it that AJAX is more important to you than anti-spam ;)
Why this conclusion? :roll:

When somebody is fightening spam on this planet it's me.
I even made a sticky post about the Honeypot project: http://www.smokey-services.eu/forum/vie ... php?t=5174
And when you look with attention in my memberlist, you will notice that well-known and acknowledged spamfighters are members of my community.

My board is excessively protected against all kind of spamcreeps, i have strong doubts that anybody in this community have more done to avoid spam as i did, same for combatting spam.
Spam on boards isn't necessary at all, if you know what you are doing.

Your mods are just some of the many anti-spam modifications on my board, and because IMHO the Honeypot Project is a very useful one i support it.
In practice i don't need your mods to protect myself, but because i have warm feelings for Project Honey Pot i integrated your mods and support in that way the fight against spammers.
And because your anti-spam project is a good one too and therefore recommendable, hereby i offer you the possibility to give the user the opportunity to download also your anti-spam mods on my forums.

But don't tell me i am more interested in Ajax than spam related issues. ;)

Smog AKA Smokey
Smokey's Security Forums
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Smog wrote:Why this conclusion? :roll:
Because the changes concern the page footer, and your board's says "AJAXed and MODed"... :P
Smog wrote:And when you look with attention in my memberlist, you will notice that well-known and acknowledged spamfighters are members of my community.
Thanks for the invitation ;-)
Smog wrote:In practice i don't need your mods to protect myself, but because i have warm feelings for Project Honey Pot i integrated your mods and support in that way the fight against spammers.
Why install a MOD you don't need? BTW I'm in no way affiliated with P.H.P. or Unspam ;-)
Smog wrote:And because your anti-spam project is a good one too and therefore recommendable, hereby i offer you the possibility to give the user the opportunity to download also your anti-spam mods on my forums.
That's great, although I wouldn't see this as "offering me" anything, as I'm not doing this for fame or fortune, just trying to help the community fight spam. Of course your help fixing issues and spreading the word is much appreciated.

In any case, please link to the SourceForge download of my MODs, since I'm using its download stats to determine whether I should continue developing them.
I no longer develop for phpBB. Check out my .NET blog!
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am
Contact:

Re: [BETA] http:BL Anti-Spam

Post by Smog »

damnian wrote:
Smog wrote:And because your anti-spam project is a good one too and therefore recommendable, hereby i offer you the possibility to give the user the opportunity to download also your anti-spam mods on my forums.
That's great, although I wouldn't see this as "offering me" anything, as I'm not doing this for fame or fortune, just trying to help the community fight spam. Of course your help fixing issues and spreading the word is much appreciated.

In any case, please link to the SourceForge download of my MODs, since I'm using its download stats to determine whether I should continue developing them.
Done.

Hope you are satisfied with the result. :roll: ;)

Please take a look here: http://www.smokey-services.eu/forum/vie ... hp?p=16385

Note: for reason of foum policies, only registered users are able to see downloadlinks on my forums.
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Re: [BETA] http:BL Anti-Spam

Post by damnian »

Thanks Smokey, I'm more than satisfied, although I'd obviously appreciate if the link was visible to guests :geek:
I no longer develop for phpBB. Check out my .NET blog!
Locked

Return to “[2.0.x] MODs in Development”