NotoriousJameson
James
- Jan 7, 2016
- 194
- 15
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 ->
I even tried changing the lines to 8 and the database rank to 8 but no go.
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 />