vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Auto-Moderate Evading Banned Members (when they make new accounts) (https://vborg.vbsupport.ru/showthread.php?t=207966)

jesus likes pie 05-09-2009 01:07 PM

Quote:

Originally Posted by HolyKiller (Post 1802523)
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!

lighthazard 05-10-2009 08:13 AM

Thanks very cool

ti07shadow 10-10-2009 04:03 AM

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 :p

segwayon 10-10-2009 11:18 AM

Question: The mod uses the IP address of the banned users when they 1st registered? Or on the day they were banned?

jscott04 10-19-2009 09:53 PM

installed, giving it a try

tommyturnage 10-20-2009 05:32 AM

Anyone know if this is working properly now?

jkcerda 12-22-2009 04:00 AM

cool

HolyKiller 01-14-2010 01:08 AM

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

Thanks for any information :)

da_judge 02-03-2010 10:43 PM

i like this.... thanks

But it dont make a post... on my site any ideas why

Peoples1 02-11-2010 03:45 PM

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 !!!!


All times are GMT. The time now is 01:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01144 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete