| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/classicscash.com/public_html/cms_admin/phptemplate/voderic/ |
Upload File : |
<?php /*
PLEASE BACK UP FILE BEFORE EDITING!!!
TEXT EDITING NOTE:
All text can be edited inside the admin panel to preserve multi-language site functionality. All tags prefixed with "$templatefields" can be edited inside the CMS admin panel.
*/
$title = $templatefields["titletxtregister"];
$seokey = ($event) ? $event["SEOkey"] : "";
$seodesc = ($event) ? $event["SEOdesc"] : "";
// Header
LoadTemplate("header.tpl", ["pagename" => "register", "title" => $title, "seokey" => $seokey, "seodesc" => $seodesc]);
?>
<div class="bgWrap">
<div class="container">
<section id="latestUpdates" class="sceneListing">
<div class="block">
<!--Title Bar-->
<div class="bartitle"><?php echo $templatefields["titletxtregister"]; ?><?php echo $templatefields["txtforgotpassword"]; ?></div>
<br clear="all" />
<div class="left_column textx">
<?php if (!empty($_GET["ty"]) && $_GET["ty"] == 1) { ?>
<br />
<?php echo $templatefields["txtpleasecheckemail"]; ?>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<?php } elseif (!empty($_GET["ty"]) && $_GET["ty"] == 2) { ?>
<br />
<?php echo $templatefields["txtpasswordchanged"]; ?>
<p><?php echo $templatefields["txtloggedin"]; ?>
<?php if (!empty($_COOKIE["elxprotect_goback"])) { ?>
<p><?php echo $templatefields["txtredirected"]; ?>
<meta http-equiv="refresh" content="5; url=<?= $_COOKIE["elxprotect_goback"] ?>" />
<?php } ?>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<?php } elseif (!empty($_GET["hash"])) { ?>
<?php if ($errmsg) { ?>
<p><span style="color:red;"><?php echo $templatefields["txterror"]; ?></span>: <?= $errmsg ?>
<?php } ?>
<br clear="all" />
<form method="POST">
<div class="table">
<div class="row">
<div class="cell">
<?php echo $templatefields["txtnewpassword"]; ?>
</div>
<div class="cell">
<input type="password" name="Pass1" value="<?= htmlentities($pass1) ?>" />
</div>
</div>
<div class="row">
<div class="cell">
<?php echo $templatefields["txtconfirmpassword"]; ?>
</div>
<div class="cell">
<input type="password" name="Pass2" value="<?= htmlentities($pass2) ?>" />
</div>
</div>
<div class="row">
<div class="cell">
<br clear="all" />
</div>
</div>
<div class="row">
<div class="cell od_login">
<input type="submit" name="Submit" value="<?php echo $templatefields['txtsubmit']; ?>" />
</div>
</div>
</div>
</form>
<?php } else { ?>
<?php if ($errmsg) { ?>
<span style="color:red;"><?= $errmsg ?></span>
<br />
<?php } ?>
<br clear="all" />
<form method="POST" action="forgot.php">
<div class="table">
<div class="row">
<div class="cell">
<?php echo $templatefields["txtusernameoremail"]; ?>
</div>
<div class="cell">
<input class="textfield" name="Login" value="<?= htmlentities($login) ?>" />
</div>
</div>
<div class="row">
<div class="cell">
<br clear="all" />
</div>
</div>
<div class="row">
<div class="cell od_login">
<input type="submit" name="Submit" value="<?php echo $templatefields['txtsubmit']; ?>" />
</div>
<div class="cell"></div>
</div>
</form>
</div>
<div class="register">
<a href="odlogin.php"><?php echo $templatefields["txtalreadyamember"]; ?></a>
</div>
<div class="register">
<a href="register.php"><?php echo $templatefields["txtregister"]; ?></a>
</div>
<?php } ?>
</div>
</div>
</section>
</div>
</div>
<!--Footer-->
<?php include "footer.tpl"; ?>