CLIENT PROBLEMS!

JasonCole

Rawr-Hotel.co.uk
Mar 17, 2013
93
15
What does the following image mean? Like what do i have to do?
You must be registered for see images attach

Thanks.
 

Find

Posting Freak
Jun 21, 2012
597
189
this might work, go to your client.php and replace:
PHP:
    }
    else if(!isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 6) {
        header ("Location: " . WWW . "/client_denied");
    }

with

PHP:
    }
    else if(!isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 9999) {
        header ("Location: " . WWW . "/client_denied");
    }
 

JasonCole

Rawr-Hotel.co.uk
Mar 17, 2013
93
15
this might work, go to your client.php and replace:
PHP:
    }
    else if(!isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 6) {
        header ("Location: " . WWW . "/client_denied");
    }

with

PHP:
    }
    else if(!isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 9999) {
        header ("Location: " . WWW . "/client_denied");
    }
Thanks, seemed to have fixed the pin problem.
Now i need to get to solving how to fix swf's to be able to access hotel :p
 

Users who are viewing this thread

Top