403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/oryx/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/chatme24.com/wwwroot/_frameworks/main/oryx//join.html
{header}
<style>
html > body .box .bbbr {
overflow:visible;
}

#content {
overflow:visible;
}



</style>


<div class="frame_content">
			<script language="JavaScript" type="text/javascript">
			  function onValidateJoinForm() {
			    var form = document.forms['JoinForm'];

                if (!(validateUserName(form['join_handle'], '{l_username}', '{username_length_min}', '{username_length}'))) {
			      return false;
			    }

			    if (!(validateRequiredField(form['join_password'], '{l_password}'))) {
			      return false;
			    }
			    if (!(validateMinLength(form['join_password'], '{l_password}','{password_length_min}'))) {
			      return false;
			    }
			    if (!(validateMaxLength(form['join_password'], '{l_password}','{password_length_max}'))) {
			      return false;
			    }
			    if (!(validateAlphaNumeric(form['join_password'], '{l_password}'))) {
			      return false;
			    }

			    if (!(validateRequiredField(form['email'], '{l_email_address}'))) {
			      return false;
			    }
			    if (!(validateMaxLength(form['email'], '{l_email_address}','{mail_length_max}'))) {
			      return false;
			    }
			    if (!(validateEmailField(form['email'], '{l_email_address}'))) {
			      return false;
			    }
                <!-- begin_field_orientation_js -->
			    if (!(validateRequiredSelect(form['orientation'],'{l_orientation}','0'))) {
			      return false;
			    }
			    if (!(validateRequiredField(form['orientation'], '{l_orientation}', '0'))) {
			      return false;
			    }
                <!-- end_field_orientation_js -->
			    if (!(validateRequiredSelect(form['country'],'{l_country}','-1'))) {
			      return false;
			    }
			    if (!(validateRequiredField(form['country'], '{l_country}', '-1'))) {
			      return false;
			    }
			    if (!(validateRequiredField(form['month'], '{l_month}'))) {
			      return false;
			    }
			    if (!(validateRequiredField(form['day'], '{l_day}'))) {
			      return false;
			    }
			    if (!(validateRequiredField(form['year'], '{l_year}'))) {
			      return false;
			    }
			    if (!(validateRequiredCheckbox(form['privacy_policy'],'','{l_agree_privete_policy}'))) {
			      return false;
			    }
			    return true;
			  }

			  function validateJoinForm() {
			    blockSubmission = true;
			     if (typeof beforeJoinFormValidation != 'undefined') {
			       beforeJoinFormValidation();
			    }
			    var validated = onValidateJoinForm();
			    if (validated && (typeof uponSuccessfulJoinFormValidation != 'undefined')) {
			      validated = uponSuccessfulJoinFormValidation();
			    }
			    else if (!validated && (typeof uponUnsuccessfulJoinFormValidation != 'undefined')) {
			      uponUnsuccessfulJoinFormValidation();
			    }
			    if (!validated) {

			    }
			    return validated;
			  }

			  function submitJoinForm() {
			   if (validateJoinForm()) document.JoinForm.submit();
			   else return false;
			  }
			</script>

            <table width="100%"><tr><td width="40%" align="right" valign="top">
                <div  class="header_big" style="padding-bottom: 10px; padding-top: 20px; text-align: right;"><h2 class="txt_color">{l_login_this}</h2></div>
                <form method="post" action="{url_main}join.php?cmd=login" id="login-f" class="clearfix  joinForm">
                    <div id="join">
                    {login_message}<br />

					<!-- begin_facebook_login -->
					<div><a class="fb_button_join" href="{facebook_login_url}"><strong>{l_login_with_facebook}</strong></a></div>
					<!-- end_facebook_login -->

                    <label style="float:left;" for="username">{l_username}:</label><input class="no_abk join-field" autocomplete="off" name="user" type="text" id="login" tabindex="1" /><br />
                    <label style="float:left;" for="password">{l_password}:</label><input class="no_abk join-field" autocomplete="off" name="password" type="password" id="password" tabindex="2" /><br />
                    </div><br />
