| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/stylerotica.com/public_html/elxprotect/custom/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>Log into Members Area</title>
<link rel="stylesheet" type="text/css" href="/elxprotect/css/style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=350, user-scalable=no" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>
<body class="login-page">
<div class="wrapper clear">
<div id="login-box">
<h6>SIGN IN</h6>
<?php if ($errmsg)
{ ?>
<h5><?php echo $errmsg ?>
<?php if ($completecode)
{ ?>
<div class="error_signup_links">
<?php if ($completecode == 1)
{ ?>
<a href="<?= $complete_newjoin ?>"><br />Click here to signup</a>
<?php } ?>
<?php if ($completecode == 2)
{ ?><br />
<a href="<?= $complete_expjoin ?>">Click here to renew.</a>
<?php } ?>
</div>
<?php } ?>
</h5>
<?php } ?>
<div class="login-form">
<form method="post" enctype="application/x-www-form-urlencoded">
<div class="form-row">
<label>Username:</label>
<input name="Login" type="text" size="40" maxlength="100" autocorrect="off" autocapitalize="off" placeholder="" />
</div>
<div class="form-row">
<label>Password:</label>
<input name="Pass" type="password" size="40" maxlength="100" autocorrect="off" autocapitalize="off" placeholder="" />
</div>
<?php if ($usecaptcha)
{ ?>
<div class="form-row">
<label>Image:</label>
<input name="captcha" type="text" size="5" maxlength="5" autocorrect="off" autocapitalize="true" placeholder="" style="text-transform:uppercase;" class="inputCaptcha" />
<img border="1" src="captcha.php?r=<?php echo rand() ?>" />
</div>
<?php } ?>
<div class="form-row">
<input type="submit" name="Submit" value="Sign In" />
<input type="hidden" name="cwarn" value="1" />
</div>
</form>
</div><!--//login-form-->
<div id="login-box-cheader">
This website uses cookies<br />
<p>
We use cookies to personalize content and ads, to provide social media features and to analyze our traffic. You consent to our cookies if you continue to use our website.<p> Read our <a target="_blank" href="/pages.php?id=privacy">Privacy Policy</a> to learn more.
</p>
</div>
</div>
</form>
</div>
</body>
</html>