The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Auto-Moderate Evading Banned Members (when they make new accounts) Details »» | |||||||||||||||||||||||||||||||||||
Auto-Moderate Evading Banned Members (when they make new accounts)
Developer Last Online: Jul 2013
Banned Members Filter by Rafael Lopez
03/10/2009 (m/d/y) CURRENT VERSION: 2.0 PLEASE REMEMBER TO CLICK INSTALL! This mod will try and block banned members from evading their ban through making a new account.' ::: CHANGE LOG ::: v1.0 - original release v2.0 - First update (released: 04/08/09 (m/d/y)) --Mod now sets cookies on login which are not destroyed on logouts. These cookies can be used to help catch evaders --Mod now supports notification through: ----New threads ----Private Messages --You may choose whether you want users to be moderated or auto-banned depending on how they are detected. Here's how it works: Upon registration, vBulletin will search for all the users who have used the IP that the current person registering is currently using. It will then check if any of those users are in the BANNED usergroup. If there are no user matches, or if no user matches are in the banned group then the plugin will continue to check for set cookies which belong to banned users. If IPs match, then it either auto-bans the account or it moderates it. This is set through vBulletin Options. If IPs are set to moderate and not auto-ban then the plugin will check for cookies as well - if it finds a cookie belonging to a banned user and you have it set to auto-ban on cookies then it will AUTO-BAN the new account even though it had found an IP which is set to moderate. Higher punishment "wins". This has the POTENTIAL to slow down registration dramatically on forums with a LOT of posts. For reference, it does not add any noticable time for my forum which has about half a million posts. So you should probably be okay. ::: Installation ::: Extract product-moderate_user_if_banned.xml Upload product-moderate_user_if_banned.xml by going to ADMIN CP --> PLUGINS AND PRODUCTS --> MANAGE PRODUCTS --> ADD/IMPORT PRODUCT If you are upgrading then you should set "over-write" to yes. And you're done! If you liked this mod you might also like my others: Select Postbit [https://vborg.vbsupport.ru/showthread.php?t=203324] Shared Admin Notes [https://vborg.vbsupport.ru/showthread.php?t=203326] Internal Forums Closed Message/Reason [https://vborg.vbsupport.ru/showthread.php?t=207855] Multi-Quote / Edit Integration [https://vborg.vbsupport.ru/showthread.php?t=210620] Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
Quote:
|
#23
|
|||
|
|||
Thanks very cool
|
#24
|
|||
|
|||
I have a sneaky suspicion, this is for registrations correct. What you should try doing is this.
if you look up more into php you can actually just ban by this server variable. I don't know much about setting it up in vbulletin, so I am going to set it up like you would in just php. however this would require editing some banning options.. Code:
$get_host = gethostbyaddr($_SERVER['REMOTE_ADDR']); if ($get_host == $some_banned_host_var) { // Do Something.. } else // Something Else.. also if done incorrectly, you would single handily banned everyone on that host |
#25
|
|||
|
|||
Question: The mod uses the IP address of the banned users when they 1st registered? Or on the day they were banned?
|
#26
|
|||
|
|||
installed, giving it a try
|
#27
|
||||
|
||||
Anyone know if this is working properly now?
|
#28
|
|||
|
|||
cool
|
#29
|
|||
|
|||
Any info about vB4 version? This hack is excelent and help me alot
Thanks for any information |
#30
|
||||
|
||||
i like this.... thanks
But it dont make a post... on my site any ideas why |
#31
|
|||
|
|||
Banned Members Filter by Rafael Lopez
This addon make a bug, if you want to create a new Thread Prefixes. its not possible to build new prefixes !!!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|