Jump to content

Recommended Posts

Posted

Hey everyone

 

Recently after realising my sites prominent position in the google search results for a certain search string I have been getting tonnes of spammers signing up to my forum and posting threads about I AM A SPAMMER, sexual aids, blah blah blah!

 

Its getting bloody tiresome sifting through the crap and suspending all the accounts and what not.

 

I was wondering whether any of you knew any ways to help stop spammers.

 

I use IPB 1.3... I have email validation and random number image generation upon registration. Which leads me to think its not spam bots but actual people who are doing this.

 

Is there anyway so that the first 5 or so posts on IPB 1.3 are moderated by an admin or moderator? So this way we can minimise the amount of 1 post wonders who spam the forum?

 

Any help would be greatly appreciated. At this time I am unable to upgrade my IPB to either SMF or a newer IPB version.

Posted (edited)

thanks for the response mikeM

 

invisionize is a good site Iv used for ages for mods etc luckily I stumbled across someone else who had the same issue on invisionize and I have now (i hope) got a way around the spamming issue

 

 

I have created a new member group called "full members" and the old [default] "member" group i have renamed to "moderated-members"

 

So now automatically validated members go into the moderated members user group... I have added a promotion to the full members group after 5 posts...

 

Then in sources/Post.php

 

Above:

>//--------------------------------------
// Does this member have mod_posts enabled?
//--------------------------------------

 

I added:

>//Bot trap
if ( $ibforums->member['mgroup'] == 3 )
{
$this->obj['moderate'] = 1;
}		
//end bot trap

 

Where "3" is the ID of my moderated-members group

 

This causes the members in my moderated-members group to have their posts validated by an admin or moderator... then once they have 5 posts they get promoted to a full member

 

This was with help from this post on invisionize:

 

http://forums.invisionize.com/index.php?sh...rate+first+post

 

 

Hope this helps out any other IPB spammees

 

thanks again mikem

Edited by OJB

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...