[FIX] Aurora 2 Housekeeping fix [FIX]

Valcon

New Member
Dec 21, 2011
18
2
I have been getting messages saying "i cant login housekeeping" so here is the Housekeeping Login FIX

PHP:
<div id="black_bar">
    <div class="container">
        Welcome Back, {username}
        <span class="online_users"> {online} User(s) Online! </span>
        </div>
        </div>
        <div id="blue_bar">
        <div class="container">
        <a href="index.php">
            <img src="../app/tpl/skins/Aurora/images/logo.png" border="0" style="float:left; padding-top:15px;position:relative;left:-7px;" />
          </a>
                    </div>
                    </div>
                    </div>
                    </div>
                <div id="menu">
                <div class="container">
                <ul>
                    <li><a href=''></a></li>
                </ul>
                </div>
                </div>
                <div id="main_left">
                <div id="main_content" style="width:520px;position:relative;right:-340px;">
                <h2 class="title"> ZapAse Login </h2><br />
                <hr />
                <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>
         
            <center><font color="red"><b><u> <?php echo $template->form->error; ?> </font></b></u></center>
         
            <br />
                <form method="post" action="index.php?url=login">
                <center>Username:</center> <br /> <input type="text" name="username" class="login" style="width:460px;position:relative;right:-30px;"/> <br /> <br />
                <center>Password:</center> <br /> <input type="password" name="password" class="login" style="width:460px;position:relative;right:-30px;"/> <br /> <br /><br />
                        <input type="submit" value="Log into ASE" name="login" class="login" style="width:462px;position:relative;right:-30px;"/>
                </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>



Or you can Download it -
 

Users who are viewing this thread

Top