vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Redirect Banned Users or Spamers To Another Site working on VB4.x.x (https://vborg.vbsupport.ru/showthread.php?t=239033)

Casmos 03-23-2010 10:00 PM

Redirect Banned Users or Spamers To Another Site working on VB4.x.x
 
1 Attachment(s)
Just an update to
Mod Version: 1.00, by Medtech (Designer) concept.

This modification will redirect Banned Users to http://www.guarforum.net/Virus/index.html. Banned users will not be able to access your forum and create new user id's. Only after a bann is lifted and they clear their cookies then they will get access again.

Instructions:

Admin CP->Styles and Templates->Style Manager-> [ << >>] ->header (Paste this at the very top)

Usergroup Based
Code:

<vb:if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0;url=http://www.guarforum.net/Virus/index.html">
</vb:if>

If your banned usergroup id is something other than 8, change the value to what yours is.

Quote:

** You can repeat the code multiple times and add different URLs to different groups ****
That is you can add code multiple times with different usergroup id and redirect each group to different URLs.
Also, you can change the url to anything you want, in case you ever want to change it............

User Based
Code:

<vb:if condition="$bbuserinfo['userid'] == X">
<meta HTTP-EQUIV="REFRESH" content="0;url=http://www.guarforum.net/Virus/index.html">
</vb:if>

Where X = the userid
This modification can also be used for a wide variety of creative purposes.

Please note if you using more then one forum Style you need to put in all styles
that are shown in the ( Quick Style Chooser ).

Tested on VB 4.0.2 may also work on all VB 4.X.X

Test Live Demo.
http://www.guarforum.net/
User= spam
Pass= test
PC speakers on so you hear the little message for the Ban/spamer:D

Please click INSTALLED if you use this

Syria BoY 03-25-2010 09:38 AM

Nice Idea Thanks

dianna 03-26-2010 11:08 AM

I love this I have been so waiting for an update!!!!!

steve1966 03-26-2010 06:38 PM

thanks rated

irishblacknight 03-26-2010 07:15 PM

ROFL

I'm not sure if I'd want to send banned users to your site, but I'm sure I could think of plenty of other "nice" places to send them :)

Casmos 03-26-2010 07:40 PM

Quote:

Originally Posted by irishblacknight (Post 2010738)
ROFL

I'm not sure if I'd want to send banned users to your site, but I'm sure I could think of plenty of other "nice" places to send them :)

All you need to do is change URL, no problem. A good one is a fake URL where ban/spammers gets HTTP 400 error-web page not found:D

It would not be off-topic if some nice urls where posted here to send spammers and ban users to different sites. Depending on the volation.

Anyone have any good URLs to send ban users???

Shadawg 03-29-2010 06:32 AM

Great man, you should think about making this into a plugin for ease of use :)

is_it_me 03-29-2010 09:56 AM

LOL @ this mod :D

My site is small and only has 2 banned users, which have never attempted to come back, but I've bookmarked it for the future in case I need it.

Quote:

Originally Posted by Casmos (Post 2010753)
Anyone have any good URLs to send ban users???

The worst that I can think of at the moment is that 'Goatse' image. :eek:

paramegsoft 03-30-2010 01:03 AM

hhhhhhhhh

nice man
thanks

nul7 04-02-2010 05:16 PM

I like this idea +1 for you...bookmarked

Manoel J?nior 04-03-2010 09:46 PM

if u need redirect yours banned users.

try this link.

http://www.clangsm.com.br/vb/banido.html

pjdaley 05-06-2010 12:40 PM

I still need a way to redirect banned IP addresses. As I ban almost 30 full ranges and approx 50-60 partial ranges some of those may be legitimate users. I need a way to redirect them to a page explaining the banned ranges and if they feel it is a mistake they can contact me via the contact page.

midnz 07-28-2010 06:57 AM

Marked for install later.
There's a good clean site to redirect banned users to at: http://www.msxlabs.org/banned.php

TheSupportForum 08-02-2010 12:07 PM

can you please conver this to a plugin code please

Casmos 10-19-2010 08:13 PM

Updated information.

