| 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]);
?>
<main>
<div class="bgWrap">
<div class="container">
<section id="latestUpdates" class="sceneListing">
<div class="bartitle"><?php echo $templatefields["titletxtregister"]; ?><?php echo $templatefields["txtregister"]; ?></div>
<div class="block">
<!--Title Bar-->
<br clear="all" />
<div class="left_column textx">
<?php if (!empty($_GET["ty"])) { ?>
<br />
<?php echo $templatefields["txtcheckemail"]; ?>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<?php } elseif (!empty($_GET["confirm"])) { ?>
<br />
<?php if ($errmsg) { ?>
<p><span style="color:red;"><?php echo $templatefields["txterror"]; ?> </span>: <?= $errmsg ?>
<?php } else { ?>
<?php echo $templatefields["txtemailconfirmed"]; ?>
<?php if (!empty($_COOKIE["elxprotect_goback"])) { ?>
<p><?php echo $templatefields["txtredirected"]; ?>
<meta http-equiv="refresh" content="5; url=<?= $_COOKIE["elxprotect_goback"] ?>" />
<?php } else { ?>
<p><a href="odlogin.php"><?php echo $templatefields["txtlogin"]; ?></a></p>
<?php } ?>
<?php } ?>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<?php } else { ?>
<script>
$(function() {
$( "#slider-range-max" ).slider({
min: 6,
max: 20,
value: 12,
slide: function( event, ui ) {
$( "#amount" ).val( ui.value );
changepass(ui.value);
}
});
$( "#amount" ).val( $( "#slider-range-max" ).slider( "value" ) );
});
function showpass()
{
document.forms.frm.Pass1.setAttribute('type', 'text');
document.forms.frm.Pass2.setAttribute('type', 'text');
$("#sp").hide();
$("#hp").show();
}
function hidepass()
{
document.forms.frm.Pass1.setAttribute('type', 'password');
document.forms.frm.Pass2.setAttribute('type', 'password');
$("#hp").hide();
$("#sp").show();
}
function generatepass()
{
var popup_width = Math.min(Math.max($(window).width() - 20, 320), 500);
changepass( $( "#amount" ).val() );
$( "#genpass").dialog({
position: { my: "center center", at: "center center", of: $(window) },
title: "Generate Password",
width:popup_width,
modal: true,
open: function(event, ui) { document.forms.logpop.Login.focus(); $('.ui-widget-overlay').bind('click', function(){ $("#genpass").dialog('close');}); }
});
}
function setpass()
{
document.forms.frm.Pass1.value = $("#generated_pass").html();
document.forms.frm.Pass2.value = $("#generated_pass").html();
$('#genpass').dialog('close');
showpass();
}
function changepass(size)
{
var generated = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for( var i=0; i < size; i++ )
generated += possible.charAt(Math.floor(Math.random() * possible.length));
$("#generated_pass").html(generated);
}
</script>
<style>
#generated_pass
{
font: 24px arial;
text-align:center;
}
</style>
<div id="genpass" style="display:none;">
<p>
<label for="amount">Password Length:</label>
<input type="text" id="amount" readonly style="border:0; color:#f6931f; font-weight:bold;" value="12">
</p>
<div id="slider-range-max"></div>
<br /><br />
Here is your generated password. Please write this down.
<br /><br />
<div id="generated_pass"></div>
<br /><br />
<input type="button" value="Set Password" onclick="setpass()" />
<input type="button" value="Cancel" onclick="$('#genpass').dialog('close');" />
</div>
<?php if ($errmsg) { ?>
<span style="color:red;"><?= $errmsg ?></span>
<br />
<?php } ?>
<br clear="all" />
<form name="frm" method="POST">
<div class="table textx">
<div class="row">
<div class="cell">
<?php echo $templatefields["txtusername"]; ?>
</div>
<div class="cell">
<input type="text" name="Login" value="<?= htmlentities($login) ?>" />
</div>
</div>
<div class="row">
<div class="cell">
<?php echo $templatefields["txtemailaddress"]; ?>
</div>
<div class="cell">
<input type="text" name="Email" value="<?= htmlentities($email) ?>" />
</div>
</div>
<div class="row">
<div class="cell">
<?php echo $templatefields["txtpassword"]; ?>
</div>
<div class="cell">
<input name="Pass1" type="password" value="<?= htmlentities($pass1) ?>" />
</div>
<div class="cell">
<input name="generate" type="button" value="Generate Password" onclick="generatepass()" />
</div>
</div>
<div class="row">
<div class="cell">
<?php echo $templatefields["txtconfirmpassword"]; ?>
</div>
<div class="cell">
<input name="Pass2" type="password" value="<?= htmlentities($pass2) ?>" />
</div>
<div class="cell">
<input id="sp" type="button" value="Show Passwords" onclick="showpass()" />
<input id="hp" style="display:none;" type="button" value="Hide Passwords" onclick="hidepass()" />
</div>
</div>
<?php /* Bitwise AND */ ?>
<?php if ($area["Captchas"] & 2) { ?>
<div class="row">
<div class="cell">
<?php echo $templatefields["txtimage"]; ?>
</div>
<div class="cell">
<input name="captcha" autocomplete="off" maxlength="5" style="text-transform:uppercase;" />
</div>
<div class="cell">
<input type="button" value="Refresh Image" onclick="refreshcaptcha('odcaptcha2')" />
</div>
</div>
<div class="row">
<div class="cell">
</div>
<div class="cell">
<img id="odcaptcha2" border="1" width="100" height="46" src="odlogin.php?captcha=<?php echo rand() ?>" />
</div>
</div>
<?php } ?>
<div class="row">
<div class="cell"> </div>
<div class="cell od_login">
<input type="submit" name="Submit" value="<?php echo $templatefields["txtsubmit"]; ?>" />
</div>
</div>
</div>
</form>
<div class="register">
<a href="odlogin.php"><?php echo $templatefields["txtalreadyamember"]; ?></a>
</div>
<?php } ?>
</div>
</div>
</div>
</section>
</div>
</div>
</main>
<!--Footer-->
<?php include "footer.tpl"; ?>