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
how do i fix this Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\app\tpl\skins\Habbo\h
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="ButtLord420" data-source="post: 163812" data-attributes="member: 1788"><p>Try this:</p><p> </p><p>[CODE]</p><p><?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 6) ?></p><p><div id="main" style="left-margin: 50px;"></p><p><div id="links"></div></p><p><div class="header" id="login"></p><p></div></p><p><div id="site_conten" class="login"></p><p><div id="content_container" class="login"></p><p> </p><p><div id="content" class="login"></p><p><!-- insert the page content here --></p><p><h1>{fate hotel} Housekeeping</h1></p><p><p>Welcome to the {fate hotel} Hotel houskeeping. Your IP has been logged (<?php echo $_SERVER["REMOTE_ADDR"]; ?>)</p><p>Please note any attempt to brute-force or exploit this system will be noticed by Fate administration so if you do not have clearance to this area, then <a href="{url}">Click here</a> <br /></p></p><p> </p><p><?php echo $template->form->error; ?></p><p> </p><p><br/></p><p><form method="post" action="index.php?url=login"></p><p>Admin Username: <br /> <input type="text" name="username" size="5" maxlength="13" class="login"/> <br /> <br /></p><p>Admin Password: <br /> <input type="password" name="password" class="login"/> <br /> <br /><br /></p><p><input type="submit" value="Log into ASE" name="login" class="login"/></p><p></form><br /><br /> <font color="black"> <center>Powered by ZapASE by Jontycat - Design by Grapefruit - Extra features by Grapefruit</center></p><p><center>Implemented into RevCMS by Kryptos</center><br /></center></p><p></div></p><p></div></p><p></div></p><p></div> </p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="ButtLord420, post: 163812, member: 1788"] Try this: [CODE] <?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 6) ?> <div id="main" style="left-margin: 50px;"> <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>{fate hotel} Housekeeping</h1> <p>Welcome to the {fate hotel} Hotel houskeeping. 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 Fate administration so if you do not have clearance to this area, then <a href="{url}">Click here</a> <br /></p> <?php echo $template->form->error; ?> <br/> <form method="post" action="index.php?url=login"> Admin Username: <br /> <input type="text" name="username" size="5" maxlength="13" class="login"/> <br /> <br /> Admin 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 /> <font color="black"> <center>Powered by ZapASE by Jontycat - Design by Grapefruit - Extra features by Grapefruit</center> <center>Implemented into RevCMS by Kryptos</center><br /></center> </div> </div> </div> </div> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
how do i fix this Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\app\tpl\skins\Habbo\h
Top