| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388321/root/proc/2388322/cwd/unprotected/zcom_login/ |
Upload File : |
[%
IF action == 'setquestions';
SET warning = locale.maketext('You have not set up security questions for your account.')
_ " " _ locale.maketext('Please take a moment to set up your security questions.');
ELSIF action == 'challenge';
SET warning = locale.maketext('You appear to be logging in from an unknown location.')
_ " " _ locale.maketext('Please verify your identity by answering the following security questions:');
END;
SET body_class = '';
IF (app_name == 'whostmgrd') || (CPANEL.appname == 'whostmgrd');
SET app = 'WHM';
SET body_class = 'whm';
ELSIF (app_name == 'cpaneld') || (CPANEL.appname == 'cpaneld');
SET app = 'cPanel';
SET body_class = 'cp';
ELSE;
SET app = 'Webmail';
SET body_class = 'wm';
END;
SET title = locale.maketext('[_1] Login Security',app);
SET app_images = {
'whostmgrd' => 'whm-white.png',
'webmaild' => 'webmail.png',
'cpaneld' => 'cpanel-logo.png',
};
SET app_image = app_images.$app_name || app_images.cpaneld;
SET app_image = MagicRevision(get_theme_url("images/$app_image"));
-%]
<!DOCTYPE html>
<html dir="[% locale.get_html_dir_attr() %]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- EXTERNAL CSS -->
<link href="[% MagicRevision(get_theme_url('fonts/open_sans/open_sans.min.css')) FILTER html %]" rel="stylesheet" type="text/css" />
<link href="[% MagicRevision(get_theme_url('style_v2_optimized.css')) FILTER html %]" rel="stylesheet" type="text/css" />
<title>[% title %]</title>
</head>
<body class="yui-skin-sam security_policy [% body_class %]">
<div class="login-page">
<div class="login-content">
<div class="login-center-answer">
<div id="login-wrapper">
[% IF warning -%]
<div id="login-status" class="warn-notice">
<div class="message-detail">
<div id="login-status-icon-container"><span class="login-status-icon"></span></div>
<div id="login-status-message">[% warning %]</div>
</div>
</div>
[% END -%]
<div id="content-container">
<div id="security-container">
<div id="security-sub-container">
<div id="login-sub-header">
<img src="[% app_image %]" alt="logo" />
</div>
<div id="security-sub">
<div class="login-rt">
<div class="form">