| 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]);
?>
<section id="login" class="centeredWrapper pt40">
<?php if ($errmsg) { ?>
<div class="formStatus centerBox bgBox">
<span style="color:red;"><?= $errmsg ?></span>
</div>
<?php } ?>
<div class="container containerSm">
<form name="frm" method="POST" class="forms" action="odlogin.php">
<h3><?php echo $templatefields["titletxtregister"]; ?><?php echo $templatefields["txtlogin"]; ?></h3>
<input name="Login" class="textbox" placeholder="USERNAME" type="text" value="<?= htmlentities($login) ?>">
<input name="Email" class="textbox" placeholder="EMAIL" type="email" value="<?= htmlentities($email) ?>">
<input name="Pass" class="textbox" placeholder="<?php echo strtoupper($templatefields["txtpassword"]); ?>" type="password" value="<?= htmlentities($pass) ?>">
<?php if ($area["Captchas"] & 1) { ?>
<input name="captcha" class="textbox" placeholder="CAPTCHA" autocomplete="off" maxlength="5" style="text-transform:uppercase;" />
<figure class="captchaWrapper"><img id="odcaptcha2" src="odlogin.php?captcha=1" /></figure>
<input type="button" class="textbox btn textboxBtn" value="REFRESH IMAGE" onclick="refreshcaptcha('odcaptcha2')" />
<?php } ?>
<button class="btn btnSubmit" type="submit" name="Submit"><?php echo $templatefields["txtsubmit"]; ?></button>
<div class="alreadyMember"><a href="forgot.php"><?php echo $templatefields["txtforgotpassword"]; ?></a></div>
<div class="alreadyMember"><a href="register.php"><?php echo $templatefields["txtregisterhere"]; ?></a></div>
</form>
</div>
</section>
<!--Footer-->
<?php include "footer.tpl"; ?>