| Server IP : 89.108.64.180 / Your IP : 216.73.217.95 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/imperial28.ru/wp-content/plugins/clone-guard/views/ |
Upload File : |
<div class="cgss-settings-page" id="<?php echo $action; ?>_page">
<div class="cgss-head">
<div class="cgss-head-inside">
<img class="cgss-head-logo" src="<?php echo esc_url( plugins_url( '../img/clone-guard-icon.png', __FILE__ ) ); ?>" alt="Logo" />
<span class="cgss-head-text">
<h1 class="cgss-head-title"><?php echo esc_html($title); ?></h1>
<span class="cgss-head-subtitle">By <a href="https://www.clone-systems.com/" target="_blank">Clone Systems, Inc.</a></span>
</span>
</div>
</div>
<h1 class="cgss-title">Settings</h1>
<?php if(isset($_GET['msg']) && $_GET['msg'] == 'success'): ?>
<div id="ajax_message" class="notice notice-success"><p>All updated.</p></div>
<?php elseif(isset($_GET['msg']) && $_GET['msg'] == 'access'): ?>
<div id="ajax_message" class="notice notice-error"><p>Please enter valid values for the items below. If you have entered valid values, please check the status of the CloneGuard server for maintenance.</p></div>
<?php else: ?>
<div id="ajax_message"></div>
<?php endif; ?>
<div class="cgss_main">
<div class="main-inside">
<div class="cgss-purchase">
<h2 class="cgss-purchase-title">Step 1: Purchase a License to Secure Your Site</h2>
<ul class="cgss-purchase-list">
<li class="cgss-purchase-list-item">PCI ASV Compliant Scanning</li>
<li class="cgss-purchase-list-item">Certified ASV Reports</li>
<li class="cgss-purchase-list-item">Online SAQ v3.2 Wizard</li>
<li class="cgss-purchase-list-item">Nothing to install</li>
<li class="cgss-purchase-list-item">24/7 email support</li>
<li class="cgss-purchase-list-item">IPv4, and IPv6</li>
</ul>
<a class="cgss-purchase-link" href="https://www.clone-systems.com/purchase-pci-compliance-scanning/" target="_blank">Purchase a License</a>
</div>
<div class="cgss-settings-token">
<h2 class="cgss-settings-token-title">Step 2: Gather your Token & Key</h2>
<img class="cgss-settings-token-img" src="<?php echo esc_url( plugins_url( '../img/settings-step-2.png', __FILE__ ) ); ?>" alt="Logo" />
</div>
<form class="cgss-settings-form ajax_form" action="admin-ajax.php" method="post">
<h2 class="cgss-settings-form-title">Step 3: Input Token & Key below</h2>
<?php wp_nonce_field( $action ); ?>
<input name="action" type="hidden" value="<?php echo $action; ?>" />
<table class="form-table">
<tbody>
<tr class="form-field">
<th scope="row"><label>Portal URL:</label></th>
<td>
<input class="settings-form-input" type="text" name="portal_url" value="<?php echo esc_attr($portal_url); ?>" placeholder="">
<p class="description">You can set the URL of your portal.</p>
</td>
</tr>
<tr class="form-field">
<th scope="row"><label>User Token:</label></th>
<td>
<input class="settings-form-input settings-input-password" type="password" name="user_token" value="<?php echo esc_attr($user_token); ?>" placeholder="">
<p class="description">You can find your User Token in your account.</p>
</td>
</tr>
<tr class="form-field">
<th scope="row"><label>Key:</label></th>
<td>
<input class="settings-form-input settings-input-password" type="password" name="api_key" value="<?php echo esc_attr($api_key); ?>" placeholder="">
<p class="description">You can find your Key in your account.</p>
</td>
</tr>
</tbody>
</table>
<p class="submit">
<input id="submit-btn" type="submit" class="button button-primary" value="Submit">
<span class="spinner"></span>
</p>
</form>
</div>
</div>
</div>