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 applications page [HELP]
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="Joe" data-source="post: 380512" data-attributes="member: 18160"><p>I have the page from an old CMS, not sure whether this helps or not.</p><p>[SPOILER="apps.php"]</p><p>[CODE]<div id="container"></p><p> <div id="content" style="position: relative" class="clearfix"></p><p> <div class="alert alert-success" style="margin-bottom: 6px;width:730px;"></p><p><strong>Are you the one?</strong> {hotelname} is looking for new t-mod's be sure to apply!</p><p></div></p><p><div id="column1" class="column"></p><p><div class="habblet-container " style="float:left; width: 460px;"></p><p><div class="cbb clearfix red "></p><p><h2 class="title"><span style="float: left;">Staff Applications</span></h2></p><p><div style="padding: 5px" align="left"></p><p></p><p><?php</p><p> $sql = mysql_query("SELECT user FROM apps WHERE user = '".$_SESSION['user']['username']."'");</p><p> if(isset($_POST['submit']))</p><p> {</p><p> if (empty($_POST['real']) || empty($_POST['location']) || empty($_POST['age']) || empty($_POST['why']) || empty($_POST['dif']) || empty($_POST['agree']))</p><p> {</p><p> echo '<div class="error_red">Please fill in all fields!</div><br/>';</p><p> }</p><p> else</p><p> {</p><p> if(mysql_num_rows($sql) < 1){</p><p> mysql_query("INSERT INTO `apps` (user,`real`,location,age,why,dif,additional,agree) VALUES ('".$_SESSION['user']['username']."', '".filter($_POST["real"])."', '".filter($_POST["location"])."', '".filter($_POST["age"])."', '".filter($_POST["why"])."', '".filter($_POST["dif"])."', '".filter($_POST["additional"])."', '".filter($_POST["agree"])."')") or die(mysql_error());</p><p> echo '<div class="error_green"><b>Thank you!</b> Your application has been submitted and is awaiting to be reviewed by staff!</div><br/>';</p><p> }else{</p><p> echo '<div class="error_red">You have already applied, please wait for a reply.</div><br />';</p><p> }</p><p> } </p><p> }</p><p> ?></p><p></p><p><form method="post"> </p><p> </p><p> <b>Username:</b><br /></p><p> <input disabled="disabled" value="{username}"></p><p> </p><p> <br /><br /></p><p> </p><p> <b>Real Name:</b><br /></p><p> <input type="text" name="real"></p><p> <br><br></p><p> </p><p> <b>Location: (country, city)</b><br /></p><p> <input type="text" name="location"></p><p> <br><br></p><p> </p><p> <b>Age:</b><br></p><p> <select name="age"></p><p> <?php for ($i = 13; $i <= 100; $i++) : ?></p><p> <option value="<?php echo $i; ?>"><?php echo $i; ?></option></p><p> <?php endfor; ?></p><p> </select></p><p> <br><br></p><p> </p><p> <b>Why should we hire you?</b><br></p><p> <textarea name="why" rows="4" cols="40"></textarea></p><p> <br><br></p><p> </p><p> <b>Why are you different from the rest?</b><br></p><p> <textarea name="dif" rows="4" cols="40"></textarea></p><p> <br><br></p><p> </p><p> <b>Additional Information: (not required)</b><br></p><p> <textarea name="additional" rows="4" cols="40"></textarea></p><p> <br><br></p><p> </p><p> <input type="checkbox" value="1" name="agree"> I agree to be active on the hotel even before we select (if we) you as an Trial Moderator</p><p> </p><p> <br><br></p><p> </p><p> <div style="float:right;padding: 5px;"></p><p> <input type="submit" value="Apply" name="submit"/></p><p> </div></p><p> <div style="float:left;"><a href="/me">Cancel</a></div></p><p> </p><p> </form></p><p> </p><p></div></p><p></div></p><p></div></p><p></div></p><p><div id="column2" class="column"></p><p><div class="habblet-container " style="float:right; width: 310px;"></p><p><div class="cbb clearfix settings "></p><p><h2 class="title"><span style="float: left;">What is this?</span></h2></p><p><div style="padding: 5px" align="l"></p><p><img src="/swfs/c_images/album1584/ADM90.gif" align="right"></p><p>Interested in applying for a staff position at {hotelName} Hotel? You will be required to be online for at least 3 hours per day and 6-7 days a week, unless you can provide a valid excuse. All staff applicants must be able to keep the community happy and also be mature, and also remember not to abuse their powers. Applicants must also be 13+ years.</p><p></div></p><p></div></p><p></div></p><p></div></p><p><script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> </div></p><p> </div></p><p></div></p><p> </p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </p><p> </p><p> </div></p><p> </p><p> <!--[if lt IE 7]></p><p> <script type="text/javascript"></p><p> Pngfix.doPngImageFix();</p><p> </script></p><p> <![endif]--></p><p> </p><p><br></p><p> <?php include('includes/footer.php'); ?></p><p> <?php include('includes/checktheban.php'); ?></p><p></p><p> </div></p><p> </body></p><p></html>[/CODE]</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Joe, post: 380512, member: 18160"] I have the page from an old CMS, not sure whether this helps or not. [SPOILER="apps.php"] [CODE]<div id="container"> <div id="content" style="position: relative" class="clearfix"> <div class="alert alert-success" style="margin-bottom: 6px;width:730px;"> <strong>Are you the one?</strong> {hotelname} is looking for new t-mod's be sure to apply! </div> <div id="column1" class="column"> <div class="habblet-container " style="float:left; width: 460px;"> <div class="cbb clearfix red "> <h2 class="title"><span style="float: left;">Staff Applications</span></h2> <div style="padding: 5px" align="left"> <?php $sql = mysql_query("SELECT user FROM apps WHERE user = '".$_SESSION['user']['username']."'"); if(isset($_POST['submit'])) { if (empty($_POST['real']) || empty($_POST['location']) || empty($_POST['age']) || empty($_POST['why']) || empty($_POST['dif']) || empty($_POST['agree'])) { echo '<div class="error_red">Please fill in all fields!</div><br/>'; } else { if(mysql_num_rows($sql) < 1){ mysql_query("INSERT INTO `apps` (user,`real`,location,age,why,dif,additional,agree) VALUES ('".$_SESSION['user']['username']."', '".filter($_POST["real"])."', '".filter($_POST["location"])."', '".filter($_POST["age"])."', '".filter($_POST["why"])."', '".filter($_POST["dif"])."', '".filter($_POST["additional"])."', '".filter($_POST["agree"])."')") or die(mysql_error()); echo '<div class="error_green"><b>Thank you!</b> Your application has been submitted and is awaiting to be reviewed by staff!</div><br/>'; }else{ echo '<div class="error_red">You have already applied, please wait for a reply.</div><br />'; } } } ?> <form method="post"> <b>Username:</b><br /> <input disabled="disabled" value="{username}"> <br /><br /> <b>Real Name:</b><br /> <input type="text" name="real"> <br><br> <b>Location: (country, city)</b><br /> <input type="text" name="location"> <br><br> <b>Age:</b><br> <select name="age"> <?php for ($i = 13; $i <= 100; $i++) : ?> <option value="<?php echo $i; ?>"><?php echo $i; ?></option> <?php endfor; ?> </select> <br><br> <b>Why should we hire you?</b><br> <textarea name="why" rows="4" cols="40"></textarea> <br><br> <b>Why are you different from the rest?</b><br> <textarea name="dif" rows="4" cols="40"></textarea> <br><br> <b>Additional Information: (not required)</b><br> <textarea name="additional" rows="4" cols="40"></textarea> <br><br> <input type="checkbox" value="1" name="agree"> I agree to be active on the hotel even before we select (if we) you as an Trial Moderator <br><br> <div style="float:right;padding: 5px;"> <input type="submit" value="Apply" name="submit"/> </div> <div style="float:left;"><a href="/me">Cancel</a></div> </form> </div> </div> </div> </div> <div id="column2" class="column"> <div class="habblet-container " style="float:right; width: 310px;"> <div class="cbb clearfix settings "> <h2 class="title"><span style="float: left;">What is this?</span></h2> <div style="padding: 5px" align="l"> <img src="/swfs/c_images/album1584/ADM90.gif" align="right"> Interested in applying for a staff position at {hotelName} Hotel? You will be required to be online for at least 3 hours per day and 6-7 days a week, unless you can provide a valid excuse. All staff applicants must be able to keep the community happy and also be mature, and also remember not to abuse their powers. Applicants must also be 13+ years. </div> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> <!--[if lt IE 7]> <script type="text/javascript"> Pngfix.doPngImageFix(); </script> <![endif]--> <br> <?php include('includes/footer.php'); ?> <?php include('includes/checktheban.php'); ?> </div> </body> </html>[/CODE] [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS applications page [HELP]
Top