FastChapter wrote:
So does having several hundred/thousand bot accounts do anything to the forum other than clutter up the Memberlist? I would assume phpbb has a max limit # of accounts any forum can have at a time, even if it is astronomically high.
Then again, accounts could just count towards the amount of storage a forum is allowed. Hm...
Well, sort of. The only limit is what the database(Most likely a MySQL one) can handle, which is rediculously high, and the space it takes up. I suppose each extra user means that viewing the memberlist and or some other pages may be a tiny bit slower(On the scale of a few processor cycles), but I don't think there is any real hard limit to the number - Though, it depends on how things are set up, and there may be a limit at either 2,147,483,648, or 4,294,967,296(32 bit integer limits). Of course, if its set up differently... no clue.
Still, I don't think a few thousand accounts will make much difference at all.
Also, who says its *just* bots? I know that the capcha tech will stop most every bot around, but bot-makers have gotten clever: What if you have your bot go to these hundreds of different forums, load up the register page, and "copy" the images and fill in boxes onto a single page. You then have a very low payed human look at each of these images, and fill in the letters in the boxes. You could even set up a system to look for these special questions, however due to the fact that these questions all have different codes, this type of thing is much harder to do.
Also, as a note, it isn't hard to create a script to register an account on a forum, even with the capcha tech - I created one a while back(It required intervention however for the capcha image).
[Note: In case you are wondering, the script in question would register on a IPB(I built it for forumer forums) forum, using a dummy email it created on mailinator, and a random name and password. And, it was built as a function, so it could easily be used to register as many accounts as needed for any purpose. Scary stuff, and ridiculously simple].
-RobbieThe1st