Bullshit Users + spam posts
Moderator: TheMachine
Bullshit Users + spam posts
So you know, it's not like we're not trying to control this.
We've altered the registration form slightly to confuse/fuck most bots. They've adapted.
We tried doing manual approval, but the fucked up way phpbb does it, requires you to click on the link, which makes it active, before you can then deactivate it. In addition to the fact that most 'real' account sign ups get lost in the flood of shit.
And the captcha (image verification system) is beyond ass see PWNtcha ( http://sam.zoy.org/pwntcha/ )
If someone hears of how another board handles this type of shit, we're all ears.
We've altered the registration form slightly to confuse/fuck most bots. They've adapted.
We tried doing manual approval, but the fucked up way phpbb does it, requires you to click on the link, which makes it active, before you can then deactivate it. In addition to the fact that most 'real' account sign ups get lost in the flood of shit.
And the captcha (image verification system) is beyond ass see PWNtcha ( http://sam.zoy.org/pwntcha/ )
If someone hears of how another board handles this type of shit, we're all ears.
Pyrella - Illusionist - Leader of Ixtlan on Antonia Bayle
if you were walking around and you came upon a tulip with tits, would you let it be for the rest of the world to enjoy.. or would you pick it and carry it off to a secluded area to motorboat them?
-Cadalano
if you were walking around and you came upon a tulip with tits, would you let it be for the rest of the world to enjoy.. or would you pick it and carry it off to a secluded area to motorboat them?
-Cadalano
- Hoarmurath
- Star Farmer
- Posts: 477
- Joined: October 16, 2002, 12:46 pm
- Gender: Male
- Location: Florida
- Contact:
It seems like the same "people" sign up for a forum that I run at the same time they sign up here. The only difference is that I require e-mail confirmation. Until the new user clicks on the confirmation link in an e-mail, they stay in the "users awaiting email confirmation" group, which does not have permission to post. Once they click the link, they automatically go into the "registered users" group and can post. While it's not foolproof, it has cut down on a great deal of spam on my message board. I assume that something similar would be available in phpBB.
that would eliminate people like me who use gmail as a primary email address.Kluden wrote:Don't allow people to sign up with hotmail accounts and the like. Or, have a public forum where people must post who they are before you allow access to the rest of the board manually?
I quit using isp email addresses as I've moved 10 times in 6 years.
- Drolgin Steingrinder
- Way too much time!
- Posts: 3510
- Joined: July 3, 2002, 5:28 pm
- Gender: Male
- PSN ID: Drolgin
- Location: Århus, Denmark
Would be nice to get it fixed so we could avoid posts like this.
IT'S HARD TO PUT YOUR FINGER ON IT; SOMETHING IS WRONG
I'M LIKE THE UNCLE WHO HUGGED YOU A LITTLE TOO LONG
I'M LIKE THE UNCLE WHO HUGGED YOU A LITTLE TOO LONG
- noel
- Super Poster!
- Posts: 10003
- Joined: August 22, 2002, 1:34 am
- Gender: Male
- Location: Calabasas, CA
If he ever meets me on the street, he won't think that's funny anymore.Drolgin Steingrinder wrote:Would be nice to get it fixed so we could avoid posts like this.

Oh, my God; I care so little, I almost passed out.
yep. like the old guild forums.. initially you gain access to a "public" forum, but in order to post anywhere else you have to request access.. though these days I imagine all you'd get are lurkers that finally want to post or gamers that just want more geeks to talk toQuarkk wrote:/signKluden wrote:Don't allow people to sign up with hotmail accounts and the like. Or, have a public forum where people must post who they are before you allow access to the rest of the board manually?

but it would force the "spammers" to one or two threads right? -- I vote "retards" only ;p (or create a "request access" thread) more work for the admins for sure but it would probably work <shrug>
dulce et decorum est
We already went that route, and it's beyond a pita. We're looking at a few options that are hopefully more simple and straight forward. =P
Pyrella - Illusionist - Leader of Ixtlan on Antonia Bayle
if you were walking around and you came upon a tulip with tits, would you let it be for the rest of the world to enjoy.. or would you pick it and carry it off to a secluded area to motorboat them?
-Cadalano
if you were walking around and you came upon a tulip with tits, would you let it be for the rest of the world to enjoy.. or would you pick it and carry it off to a secluded area to motorboat them?
-Cadalano
- Asheran Mojomaster
- Way too much time!
- Posts: 1457
- Joined: November 22, 2002, 8:56 pm
- Location: In The Cloud
I recently signed up and just had to click the link to be validated, even though it said it was going to be manually approved.Hoarmurath wrote:It seems like the same "people" sign up for a forum that I run at the same time they sign up here. The only difference is that I require e-mail confirmation. Until the new user clicks on the confirmation link in an e-mail, they stay in the "users awaiting email confirmation" group, which does not have permission to post. Once they click the link, they automatically go into the "registered users" group and can post. While it's not foolproof, it has cut down on a great deal of spam on my message board. I assume that something similar would be available in phpBB.
The hack we put in place for Ixtlan is somewhat intrusive and requires the rewriting of themes as well as the includes phpbb uses to render pages. The major concern with this is moving from relative URLs to absolute, which makes site migration a bitch. Not to mention people also have to look before they register and get the username and password for the basic auth. While this can be a good "are you a retard" check, it's not what I'd call ideal.
If you look at your access logs (I don't have access to either yours or Ixtlan's), do you see the bot going directly to the profile.php?mode=register page or do you see them first going to any page with the normal header information to get the register URL? If it's the first, you might be able to just change the mode requested to "monkeysex" (or whatever) instead of register and avoid the issue. Then update your robots.txt and make sure google doesn't cache your new profile.php .. or your forum for that matter.
Just a thought.
If you look at your access logs (I don't have access to either yours or Ixtlan's), do you see the bot going directly to the profile.php?mode=register page or do you see them first going to any page with the normal header information to get the register URL? If it's the first, you might be able to just change the mode requested to "monkeysex" (or whatever) instead of register and avoid the issue. Then update your robots.txt and make sure google doesn't cache your new profile.php .. or your forum for that matter.
Just a thought.