Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS HK Fixing, help pls.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="NotoriousJameson" data-source="post: 364020" data-attributes="member: 65480"><p>Hi, before you ask did I even search? Yes. Did I try the fix?: yes. Did it work: Obviously not if I am asking for help, my HK / ase keeps saying incorrect access level everytime I try to login.</p><p></p><p>My dash code is -> </p><p>[CODE] <div id="main"></p><p> <div id="links"></div></p><p> <div id="header"></p><p> <div id="logo"></p><p> <div id="logo_text"></p><p> <!-- class="logo_colour", allows you to change the color of the logo text --></p><p> <h1>ASE</h1></p><p> </div></p><p> </div></p><p> </div></p><p> <div id="site_content"></p><p> <div id="sidebar_container"></p><p> <!-- insert your sidebar items here --></p><p> <div class="sidebar"></p><p> <div class="sidebar_top"></div></p><p> <div class="sidebar_item"></p><p> <br /></p><p> [ <a href='index.php?url=dash'>Return to Dashboard</a> ] [ <a href='index.php?url=logout'>Log out</a> ]<br /> <br /></p><p> <p></p><p> <?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 8) { ?></p><p> Player Management <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /></p><p> &raquo; <a href='index.php?url=sub'>Last 50 VIP purchases</a> <br /></p><p> &raquo; <a href='index.php?url=vip'>Give a user Regular VIP</a> <br /></p><p> &raquo; <a href='index.php?url=svip'>Give a user Super VIP</a> <br /></p><p> &raquo; <a href='index.php?url=edit'>Edit a users account</a> <br /></p><p> <br /></p><p> Administration <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /></p><p> &raquo; <a href='index.php?url=news'>Post news article</a><br /></p><p> <br /></p><p> <?php } if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 8) { ?></p><p> Moderation <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /></p><p> &raquo; <a href='index.php?url=banlist'>Ban List</a> <br /></p><p> &raquo; <a href='index.php?url=ip'>IP lookup</a> <br /></p><p> <br /></p><p> </p><p> <?php } ?></p><p> <br /></p><p> Statistics<br /></p><p> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /></p><p> Server Status:</p><p> {status} <br /></p><p> {online} user(s) online <br /></p><p> </p><p> </p></p><p> </div></p><p> <div class="sidebar_base"></div></p><p> </div></p><p> </div></p><p> <div id="content_container"></p><p></p><p> <div id="content"></p><p> <!-- insert the page content here --></p><p> <br /> </p><p></p><p> <?php</p><p></p><p>echo "<center>Please choose an option from the menu to the left.</center>";</p><p></p><p>?></p><p></p><p> </div></p><p></p><p> </div></p><p> </div></p><p> </div></p><p> <center>Powered by ZapASE by Jontycat - Design by Predict</center></p><p> <center>Implemented into RevCMS by Kryptos</center><br />[/CODE]</p><p>I even tried changing the lines to 8 and the database rank to 8 but no go.</p></blockquote><p></p>
[QUOTE="NotoriousJameson, post: 364020, member: 65480"] Hi, before you ask did I even search? Yes. Did I try the fix?: yes. Did it work: Obviously not if I am asking for help, my HK / ase keeps saying incorrect access level everytime I try to login. My dash code is -> [CODE] <div id="main"> <div id="links"></div> <div id="header"> <div id="logo"> <div id="logo_text"> <!-- class="logo_colour", allows you to change the color of the logo text --> <h1>ASE</h1> </div> </div> </div> <div id="site_content"> <div id="sidebar_container"> <!-- insert your sidebar items here --> <div class="sidebar"> <div class="sidebar_top"></div> <div class="sidebar_item"> <br /> [ <a href='index.php?url=dash'>Return to Dashboard</a> ] [ <a href='index.php?url=logout'>Log out</a> ]<br /> <br /> <p> <?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 8) { ?> Player Management <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /> » <a href='index.php?url=sub'>Last 50 VIP purchases</a> <br /> » <a href='index.php?url=vip'>Give a user Regular VIP</a> <br /> » <a href='index.php?url=svip'>Give a user Super VIP</a> <br /> » <a href='index.php?url=edit'>Edit a users account</a> <br /> <br /> Administration <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /> » <a href='index.php?url=news'>Post news article</a><br /> <br /> <?php } if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 8) { ?> Moderation <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /> » <a href='index.php?url=banlist'>Ban List</a> <br /> » <a href='index.php?url=ip'>IP lookup</a> <br /> <br /> <?php } ?> <br /> Statistics<br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br /> Server Status: {status} <br /> {online} user(s) online <br /> </p> </div> <div class="sidebar_base"></div> </div> </div> <div id="content_container"> <div id="content"> <!-- insert the page content here --> <br /> <?php echo "<center>Please choose an option from the menu to the left.</center>"; ?> </div> </div> </div> </div> <center>Powered by ZapASE by Jontycat - Design by Predict</center> <center>Implemented into RevCMS by Kryptos</center><br />[/CODE] I even tried changing the lines to 8 and the database rank to 8 but no go. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS HK Fixing, help pls.
Top