<!--  					<input type="submit" value="{l_login_this}" class="button_small no_abk nostyle" />
 --> 					<input type="submit" value="{l_login_this}" class="btn lower_header_color big" />
                   <div style="padding: 10px 0 0 78px; text-align: left; white-space: nowrap; ">

	                   <input style="float:left; margin: 1px 5px 0 0;" name="remember" type="checkbox" id="remember" class="chk" value="1" type="checkbox" checked="checked">

	                   <label for="remember">{l_remember_me}</label> | <a href="{url_main}forget_password.php?">{l_forgot_password}</a>
                   </div>
                </form>
            </td><td width="60%" align="right" valign="top" style="padding-right:20px;">
                    <!-- begin_join -->
  					<form class=" joinForm" name="JoinForm" method="post" action="{url_main}join.php?cmd=register" onsubmit="return validateJoinForm();">

                        <div  class="header_big" style="padding-bottom: 10px; padding-top: 20px; text-align: right;"><h2 class="txt_color">{l_join_this}</h2></div>
                        <div id="join" style="width:330px; padding: 0 0 8px;">
                        {join_message}<br />
						<label for="username" style="float:left;">{l_username}:</label>
							<input class="no_abk join-field" autocomplete="off" type="text" id="username" name="join_handle" value="{join_handle}" /><br />
						<label for="create-password" style="float:left;">{l_create_password}:</label>
							<input class="no_abk join-field" autocomplete="off" type="password" id="create-password" name="join_password" value="{join_password}" /><br />
						<label for="email" style="float:left;">{l_email}:</label>
							<input class="no_abk join-field" autocomplete="off" type="text" name="email" value="{email}" /><br />
                        <!-- begin_field_orientation -->
						<label for="iam" style="float:left;">{l_i_am}:</label>
							<select name="orientation" class="no_abk" id="iam" style="width:210px; float: right;">
								 {orientation_options}
							</select>
						<div class="cl"></div>
                        <!-- end_field_orientation -->
						<label for="from" style="float:left;">{l_from}:</label>
							<select name="country" id="from" class="no_abk" style="width:210px; float: right;">
								 <option value="-1" selected="selected">{l_country_select}</option>
								 {country_options}
							</select>
						<div class="cl"></div>
						<label for="month" style="float:left;">{l_born_on}:</label>
						<div style="float:right;width:210px;">
						<div style="float:left;margin-right:6px;"><select name="month" id="month" class="no_abk" onchange="updateDay('month','JoinForm','year','month','day')" style="width:82px;">
								{month_options}
							</select></div>
							<div style="float:left;margin-right:6px;"><select class="no_abk" name="day" id="select_day" style="width:53px;">
								{day_options}
							</select></div>
							<div style="float:left;"><select class="no_abk" name="year" id="year" onchange="updateDay('year','JoinForm','year','month','day')" style="width:62px;">
								{year_options}
							</select></div></div>
							<br />
                        </div>
                        <br />
<!-- 						<input class="no_abk button_small nostyle" type="button" value="{l_join_now}" onclick="submitJoinForm();"  /> -->
						<input class="btn lower_header_color big" type="button" value="{l_join_now}" onclick="submitJoinForm();"  />
						<br/>
						<br/>
						<div id="terms"><input name="privacy_policy" style="vertical-align: top; margin: 1px 0 0;" type="checkbox" value="true" id="agree" /> <label for="agree"> {l_i_agree} <a href="#" onclick="javascript:OpenWindow('{url_main}info.php?page=term_cond&lang={lang_loaded}','650','400');">{l_terms_and_conditions}</a> {l_and} <a href="#" onclick="javascript:OpenWindow('{url_main}info.php?page=priv_policy&lang={lang_loaded}','650','400','yes');">{l_privacy_policy}</a></label></div>
					</form>
                    <!-- end_join -->
            </td></tr></table>
</div>

{footer}
<script language="javascript" type="text/javascript">
<!-- begin_wait_approval -->
    alert('{j_no_confirmation_account}');
<!-- end_wait_approval -->
<!-- begin_exists_email -->
    alert('{j_exists_email}');
<!-- end_exists_email -->
<!-- begin_demo -->
$(document).ready(function() {
    $('#login').val('{login_user}');
    $('#password').val('{login_password}');
});
<!-- end_demo -->
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit