Skip to content
WJunction - Webmaster Forum

How to Stop Spamming in Warez Site

Status
Not open for further replies.

9 comments

Do you mean "spam spam" or "upload post spam"? Integrate a captcha service (recaptcha or something equal) and disable it for trusted users :)
 
Had the same problem and banned lots and lots of fake users created by spam bots but finaly i got to understand how these bots operate.
They search the web for some known vulnerability and use it. by Default Phpbb3 registration page i very simple, this has made spam bots easily find and fill in the fields then for the captcha, they use a OCR to get the characters in the captcha.
From there, they log in and browse through your site looking for 'new topic' button from where they get to work and paste their junk

So how to counter this threat
1. add a new mandatory field in the registration
Code:
https://www.phpbb.com/customise/db/mod/prime_birthdate_require

2. Add a stronger Captcha my recomendation NuCaptcha
Code:
https://www.phpbb.com/customise/db/mod/nucaptcha_plugin/
you have to register for (free) an for a API Key at
Code:
 http://nucaptcha.com/


Good luck M8
 
Use Anti-Spam Control Panel and set the 5 posts as for new members and so they will be in Newly Registered Users group, which means topics will be moderated. Works for my forum.
 
that works if you have few spammers but assuming you have hundreds of spammers, deleting each spam will be a tedious job. Maybe an option is to prevent posting to all forums in the site for new members other than new members area and general discussion area so if its spam you can easily manage it.
 
Status
Not open for further replies.

About the author

Boss
Active Member · Joined
Thank you, and you made my day when you decided to read about my story. It's a great feeling to share it. I wrote...
1,108
Messages
280
Reactions
83
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom