Fix ASE RevCMS?

MagnusDev

Member
Apr 28, 2012
40
1
Hi,
I have some problems with RevCMS housekeepings.

Here some codes:
<div id="main">
<div id="links"></div>
<div class="header" id="login">
</div>
<div id="site_conten" class="login">
<div id="content_container" class="login">

<div id="content" class="login">
<!-- insert the page content here -->
<h1>{hotelName} ASE</h1>
<p>Welcome to the {hotelName} Hotel All Seeing Eye. Your IP has been logged (<?php echo $_SERVER["REMOTE_ADDR"]; ?>)
Please note any attempt to brute-force or exploit this system will be noticed by Zap administration so if you do not have clearance to this area, fuck off. <br /></p>

<?php echo $template->form->error; ?>

<br />
<form method="post" action="index.php?url=login">
Username: <br /> <input type="text" name="username" class="login"/> <br /> <br />
Password: <br /> <input type="password" name="password" class="login"/> <br /> <br /><br />
<input type="submit" value="Log into ASE" name="login" class="login"/>
</form><br /><br /> <center>Powered by ZapASE by Jontycat - Design by Predict</center>
<center>Implemented into RevCMS by Kryptos</center><br />
</div>
</div>
</div>
</div>
<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='dash'>Return to Dashboard</a> ] [ <a href='logout.php'>Log out</a> ]<br /> <br />
<p>
<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 7)
{ ?>
Player Management <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br />
&raquo; <a href='sub'>Last 50 VIP purchases</a> <br />
&raquo; <a href='vip'>Give a user Regular VIP</a> <br />
&raquo; <a href='svip'>Give a user Super VIP</a> <br />
&raquo; <a href='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 />
&raquo; <a href='news'>Post news article</a><br />
<br />
<?php } if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 5) { ?>
Moderation <br /> <img src='../app/tpl/skins/<?php echo $_CONFIG['template']['style']; ?>/hk/images/line.png'> <br />
&raquo; <a href='banlist'>Ban List</a> <br />
&raquo; <a href='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 />
Here a pitcture of the folder.
1028edf49428c25057dde4b7586c20cb.png

This is the HK folder.
Here the pitcture off the ase folder:
d51f44a5a1a98fc4f7a84e7bcae95853.png


Hope someone can help. :)
 

Users who are viewing this thread

Top