miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /  
 

" Anti guest addon " - Reducing spam - guests cannot post links

 
 
Page  Page 1 of 3:  1  2  3  Next »

Author lime
Partaker
#1 | Posted: 23 Oct 2006 13:04 
Hello Team,

I've noticed that whenever I get spammed, the posts are usually by guests and have a long list of urls or links. My suggestion is to make it so that guests cannot post links. In some cases you don't want to make your board members-only, you want to be able to let guests post too. In this case they can still post replies but just not links. What do you think? It probably won't be hard to implement.

Lime.

Author Paul
Lead Developer 
#2 | Posted: 23 Oct 2006 16:35 
Have you take a look at our Captcha addon? With it, it's near to impossible to spam you. As you see, our own forums are opened for anonymous (with small exceptions), but only manual, not automatic, spam appears here rarely.

Author lime
Partaker
#3 | Posted: 23 Oct 2006 16:53 
I have never tried using captchas because I find that it is tedious to the user and I think in some cases it would impede casual posters from posting valid posts which could be potentially valuable. I thought that preventing links would be a better/simpler approach. I currently manually delete spam posts but if it ever gets really bad I'll consider using the captcha. Thanks for the suggestion Paul.

Author Paul
Lead Developer 
#4 | Posted: 24 Oct 2006 02:16 
The Captcha can be configured, so Anonymous poster enters code only once per session. I don't think it's kind of annoying or something... guests must understand, that they privileges are limited.

Author lime
Partaker
#5 | Posted: 24 Oct 2006 14:51 
The Captcha can be configured, so Anonymous poster enters code only once per session.
That's a good feature, I haven't tried the captcha so I didn't know.

Anyway I coded a solution for myself before I read your post Paul. If anyone wants to use it I've posted it for download here. It is only an add-on php file that you include in bb_plugins.php, instructions are included.

Author Paul
Lead Developer 
#6 | Posted: 25 Oct 2006 02:27 
Ok, thank you! I have uploaded this addon to our Storage and changed the URL you provided. Clicking on file icon, you are allowed to update this file later.

Author lime
Partaker
#7 | Posted: 3 Nov 2006 11:53 
Thanks Paul, looks like it worked.

So here is the lastest update of the Guest Anti-Spam Addon. Now, checking the forbidden terms is case insensitive.

Author Paul
Lead Developer 
#8 | Posted: 21 Nov 2006 14:15 
I have some ideas to expand your addon. Could you implement them? That would be perfect! I can do this all myself of course, but have no time currently.

1. Let the plugin set 1 option at the top:

$membersRule=10; //defines amount of posts, which registered member should have in order to bypass the addon rules. Setting to 0 disables checking of members.

All guests should be automatically (without any option) be applied to the addon rules.


2. Let the addon use an external dictionary, let's say, addon_anti_guest_dict.php, which contains $anti_guest_wordlist; in this array, you may define any possible word, which needs to be prevented in user postings. You can take the dictionary from old Flood Filter addon.

You can keep the URLs rule additionaly, for displaying two different kinds of warnings. If user has typed something related to URLs or emails ('@' sign) - this is what currently $anti_guest_terms has - but it's also needed to prevent guests from posting email addresses, too - you display the error like current. "Because of spamming issues, you are not allowed to post outgoing links, URLs or email addresses." If user has typed a forbidden term from dictionary - the warning should be "You are not allowed to post the term '[WORD]'".

3. $anti_guest_title and $anti_guest_msg should be separated in language pack.

Let us know what do you think.

Author tom322
Active Member
#9 | Posted: 21 Nov 2006 15:54 
Great! I would add point #4:)

4. Let this addon "work" with the preview addon (meaning when there is a forbidden text or url - the preview will have a blank screen just like when someone didn't enter any text and did a preview).

Author lime
Partaker
#10 | Posted: 21 Nov 2006 16:27 
Thanks for the feedback guys, I'll see what I can do.

Author Paul
Lead Developer 
#11 | Posted: 22 Nov 2006 04:09 
Additionally - in the screenshots for this addon, please use more fresh miniBB version. ecoupons advertisement has been ended and should not be mentioned anywhere.

Author Paul
Lead Developer 
#12 | Posted: 24 Nov 2006 07:57 
Oki doki, I've got sponsored and shared 1,5 hours of work :-)

I've updated the addon's code, and added new features I've suggested. It also works with Preview addon.

Newest version has been renamed to miniBB_anti_guest.zip.

Author Paul
Lead Developer 
#13 | Posted: 23 Jan 2007 10:37 
Ok, the addon is updated a bit but a fix is very small... it contained about regarding of how much postings user shall do before the hypelinks will be activated. So even if $membersRule is set to 3 it still would allow to post the links after 10 postings ;-) Fixed the code for bb_plugins.php...

In the line where it lists

......and $user_num_posts<=10....

it should be

.....$user_num_posts<=$membersRule........

that's all.

Author harootun
Partaker
#14 | Posted: 25 Jan 2007 23:21 
I updated my anti-guest code in the bb_plugins.php. Set the $membersRule to 0 so members can post links immediately after joining. Here's the code:

/* Anti-guest addon */

$membersRule=0; //defines amount of posts, which registered member should have in order to bypass the addon rules. Setting to 0 disables checking of members.

if( ($action=='ptopic' or $action=='pthread') and ($user_id==0 or ($membersRule>0 and $user_id!=1 and $isMod==0 and $user_num_posts<$membersRule) ) ) include ($pathToFiles.'addon_anti_guest.php');

/* --Anti-guest addon */

But for some reason, members cannot post links until after posting 6 times. I'm sorry to ask for help once again. I also have the CAPTCHA addon in case that's of any interest. I thought I had things just right! If you have any suggestions, I appreciate it. If it's too much bother, I certainly understand.

Author tom322
Active Member
#15 | Posted: 26 Jan 2007 00:32 

Page  Page 1 of 3:  1  2  3  Next » 
Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /
 " Anti guest addon " - Reducing spam - guests cannot post links
 Share Topic's Link
 Visit: bingo online

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Try the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