Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Auto-Moderate Evading Banned Members (when they make new accounts) Details »»
Auto-Moderate Evading Banned Members (when they make new accounts)
Version: 2.00, by jesus likes pie jesus likes pie is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 03-10-2009 Last Update: 04-08-2009 Installs: 209
Uses Plugins
Re-useable Code Translations  
No support by the author.

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

File Type: zip Banned Members Filter.zip (1.9 KB, 209 views)
File Type: zip Banned Members Filter 2.0.zip (4.3 KB, 950 views)

Screenshots

File Type: jpg blockevade.jpg (44.0 KB, 0 views)
File Type: jpg banoptions.jpg (116.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 05-09-2009, 01:07 PM
jesus likes pie jesus likes pie is offline
 
Join Date: Apr 2005
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HolyKiller View Post
This is great, but i have twi things:

First:
When some ban evading user is detected, it will be nice if new reply into selected thread (threadID set in adminCP) will be posted. Creating new thread always if someone is detected is good, but this will be better (for me ).


Second:
When ban evade is detected, we have only 2 choices. Permament ban OR move to moderated group. Can you add a third option - "Only send PM" or something like that? So if user is foud based on IPmatch / cookies, let him register normal way and only send the PM to defined user(s).


Thanks a LOT

Sorry for my english. I hope you understodt what i mean.

Holy
Okay, I see what you mean. Sounds good for a later release!
Reply With Quote
  #23  
Old 05-10-2009, 08:13 AM
lighthazard lighthazard is offline
 
Join Date: May 2007
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks very cool
Reply With Quote
  #24  
Old 10-10-2009, 04:03 AM
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
However with proxies it probably wouldn't matter, much but this will catch their ip even if its dynamic.

also if done incorrectly, you would single handily banned everyone on that host
Reply With Quote
  #25  
Old 10-10-2009, 11:18 AM
segwayon segwayon is offline
 
Join Date: Mar 2008
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question: The mod uses the IP address of the banned users when they 1st registered? Or on the day they were banned?
Reply With Quote
  #26  
Old 10-19-2009, 09:53 PM
jscott04 jscott04 is offline
 
Join Date: Sep 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed, giving it a try
Reply With Quote
  #27  
Old 10-20-2009, 05:32 AM
tommyturnage's Avatar
tommyturnage tommyturnage is offline
 
Join Date: Nov 2007
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know if this is working properly now?
Reply With Quote
  #28  
Old 12-22-2009, 04:00 AM
jkcerda jkcerda is offline
 
Join Date: Mar 2008
Posts: 425
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool
Reply With Quote
  #29  
Old 01-14-2010, 01:08 AM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any info about vB4 version? This hack is excelent and help me alot

Thanks for any information
Reply With Quote
  #30  
Old 02-03-2010, 10:43 PM
da_judge's Avatar
da_judge da_judge is offline
 
Join Date: Jan 2006
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i like this.... thanks

But it dont make a post... on my site any ideas why
Reply With Quote
  #31  
Old 02-11-2010, 03:45 PM
Peoples1 Peoples1 is offline
 
Join Date: Oct 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 !!!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:33 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04542 seconds
  • Memory Usage 2,333KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete