PHPBB Question
- Moonwynd
- Almost 1337
- Posts: 919
- Joined: July 11, 2003, 5:05 am
- Gender: Male
- Location: Middle of nowhere
PHPBB Question
Hi all. I have forums for an organization that I run - it is a PHPBB based forum. I have it set so that when users register they have to enter a string of numbers to confirm they are not bots. I then receive a notification that a user has registered and I have to approve them for access.
My problem is that I get an insane amount of spammers registering. Am I to assume these are not bots and they are real people as they are getting beyond the input of the displayed 5 digits they have to input?
Is there any way to prevent these spammers from registering if they are bots?
Thanks for any advice.
Be well,
Moon
My problem is that I get an insane amount of spammers registering. Am I to assume these are not bots and they are real people as they are getting beyond the input of the displayed 5 digits they have to input?
Is there any way to prevent these spammers from registering if they are bots?
Thanks for any advice.
Be well,
Moon
- Boogahz
- Super Poster!
- Posts: 9438
- Joined: July 6, 2002, 2:00 pm
- Gender: Male
- XBL Gamertag: corin12
- PSN ID: boog144
- Location: Austin, TX
- Contact:
Re: PHPBB Question
I remember seeing several places online where methods of beating the random image generators were posted. If that's what you are using, getting one that has more variants (font, color, image distortion, etc) might lower the amount of unwanted registrations.
Re: PHPBB Question
FYI, the random image dealie is called "captcha". So google "phpbb captcha" if you want to find a replacement, I can't say which are better than others though.
Also, some of them are trivial to defeat, this site can test yours to see if it's flawed (guessing it is) http://www.phpbb-security.com/check.php
Likely they have some other tips to help out, but I didn't bother looking too closely.
Also, some of them are trivial to defeat, this site can test yours to see if it's flawed (guessing it is) http://www.phpbb-security.com/check.php
Likely they have some other tips to help out, but I didn't bother looking too closely.
May 2003 - "Mission Accomplished"
June 2005 - "The mission isn't easy, and it will not be accomplished overnight"
-- G W Bush, freelance writer for The Daily Show.
June 2005 - "The mission isn't easy, and it will not be accomplished overnight"
-- G W Bush, freelance writer for The Daily Show.
- Xouqoa
- Way too much time!
- Posts: 4105
- Joined: July 2, 2002, 5:49 pm
- Gender: Mangina
- XBL Gamertag: Xouqoa
- Location: Dallas, TX
- Contact:
Re: PHPBB Question
The new one in phpBB 3 is way better than the previous, almost useless, one.
I used one called freecap as a replacement when I was running 2.x on another board.
I used one called freecap as a replacement when I was running 2.x on another board.
"Our problems are man-made, therefore they may be solved by man. No problem of human destiny is beyond human beings." - John F Kennedy
- Sargeras
- Way too much time!
- Posts: 1604
- Joined: July 3, 2002, 2:35 pm
- Location: Mental Insanity of Life
Re: PHPBB Question
Xouqoa is cheating on us with another forum. 

Sargeras Gudluvin - R.I.P. old friend - January 9, 2005
- Xouqoa
- Way too much time!
- Posts: 4105
- Joined: July 2, 2002, 5:49 pm
- Gender: Mangina
- XBL Gamertag: Xouqoa
- Location: Dallas, TX
- Contact:
Re: PHPBB Question
For work!Sargeras wrote:Xouqoa is cheating on us with another forum.

"Our problems are man-made, therefore they may be solved by man. No problem of human destiny is beyond human beings." - John F Kennedy
- Boogahz
- Super Poster!
- Posts: 9438
- Joined: July 6, 2002, 2:00 pm
- Gender: Male
- XBL Gamertag: corin12
- PSN ID: boog144
- Location: Austin, TX
- Contact:
Re: PHPBB Question
uh huh, riiiight, work, gotchaXouqoa wrote:For work!Sargeras wrote:Xouqoa is cheating on us with another forum.

- Moonwynd
- Almost 1337
- Posts: 919
- Joined: July 11, 2003, 5:05 am
- Gender: Male
- Location: Middle of nowhere
Re: PHPBB Question
Thanks for the input, everyone. I looked at some of the Captcha replacements - they all look decent - I only wish I had the skills to get in there and get this done correctly. I built the entire site using HTML and CSS - I created my PHPBB2 forums - I even managed to somehow be successful and implementing an image gallery for the members -
I guess I will back up everything before I attempt to change something...
I guess I will back up everything before I attempt to change something...

- Bubba Grizz
- Super Poster!
- Posts: 6121
- Joined: July 3, 2002, 12:52 pm
- Gender: Male
- Location: Green Bay, Wisconsin
Re: PHPBB Question
While on the topic of phpbb, can someone tell me how to adjust post count? I am setting up a new board and want to adjust the post counts for a few people who care about those kind of things.
- Xouqoa
- Way too much time!
- Posts: 4105
- Joined: July 2, 2002, 5:49 pm
- Gender: Mangina
- XBL Gamertag: Xouqoa
- Location: Dallas, TX
- Contact:
Re: PHPBB Question
I *think* the only way you can adjust it is by going into the database table for each user and updating it in their user record. That's what I had to do years ago to make kyoukan's negative.Bubba Grizz wrote:While on the topic of phpbb, can someone tell me how to adjust post count? I am setting up a new board and want to adjust the post counts for a few people who care about those kind of things.
"Our problems are man-made, therefore they may be solved by man. No problem of human destiny is beyond human beings." - John F Kennedy
- Bubba Grizz
- Super Poster!
- Posts: 6121
- Joined: July 3, 2002, 12:52 pm
- Gender: Male
- Location: Green Bay, Wisconsin
Re: PHPBB Question
erf screw that they can all start fresh for all I care now. bahahah Thanks though.
- Boogahz
- Super Poster!
- Posts: 9438
- Joined: July 6, 2002, 2:00 pm
- Gender: Male
- XBL Gamertag: corin12
- PSN ID: boog144
- Location: Austin, TX
- Contact:
Re: PHPBB Question
The irony of that action was just SO beautiful!Xouqoa wrote:I *think* the only way you can adjust it is by going into the database table for each user and updating it in their user record. That's what I had to do years ago to make kyoukan's negative.Bubba Grizz wrote:While on the topic of phpbb, can someone tell me how to adjust post count? I am setting up a new board and want to adjust the post counts for a few people who care about those kind of things.