File Manager
Viewing File: regsuccess.php
<?php
require('db.php')
?>
<html>
<!-- Added by HTTrack -->
<!-- Mirrored from www.bitminingexchange.com/login by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 07 Apr 2021 02:46:31 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title>Registration | Successful</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- font-family: 'Open Sans', sans-serif; -->
<link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="styles/custom.css" rel="stylesheet" type="text/css">
<link href="styles/default.css" rel="stylesheet" type="text/css">
<link href="styles/tab.css" rel="stylesheet" type="text/css">
<link rel="icon" href="<?= htmlspecialchars($siteUrl . str_replace('..', '', $siteIcon)) ?>">
<script src="styles/jquery.js" type='text/javascript'></script>
<script src="styles/setting2.js" type='text/javascript'></script>
<script src="styles/tab.js" type="text/javascript"></script>
<script src="styles/bootstrap.min.js" type="text/javascript"></script>
</head>
<body class="loginare">
<div class="">
<a href="#"> </a>
</div>
<br><br><br><br>
<div class="form-container-wrap">
<div class="form-container login">
<form class="form-horizontal" method="POST" action="login">
<div class="logo-header">
<a href="index.php" style="display:flex">
<!-- <img src="images/logo/logo-light.png" width="230" height="67" alt="" /> -->
<span
style="color:goldenrod; font-size:3rem; margin-top:2rem !important;margin-left:20px;font-weight:900; letter-spacing:1px !important;float:left;"><?= $siteLogoA ?><span
style="color:#fff; font-size:30px; font-weight:800; letter-spacing:1px;float:right;"><?= $siteLogoB ?></span></span>
</a>
</div><br><br><br>
<table width="100%" border="0" cellpadding="4" cellspacing="4" style="margin-top:45px;">
<tr>
<td><span class="none">
<font color="white" size="5"><b>Your Registration was Successful Please Login below</b></font>
</span></td>
</tr>
<tr>
<td><input type=submit value="Login" class=sbmt></td>
</tr>
<tr>
<td height="45" align="center" valign="bottom"><a href="passreset" class="small_text"><b>Forget your password reset it here.</b>
</a></td>
</tr>
<tr>
<td height="45" align="center" valign="bottom"></td>
</tr>
</table>
</form>
</div>
</div>
<div class="loginfooter">© <?= date('Y') . " " . $siteName ?> All Rights Reserved.</div>
</body>
<!-- Mirrored from www.bitminingexchange.com/login by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 07 Apr 2021 02:46:44 GMT -->
</html>