PDA

View Full Version : Mini Mods - Redirect Banned Users To Another Site


Medtech
12-15-2008, 10:00 PM
This is my first modification to be posted. However i did not create it as it is actually a part of vbulletin. a friend of mine pointed it out to me. So i posted the idea. Thanks WM.
This modification will redirect Banned Users to www.theybannedme.com (http://www.theybannedme.com). 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.

This modification is endorsed by theybannedme.com website, they put a link on their front page to this post... :D

Confirmed working on vB 4.0.0 if you use a replacement variable - <head>
Thanks for the contribution icarusforde

Instructions:

Admin CP->Styles and Templates->Style Manager->Your Skin Style->Edit Templates->header->Paste this at the very top..........

<if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">
</if>



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

Also, you can change the url to anything you want, in case you ever want to change it............

Updated>>> slightly changed version, thanks to DungBeetle= This will redirect a particular user

<if condition="$bbuserinfo['userid'] == X">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">
</if>

This modification can also be used for a wide variety of creative purposes.

Tested on VB 3.6.x, 3.7.x, and 3.8.x

Confirmed working on vB 4.0.0 if you use a replacement variable - <head>

Please click INSTALLED if you use this

Bill from Cleve
12-16-2008, 02:14 AM
You sir ROCK! :up:

EvilJohn
12-16-2008, 03:17 AM
Haaaa :D

SEOvB
12-16-2008, 01:26 PM
You should make it a plugin, use the login_redirect location

StokoE
12-16-2008, 01:55 PM
nothing like sending the banned buggers to a not so nice site..

GrendelKhan{TSU
12-17-2008, 12:54 AM
cool mod...

not to be a spoilsport but doesn't "miserable users" add-on do this?

johnrizz
12-17-2008, 01:02 AM
nice!:D :)

ReQueM
12-17-2008, 02:28 PM
interesting idea :D

iBardia
12-17-2008, 03:53 PM
OMG! theybannedme.com has swears!
!!!!!!!

sdavis2702
12-20-2008, 05:53 PM
That site is horrible lol

Maxman1544
01-06-2009, 05:31 PM
Two Ukranian guys from Philly?

Oh my...

ti07shadow
01-09-2009, 04:28 PM
I think this mod deserves MoTm, great addition. maybe I can ge trid of some arses. :p

Dax IX
01-09-2009, 08:13 PM
Wow. And people actually ENJOY being on that site! :eek:

DungBeetle
01-10-2009, 07:01 AM
Great, thanks, and I tried more solution and works with user ID to make joke with somebody.

if condition="$bbuserinfo['userid'] == X">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">
</if>

ryantr
01-11-2009, 08:14 AM
hahaahaha nice one
it would be better if we can find a link of gay porn and with lots of pop up and trojan and redirect those to there LOL

UKBusinessLive
01-12-2009, 06:47 PM
I redirected it to my forums, but with a slight spelling mistake, and they get the dreaded 404 error page ;)

After a while they must give up :D

Mattcch
01-14-2009, 01:30 AM
hi,
great ideas & works and installed.

just redirect improper users to aux site.

thanks so much.

Shaliza
01-15-2009, 11:49 AM
I redirected it to my forums, but with a slight spelling mistake, and they get the dreaded 404 error page ;)

After a while they must give up :D


Haha, that's genius. I must try this.

dilbert
01-15-2009, 03:43 PM
Great idea.
I might have the redirect stay on the site and go to a page saying "under Construction" or something irritating like that.

Dax IX
01-15-2009, 05:38 PM
Along those lines, would it be possible to redirect to the forums offline page? Is that even viewable when the forums are online?

mastertek2000
01-17-2009, 12:43 AM
this is great thanks this should be MOTM:up::up::up:

GNDI
01-19-2009, 09:45 PM
nice thinking :) thanks

XtremeOffroad
01-23-2009, 04:44 PM
Great little addition, Thanks.

baghdad4ever
01-26-2009, 05:53 AM
thanks

darkie79
01-26-2009, 03:21 PM
So, here is one issue that I have noticed...

I have tried using this for unregisted/not logged in and forwarding it to a pseudo welcome page within vbadvanced...but once it redirects them, it goes into an endless redirect loop

Medtech
01-29-2009, 11:26 PM
So, here is one issue that I have noticed...

I have tried using this for unregisted/not logged in and forwarding it to a pseudo welcome page within vbadvanced...but once it redirects them, it goes into an endless redirect loop


That is exactly what it will do, cookies are set and you will not be able to login. Not exactly an issue as it falls into the nature of how vbulletin works. you are always unregistered/ not logged in until you login. If this happens to you, you will still be able to login to the admincp directly with a url and change or remove the code.

leodestroy
01-30-2009, 12:08 AM
о_0 https://vborg.vbsupport.ru/showthread.php?t=162722

nonspin
02-01-2009, 09:55 AM
I redirected it to my forums, but with a slight spelling mistake, and they get the dreaded 404 error page ;)

After a while they must give up :D

i redirected them to vbb's original "database error" page ..
that way "banned" dont get much suspicious and/or encouraged to "try"
something else .. :cool:

ti07shadow
02-01-2009, 05:04 PM
heres a beter solution, not to drive anyone awa. but if you have access to your sites cpanel (which you should) go there and hopefully you have the ability to create custom errors. Well go into and edit the 403 error one, this is what shows when someone is blocked fro ma website. and place this in there. if you do this, if you ban the persons IP from your website rather than the forums they will be redirected no matter what unless they get smart and use a proxy.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">

gmerin
02-03-2009, 03:02 PM
do you really think a banned user doesn't immediately clean their cookies? at best these tactics only work one time, and only act to turn a banned user into a determined banned user.

anything less than an ip ban is just giving the admins a false sense of security.

Phreakwars
02-07-2009, 10:50 PM
You could always redirect them to one of my domains as well www.newsucks500.com It's even more nasty and less restricted then theybannedme.com

http://www.encyclopediadramatica.com/The_Suckage
.
.

ti07shadow
02-15-2009, 05:08 AM
I would like to add to this to make it even better. Why fuss with users and make them think they were permanently banned? Why not trick them into thinking the sites down? Be creative.

first off in the header put this code

<if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0; url=./updates.php">
</if>

Create a new file and save it as updates.php

and in that file, well be creative but put this

<style type="text/css">
<!--
.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
<title>put your forum title here</title>
<span class="style3">The forums are currentley down for maintenance, please check back later.</span>


upload that file to your forum root directory.

and walla! instant trick. OR!

you can fake a database error. that seems to work even better

y2krazy
02-16-2009, 04:12 PM
i redirected them to vbb's original "database error" page ..
that way "banned" dont get much suspicious and/or encouraged to "try"
something else .. :cool:
How do you do this? It'd be nice to make them think there's always a database error. Thanks!

~ Sean

markusv3000
02-24-2009, 11:45 PM
I like this idea

WildFire.ca
03-01-2009, 07:37 PM
Read theybannedme.com's (http://www.theybannedme.com) Home Page before you make it your redirect page.

beerhead
03-04-2009, 01:45 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=162722" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=162722</a>

RocCityDad
03-20-2009, 06:17 PM
anyway to redirect an IP address?

RocCityDad
03-20-2009, 09:56 PM
btw, just gotta say this is great..hahahaha

alexkohler
04-14-2009, 10:10 AM
So, here is one issue that I have noticed...

I have tried using this for unregisted/not logged in and forwarding it to a pseudo welcome page within vbadvanced...but once it redirects them, it goes into an endless redirect loop

This can kick your forum out of google or kill your ranking (meta refresh for guests) ;)

perhaps no good idea :rolleyes:

MARCO1
04-14-2009, 11:26 AM
Good Work
Installed

Medtech
04-19-2009, 10:38 PM
Read theybannedme.com's (http://www.theybannedme.com) Home Page before you make it your redirect page.

they have this mod linked on their front page! :D

theybannedme
04-21-2009, 02:03 AM
they have this mod linked on their front page! :D

Hell yes we do! We love it!

Give all your banned garbage NOM NOM NOM!

PS: Love the hack--many thanks!

PPS: check out our new banner -- http://www.theybannedme.com

g0dfather1984
04-21-2009, 03:13 AM
anyway to redirect an IP address?

I am curious to this as well.

Mutt
05-04-2009, 10:01 PM
thanks

we used to use something like this. I called it "the gay". I made a new banned usergroup with the title "got the gay". only that usergroup would get the redirect and we sent them to one of those Last Measure shock sites that pops up a million popups of gay porn while a voice scream "hey everyone I'm looking at gay porn". we would only use it on people who were attacking the website as a way to attack back.

it was fun for the nonbanned users becasue when they'd see an ass causing trouble & then all the sudden their title changed to "got the gay" they all knew what the user was seeing / hearing.

I've since stopped using it since the laws changed and it's now illegal to blindly link or forward people into porn. wasn't worth the possible legal headaches.

I'd reinstate it if I had a good site to use.

merkaz
05-06-2009, 03:06 PM
So Nice ..
thanks

ibeteck
05-13-2009, 12:37 PM
Thanks for the mod I have been trying to find a way to keep those rats out lol.

RSisco
05-13-2009, 04:18 PM
I know, I am not being politically correct, but I just sent my banned users to http://www.specialolympics.org/athletes.aspx

"Be a Special Olympics Athlete"

Rick

Medtech
05-15-2009, 02:10 AM
I know, I am not being politically correct, but I just sent my banned users to http://www.specialolympics.org/athletes.aspx

"Be a Special Olympics Athlete"

Rick


that's kinda like a reverse spam isn't it? lol, banned spammers get spammed!!:D

Charlie98902
05-19-2009, 01:12 AM
So using 0 is immediate or would using 1 would be more immediate?

Sea Shepherd
05-26-2009, 12:27 PM
What happened to the download files?
Cant wait to get my hands on it.

jazzyname
05-28-2009, 05:42 PM
absolutely brilliant
* marked as Installed *

I also have a forum link that I post in txt all spammed names and emails, for the spam bot to use and collect their email to spam them.

Medtech
06-16-2009, 12:38 AM
What happened to the download files?
Cant wait to get my hands on it.

there is no download, just c/p the template edit.

read the instructions ;)

BeFit4Free
07-01-2009, 04:22 PM
I modified it a little to send banned users to a different part of my site that still provides benefit to our site. BeFit4Free - Health and Fitness Forums (http://BeFit4Free.net)

I changed the refresh to 5 seconds and made it where the banned users are forwarded to our link exchange directory. (Banned page (http://directory.befit4free.net/banned.html))

The reason that members are typically banned from BeFit4Free.net is because they are submitting pharmacy links, erectile dysfunction stuff or nutritional supplements that we do not sell.

This way I still have a chance of getting a good link exchange from a related site, since we sell nutritional supplements.

GearX1
07-02-2009, 11:14 AM
this is such a funny mod lol i love it , some can't figure out whats going on lol

KHALIK
07-07-2009, 07:27 PM
loving it :)

Maxman1544
07-08-2009, 02:12 AM
I had a dream that the guy that wrote this banned me from his site. Can you believe that? I was banned from they banned me. Wow.

Yes, it was only a dream but it felt so real.

theybannedme
07-12-2009, 06:56 PM
I had a dream that the guy that wrote this banned me from his site. Can you believe that? I was banned from they banned me. Wow.

Yes, it was only a dream but it felt so real.

May surprise you that I didn't write the mod although I did endorse it and link to it after I found out about it.

I did, however, get banned from your site... maybe your dream was some subconscious guilt? :D

Cobra-J82
07-13-2009, 06:19 AM
lol nice

jca2112
07-23-2009, 09:11 PM
So I tried this redirect banned users refresh technique to send banned users to a "503 Server Unavailable" error page. We want the banned user to think the server is down and go away.

Here is the problem:

The full vBulletin page must load in your browser before the meta refresh redirect can happen, even if it is set to 0. (It doesn't matter if you move the meta refresh to the headinclude or header template.) Depending on the browser, connection, etc. a user can easily see the standard vBulletin "Banned" error message for a second just before they are redirected to the other page. They may also be able to pull the original error page up using the BACK button.

That's a big problem if you are trying to deter SEO and backlinks spammers, who are registering and posting by hand and will be registering multiple accounts anyway.

So I am trying a Javascript version of this same banned users redirect:

<if condition="$bbuserinfo['usergroupid'] == 8">
<script type="text/javascript"><!--
location.replace("http://yoursite.com/error.php");
//--></script>
<noscript>
<meta http-equiv="refresh" content="0;url=http://yoursite.com/error.php" />
</noscript>
</if>


This uses Javascript to instantly change the url location via the location.replace function, but also includes the old meta refresh redirect in case the user has javascript disabled.

Since I'm not a Javascript expert, can someone else test this to see if the redirect is faster or tell me if there is a better Javascript call to do this url replacement with?

danny1mmafan
07-29-2009, 03:49 AM
Great app man installed and i love it:) Im looking forward to more of your work.

iguano
08-04-2009, 11:48 AM
Nice, thanks you :)

Daisyboo
08-18-2009, 11:34 AM
Cool!

icarusforde
12-23-2009, 03:11 AM
Confirmed working on vB 4.0.0 if you use a replacement variable - <head>

Pro-eSports.com
02-16-2010, 07:57 PM
Confirmed working on vB 4.0.0 if you use a replacement variable - <head>

Where do I have to add <head> or do i have to replace something?

hayaldunya
02-17-2010, 08:44 AM
thnks..

bleros
02-17-2010, 07:48 PM
is not work

KissOfDeath
02-24-2010, 03:26 PM
how does this work for vb4?

Edit* don;t worry figured it out

basskiller
02-27-2010, 06:53 PM
how would you add more than one usergroup ?

using a comma produces a syntax error

steve1966
03-01-2010, 07:09 PM
how does this work for vb4?

Edit* don;t worry figured it out

Hi would you or someone like to share waht you did to get this working?

dianna
03-02-2010, 05:37 PM
Hi would you or someone like to share waht you did to get this working?

Yes please share...

dianna
03-03-2010, 04:58 PM
Steve1966 I guess no one wants to share how they got it to work with us

vijayninel
03-04-2010, 02:20 AM
It seems that http://www.theybannedme.com/ has been down for more than a week now and is broken. The current downtime message says :

so apparently something irrevocably corrupted the forums database.... RICHYYY?!?!?!?!?

Casmos
03-24-2010, 11:11 PM
how does this work for vb4?

Edit* don;t worry figured it out

There is a new update working VB4
https://vborg.vbsupport.ru/showthread.php?p=2009592#post2009592

enjoy:D

Mo7mD.ZaYOnA
03-28-2010, 09:41 AM
I want to hide names banned user from the Who's Online !! :(

Iguana Goddess
04-12-2010, 05:40 PM
For anyone still using this mod, you may direct banned users to my site as theybannedme.com no longer exists. Site link is in my signature.

Iguana Goddess
04-12-2010, 05:41 PM
For anyone still using this mod, you may direct banned users to my site as theybannedme.com no longer exists. Site link is in my signature.

g0dfather1984
04-30-2010, 10:20 PM
anyway to redirect an IP address?

There is a way to do this, if I may post this here.

In your .htaccess file at the VERY TOP, place this:

# The following is IP deadbanning, it redirects if the IP matches
RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^11\.111\.111\.111$ [OR]
RewriteCond %{REMOTE_ADDR} ^111\.11\.111\.111$
RewriteRule .* http://banned.ytmnd.com/ [R=301,L]

Of course replace the 1's with the IP Addresses you'd like to use. (And those ones are a fake IP btw)

You may also replace the website as well, if you'd like.

Then if you want to add more, just copy & paste the following line:

"RewriteCond %{REMOTE_ADDR} ^111\.11\.111\.111$"

You want the last line to always be WITHOUT [OR]

Any line above that should contain that [OR] statement for new bans.


Hope this helps.

Rideharder
05-06-2010, 12:35 AM
that was funny!

H22A
11-24-2010, 12:06 AM
thanks for this !
I redirect to
http://piv.pivpiv.dk/

John Danley
06-19-2015, 03:37 PM
Works good.