Version: 1.00, by Paul
Developer Last Online: Nov 2023
Version: 2.2.x
Rating:
Released: 11-22-2002
Last Update: Never
Installs: 6
No support by the author.
Hi,
I think this qualifies as a vBulletin bug, however since the problem has been present in versions as early as 1.1.4, I'm going to post it here as a hack. This may or may not be included in some form or another in future versions of vBulletin.
Presently, if guests/unregistered users are allowed to post on your forum, they will not be checked for flooding (should you have the flood check feature enabled on your forum). Only registered users are checked for flooding.
How do I enable guests and unregistered people to post? I've been wanting that, but as it's more and more apparent that I'm too lazy to search, can you give me some help on this topic?
Edit the permissions for the unregistered/not logged in usergroup in the Admin CP. You really should read the manual over on vbulletin.com and familiarize yourself with all of vbulletin's features.
Originally posted by LoveShack Edit the permissions for the unregistered/not logged in usergroup in the Admin CP. You really should read the manual over on vbulletin.com and familiarize yourself with all of vbulletin's features.
In the admin CP? Interesting. Not sure how I missed that.
But, again, if it's not something so very importantly needed by me, then I won't go searching too far for it.
I never read manuals.
You're asking a question that relates to the core permissions system in vbulletin. You really should make an exception here and familiarize yourself with how permission settings in vbulletin work. It's well documented and I'm not about to rehash it here.
Originally posted by LoveShack You're asking a question that relates to the core permissions system in vbulletin. You really should make an exception here and familiarize yourself with how permission settings in vbulletin work. It's well documented and I'm not about to rehash it here.
Come on. Ignore me here...you don't have to embarrass me anymore.
For those interested, I found that Overgrow had previously released a hack (here) that tackles this issue in a different way--by limiting posts made within a certain timeframe by any unregistered user. His hack is not session specific and instead will prevent any guest from posting within xx seconds of another guest posting. His is more of a hack than a "bug fix."
The modifications I've included here are session specific and extend the floodcheck function to include unregistered users in the same way that registered users are currently checked.
i have a few people that like to run this script that registers hundreds of sessions on the forums. they aren't posting but it will show like 4,000 guests online. eventually it will crash the server. (i enabled load limiting options to prevent this) but the only way to stop it is to have it when it goes past a certain amt of sessions to deny access and that denies access to everyone.
if i'm reading this right, it won't allow multiple guests from creating new sessions from the same IP? right?
Originally posted by BlackDeath i have a few people that like to run this script that registers hundreds of sessions on the forums. they aren't posting but it will show like 4,000 guests online. eventually it will crash the server. (i enabled load limiting options to prevent this) but the only way to stop it is to have it when it goes past a certain amt of sessions to deny access and that denies access to everyone.
if i'm reading this right, it won't allow multiple guests from creating new sessions from the same IP? right?
No I'm sorry. This only prevents them from posting once within a set time limit. What you're describing would require a different hack.