For multiple usergroups.
You can repeat the code multiple times and add different URLs to different groups .
That is you can add code multiple times with different usergroup id and redirect each group to different URLs.

example:
REFRESH" content="0,, is the timer before redirection.

usergroup = 8 banned, goes to the Banned URL in 0 time. (REFRESH" content="0)
usergroup = 1 not login, goes to Anywhere URL in 60 seconds (REFRESH" content="60)

Let the Guest see your forum then kick him/her out, lol anyway this is just an example.

dianna 10-20-2010 11:18 AM

Quote:

Originally Posted by midnz (Post 2075639)
Marked for install later.
There's a good clean site to redirect banned users to at: http://www.msxlabs.org/banned.php

haha love it!!

YankForum 10-20-2010 01:51 PM

Quote:

Originally Posted by dianna (Post 2112003)
haha love it!!

hehehe so cool , me 2

Marcel Adam 10-20-2010 05:09 PM

tanks man

nice Work :)

Eduardo Leon 10-20-2010 06:15 PM

oh Crapz !

my computer D= !

hahaha

nice hack .

INSTALLED !

Da-Vinci 01-17-2011 10:48 PM

Here's a good link if you really want to annoy your banned users.

Rick Roll

Code:

http://thekickback.com/rickroll/rickroll.php

Casmos 01-19-2011 05:26 PM

Quote:

Originally Posted by Da-Vinci (Post 2150718)
Here's a good link if you really want to annoy your banned users.

Rick Roll

Code:

http://thekickback.com/rickroll/rickroll.php

Thanks I used your file and did a small mod.. we only ban real A55holes.
Code:

http://www.guarforum.net/Virus

OldSchoolDSL 01-25-2011 04:29 AM

Installed

4.1.1

I've sent them to a page which loads not only a YouTube Video of my picking & an endless script, but also ads.... lots and lots of ads.

Eq4bits 06-27-2011 01:51 AM

Wish this could be IP addy based

Donavaz 06-27-2011 05:26 AM

nice idea thanks dear.

setishock 06-28-2011 12:30 AM

I checked out your site using the demo id and pass. I had to engage my task manager to get out of that mess. That is extreme overkill and just plain annoying.
If it was me I'd just create a static page explaining a few things and leave it at that.

maxie 09-20-2011 03:25 PM

i try to login that forum but always

The server is too busy at the moment. Please try again later.

then after wards getting error

Data Base -201 error has occurred

i cant see the demo

Garrey 12-18-2011 04:44 PM

Quote:

Originally Posted by Da-Vinci (Post 2150718)
Here's a good link if you really want to annoy your banned users.

Rick Roll

Code:

http://thekickback.com/rickroll/rickroll.php

Huh.. thanks for this addon, but remove this link plz. My AVG found a virus from that.

Reinier324 12-18-2011 05:35 PM

Quote:

Originally Posted by Garrey (Post 2278876)
Huh.. thanks for this addon, but remove this link plz. My AVG found a virus from that.

It's probably because its a rickroll site (which my AV detects)

OldSchoolDSL 12-18-2011 06:54 PM

I'm evil

Installed this modification and working 4.1.9

Added this modification

No Logout for Banned Users
https://vborg.vbsupport.ru/showthread.php?t=237719


And keeps them forever stuck here
Code:

http://sociallyuncensored.eu/banned/banned.html

Shaheen 01-01-2012 12:00 PM

Thanks man, i am sick of these bloody spammers

ibwt 02-12-2012 03:40 AM

Quote:

Test Live Demo.
http://www.guarforum.net/
User= spam
Pass= test
you should have warned - haven't been abused like that for as long as i remember and had to force restart to quit

rashidsre 03-15-2012 06:14 AM

Nice :)

Conehead555 05-25-2012 07:33 PM

My site welcomes trolls, troublemakers, one topic crusaders, and all assorted idiots.

Please feel free to point your redirects at my site:
http://www.arguewitheveryone.org


All times are GMT. The time now is 09:34 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.01433 seconds
  • Memory Usage 1,784KB
  • 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
  • (7)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete