well?
Find:
// You banned, sucka!
fatal_error(sprintf($txt[430], $old_name) . $_SESSION['ban']['full_ban']['reason']);
Replace:
// You banned, sucka!
redirectexit('http://www.google.com/search?q=learning+not+to+troll', false);
fatal_error(sprintf($txt[430], $old_name) . $_SESSION['ban']['full_ban']['reason']);
-[Unknown]
Thanks. Where do you find that code?
Security.php
Hey Alvin
what are you thinking about when you eat that banana :P
Will this work in 1.1 Final?? It could be handy for me! ;)
I checked the code and it should work just fine..
Yipee!! My banned members now get sent here:
http://www.outofservice.com/freak/
Hehe...
Quote from: Ajen on December 22, 2006, 04:23:47 PM
Yipee!! My banned members now get sent here:
http://www.outofservice.com/freak/
Hehe...
Too funny! Love it!
Quote from: bugsmi0 on February 28, 2006, 08:49:25 PM
Hey Alvin
what are you thinking about when you eat that banana :P
lol..what did u think about her done? :))
Thanks! I was just reading this old topic, and this is very useful.
Quote from: Fatherguido on December 23, 2006, 08:58:20 PM
Quote from: Ajen on December 22, 2006, 04:23:47 PM
Yipee!! My banned members now get sent here:
http://www.outofservice.com/freak/
Hehe...
Too funny! Love it!
Along the same lines, I sent mine here:
would you rather questions (http://www.wouldyouratherquiz.com)
Would you rather be a troll or a wanker?
lol, tested and tried 1.1.13. Works perfect. Banned users & bots now redirected to downloading a gigantic .jpg
Yeah, I know this is an OLD topic, but...
How to set this up for 2.0.1? I don't find the exact text noted and am not confident enough to wing it without guidance. This is what I find in Security php
// You banned, sucka!
fatal_error(sprintf($txt['your_ban'], $old_name) . (empty($_SESSION['ban']['cannot_access']['reason']) ? '' : '<br />' . $_SESSION['ban']['cannot_access']['reason']) . '<br />' . (!empty($_SESSION['ban']['expire_time']) ? sprintf($txt['your_ban_expires'], timeformat($_SESSION['ban']['expire_time'], false)) : $txt['your_ban_expires_never']), 'user');
Do I need to replace just part of this or the whole thing with the one noted above? Appreciate any help.
Probably the same...add the same code right after "// You banned, sucka!"
Yeah its the same way, just done this on mine
Is this coding good for 2.0.2 ?
That are you a freak page will come in handy !
Quote// You banned, sucka!
Guys, do you know what that mean "sucka"?
On russian it mean: "mother fu..er"
Who inserted such in code, developers? I think need to remove that.
Quote from: GZ06 on January 06, 2013, 06:32:59 AM
Quote// You banned, sucka!
Guys, do you know what that mean "sucka"?
On russian it mean: "mother fu..er"
Who inserted such in code, developers? I think need to remove that.
I think by "sucka" he meant "sucker", sucka is a form of street language or something..
very nice, will try it :)