The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hmm....request for a hack...maybe it's made already..not sure.
Okay, say when you ban an annoying user, they can still view the forums right, just can't register? is there a way, to ban them, and not allow them to view it? So when they come to the forums, there's like the message you would see when a forum is closed or something similiar?
|
#2
|
||||
|
||||
I use this method:
First create a new usergroup in your CP and note the usergroup id. Then edit global.php (not the in in admin dir!). Go to the end of page and before $logincode=makelogincode(); insert this: if ($bbuserinfo[usergroupid] == 11) { header("HTTP/1.0 500 Internal Server Error"); exit; } (11 should be replaced with the usergroupid you created) If someone annoys you, just add his name to this usergroup then he will get an error message (IE) or Blank Document Error (Netscape) if he tries to visit your forum. I was inspired by HellBan hack so you may want to take a look at that hack either. Regards, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|