????

Your IP : 216.73.216.83


Current Path : /home2/morganrand/www/
Upload File :
Current File : /home2/morganrand/www/adminLoginForm.php

<!-- doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"-->
<html>
<head><script src="//cdn.optimizely.com/js/1865631164.js"></script>
	<TITLE>Admin Center Login</TITLE>

	<link rel=stylesheet type="text/css" href="admin-Login-Only.css">

	<meta name="robots" content="noindex,nofollow">

</head>



<body onload="window.document.adminLoginForm.formuser.focus()">
<!--START OF adminLoginForm.php -->
<img border="0" src="logo-top2.jpg" width="880" height="158">
<blockquote>
	<p>&nbsp;</p>
	<!--  -->
	<form method="post" name="adminLoginForm" action="adminLogin.php">
	<?php $loginAttempts = !isset($_POST['loginAttempts'])?1:$_POST['loginAttempts'] + 1;?>
		<input type="hidden" name="loginAttempts" value="<?php echo $loginAttempts;?>">
		<table border="0" cellpadding="5">
			<tr>
				<th colspan=2>Login to Admin Center</th>
			</tr>

			<tr>
				<td align="right">Admin User Name</td>
				<td>
					<input type="text" name="formuser" value="<?php echo $formuser;?>">
				</td>
			</tr>

			<tr>
				<td>Admin Password</td>
				<td>
					<input type="password" name="formpassword" value="<?php echo $formpassword;?>">
				</td>
			</tr>

			<tr>
				<td style="color:silver;">Version 2.1</td>
				<td>
				<a href="http://www.globalissa.com/checkversion/index.php?installversion=2.1&productname=admin-Login-Only">Check version</a>
				</td>
			</tr>

			<tr>
				<td colspan=2>
					<input class="submit" type="submit" name="submit" value="Login to Admin Center">
				</td>
			</tr>
		</table>
	</form>
</blockquote>		
<!--END of adminLoginForm.php -->
<!-- Start of LiveChat (www.livechatinc.com) code -->
<script type="text/javascript">
var __lc = {};
__lc.license = 6479331;

(function() {
  var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
  lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
<!-- End of LiveChat code --> <!-- Hotjar Tracking Code for wanderfuls.com -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:78806,hjsv:5};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script></body>
</html>