| 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/glamourdollars.com/vip-area/ |
Upload File : |
<?
include('config.php');
dbconn();
$grab_info = @mysql_query("SELECT content_id FROM cms_content WHERE content_type = '2' ORDER BY RAND()");
$id = @mysql_result($grab_info, 0, 'content_id');
$image = "images/content/".$id."_preview.jpg";
include('mod_html_top.php');
?>
<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td width="100"><img src="<?=$image?>" class="tn" /></td>
<td valign="top"><span class="heading">Login Failed... but why?</span><br />
<br />
<br />
<span class="rcolhdr">You are not a member:</span><br />
<a href="http://www.viparea.com/join.php">Click here to Join!</a> <br />
<br />
<span class="rcolhdr">You mistyped username or password:</span><br />
Usernames and Passwords are CaSE SEnSITive. Make sure you type your username and password exactly as they were sent to you. If you are copying and pasting your username and password make sure you aren't copying extra spaces. <a href="http://www.viparea.com/members/">Click Here To Try Again</a> <br />
<br />
<span class="rcolhdr">You just signed up and don't have your username and password:</span><br />
Your username and password are sent to you via e-mail, check your spam/blocked folder. If after 30 minutes you have not received this e-mail, please contact <a href="http://www.viparea.com/support.php">support</a>. <br />
<br />
<span class="rcolhdr">You have checked everything:</span><br />
Then it's time to contact <a href="http://www.viparea.com/support.php">support</a>. <br />
<br />
<span class="rcolhdr">Your Username or IP address has been blocked</span><br />
There are 2 possible reasons for this... Either 1) Your username has been compromised OR 2) Your IP address has been blocked due to excessive failed logins... Please contact <a href="http://www.viparea.com/support.php">support</a> to resolve this issue.<br />
<br />
</td>
</tr>
</table>
<?
//include('mod_html_middle.php');
//include('mod_rcol_reasons.php');
//include('mod_rcol_features.php');
//include('mod_rcol_newsletter.php');
//include('mod_rcol_blogarchives.php');
//include('mod_rcol_topmodels.php');
//include('mod_rcol_topphotos.php');
//include('mod_rcol_topvideos.php');
include('mod_html_bottom.php');
?>