!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/lib/phpmyadmin/tmp/twig/27/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     27f0b731d564c30ccfb1034d45bcb7f0269ba76770e0afceeea7977d3c4e5bbd.php (4.8 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

use Twig\Environment;
use 
Twig\Error\LoaderError;
use 
Twig\Error\RuntimeError;
use 
Twig\Extension\SandboxExtension;
use 
Twig\Markup;
use 
Twig\Sandbox\SecurityError;
use 
Twig\Sandbox\SecurityNotAllowedTagError;
use 
Twig\Sandbox\SecurityNotAllowedFilterError;
use 
Twig\Sandbox\SecurityNotAllowedFunctionError;
use 
Twig\Source;
use 
Twig\Template;

/* server/databases/create.twig */
class __TwigTemplate_8990e8fe36158cb69382fe428c7f0ef6b550a824a08a83ed484ccf8d57110fcf extends \Twig\Template
{
    private 
$source;
    private 
$macros = [];

    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->source $this->getSourceContext();

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
$macros $this->macros;
        
// line 1
        
echo "<ul>
    <li id=\"li_create_database\" class=\"no_bullets\">
        "
;
        
// line 3
        
if (($context["is_create_db_priv"] ?? null)) {
            
// line 4
            
echo "            <form method=\"post\" action=\"server_databases.php\" id=\"create_database_form\" class=\"ajax\">
                <p><strong>
                    <label for=\"text_create_db\">
                        "
;
            
// line 7
            
echo PhpMyAdmin\Util::getImage("b_newdb");
            echo 
"
                        "
;
            
// line 8
            
echo _gettext("Create database");
            
// line 9
            
echo "                    </label>
                    "
;
            
// line 10
            
echo PhpMyAdmin\Util::showMySQLDocu("CREATE_DATABASE");
            echo 
"
                </strong></p>

                "
;
            
// line 13
            
echo PhpMyAdmin\Url::getHiddenInputs(""""5);
            echo 
"
                <input type=\"hidden\" name=\"reload\" value=\"1\" />
                "
;
            
// line 15
            
if ( !twig_test_empty(($context["dbstats"] ?? null))) {
                
// line 16
                
echo "                    <input type=\"hidden\" name=\"dbstats\" value=\"1\" />
                "
;
            }
            
// line 18
            
echo "
                <input type=\"text\" name=\"new_db\" value=\""
;
            
// line 19
            
echo twig_escape_filter($this->env, ($context["db_to_create"] ?? null), "html"nulltrue);
            echo 
"\"
                    maxlength=\"64\" class=\"textfield\" id=\"text_create_db\" required
                    placeholder=\""
;
            
// line 21
            
echo _gettext("Database name");
            echo 
"\" />
                "
;
            
// line 22
            
echo PhpMyAdmin\Charsets::getCollationDropdownBox(            // line 23
($context["dbi"] ?? null),             // line 24
($context["disable_is"] ?? null), "db_collation"null,             // line 27
($context["server_collation"] ?? null), true);
            
// line 29
            
echo "
                <input type=\"submit\" value=\""
;
            
// line 30
            
echo _gettext("Create");
            echo 
"\" id=\"buttonGo\" />
            </form>
        "
;
        } else {
            
// line 33
            
echo "            ";
            
// line 34
            
echo "            <p><strong>
                "
;
            
// line 35
            
echo PhpMyAdmin\Util::getImage("b_newdb");
            echo 
"
                "
;
            
// line 36
            
echo _gettext("Create database");
            
// line 37
            
echo "                ";
            echo 
PhpMyAdmin\Util::showMySQLDocu("CREATE_DATABASE");
            echo 
"
            </strong></p>

            <span class=\"noPrivileges\">
                "
;
            
// line 41
            
echo PhpMyAdmin\Util::getImage("s_error""", ["hspace" => 2"border" => 0"align" => "middle"]);
            
// line 45
            
echo "
                "
;
            
// line 46
            
echo _gettext("No Privileges");
            
// line 47
            
echo "            </span>
        "
;
        }
        
// line 49
        
echo "    </li>
</ul>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"server/databases/create.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
130 => 49,  126 => 47,  124 => 46,  121 => 45,  119 => 41,  111 => 37,  109 => 36,  105 => 35,  102 => 34,  100 => 33,  94 => 30,  91 => 29,  89 => 27,  88 => 24,  87 => 23,  86 => 22,  82 => 21,  77 => 19,  74 => 18,  70 => 16,  68 => 15,  63 => 13,  57 => 10,  54 => 9,  52 => 8,  48 => 7,  43 => 4,  41 => 3,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""server/databases/create.twig""/usr/share/phpmyadmin/templates/server/databases/create.twig");
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0056 ]--