| Server IP : 216.106.184.20 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux asmodeus.in-hell.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64 User : sekoaid1 ( 1891) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sekoaid1/www/wp-content/plugins/cmp-coming-soon-maintenance/ |
Upload File : |
<?php
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
?>
<div class="wrap cmp-coming-soon-maintenance">
<h1></h1>
<div id="icon-users" class="icon32"></div>
<div class="settings-wrap">
<div class="cmp-inputs-wrapper help-settings">
<form action="admin.php?page=cmp-settings" class="wp-upload-form cmp" method="post" enctype="multipart/form-data">
<table class="install">
<tbody>
<tr>
<td>
<h3 style="text-align:left"><?php _e('Install New CMP Theme', 'cmp-coming-soon-maintenance');?></h3>
</td>
</tr>
<tr>
<td>
<?php _e('Select CMP Theme ZIP file to upload','cmp-coming-soon-maintenance');?>:
<input type="file" name="fileToUpload" id="fileToUpload">
<?php wp_nonce_field('save_options','save_options_field'); ?>
<input id="install-theme" type="submit" value="Install Theme" name="submit_theme">
</td>
</tr>
</tbody>
</table>
</form>
</div>
<?php
// get sidebar with "widgets"
if ( file_exists(dirname(__FILE__) . '/cmp-sidebar.php') ) {
require (dirname(__FILE__) . '/cmp-sidebar.php');
} ?>
</div>
</div>