RevCM / Phoenx Ban

samseppings

New Member
Dec 1, 2014
5
0
When I ban someone from my hotel (not ip just super) it says they have been banned in the client, and then takes them to /reload.php and allows them onto the homepage / attempt to reenter the client (they get dced however)..

I have a banned page so how do I make it so when you're banned you can't access the homepage and only see the "banned" page
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
<?php
Check if user is banned ->
Yes = banned.php
You do not need to put a else idk why people do it but you don't need to.
?>
{client.php code}
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
Bro you have to code it first LOL. You shuold already have it on like your me page or something
I think on some revcms it's coded in checkban.php or something, so i would just suggest doing an include of the page into your client such the other pages like /me and etc.
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
Hello,
To fix this you need to do what @Janzeer has said.
Download the "checktheban.php" file by clicking . Then insert it into your skin (Habbo, Mango, Priv or whatever you're using). Then on every page add
PHP:
<?php include('checktheban.php'); ?>
underneath the <html> tag or in the footer.
 

Users who are viewing this thread

Top