!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/70/   drwxr-xr-x
Free 13.06 GB of 57.97 GB (22.54%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     70b203f0e99ad31da8bec607ca31c0644dfe8adef85529d3cf24bc3a9348ac26.php (10.96 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;

/* columns_definitions/table_fields_definitions.twig */
class __TwigTemplate_aa7c6e7b90f82e27b317bf5a2610c765eb589347013d8ea24c8802b1258c0189 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 "<div class=\"responsivetable\">
<table id=\"table_columns\" class=\"noclick\">
    <caption class=\"tblHeaders\">
        "
;
        
// line 4
        
echo _gettext("Structure");
        
// line 5
        
echo "        ";
        echo 
PhpMyAdmin\Util::showMySQLDocu("CREATE_TABLE");
        echo 
"
    </caption>
    <tr>
        <th>
            "
;
        
// line 9
        
echo _gettext("Name");
        
// line 10
        
echo "        </th>
        <th>
            "
;
        
// line 12
        
echo _gettext("Type");
        
// line 13
        
echo "            ";
        echo 
PhpMyAdmin\Util::showMySQLDocu("data-types");
        echo 
"
        </th>
        <th>
            "
;
        
// line 16
        
echo _gettext("Length/Values");
        
// line 17
        
echo "            ";
        echo 
PhpMyAdmin\Util::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'…<br />If you ever need to put a backslash (\"\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
        echo 
"
        </th>
        <th>
            "
;
        
// line 20
        
echo _gettext("Default");
        
// line 21
        
echo "            ";
        echo 
PhpMyAdmin\Util::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a"));
        echo 
"
        </th>
        <th>
            "
;
        
// line 24
        
echo _gettext("Collation");
        
// line 25
        
echo "        </th>
        <th>
            "
;
        
// line 27
        
echo _gettext("Attributes");
        
// line 28
        
echo "        </th>
        <th>
            "
;
        
// line 30
        
echo _gettext("Null");
        
// line 31
        
echo "        </th>

        "
;
        
// line 34
        
echo "        ";
        if (((isset(
$context["change_column"]) || array_key_exists("change_column"$context)) &&  !twig_test_empty(($context["change_column"] ?? null)))) {
            
// line 35
            
echo "            <th>
                "
;
            
// line 36
            
echo _gettext("Adjust privileges");
            
// line 37
            
echo "                ";
            echo 
PhpMyAdmin\Util::showDocu("faq""faq6-39");
            echo 
"
            </th>
        "
;
        }
        
// line 40
        
echo "
        "
;
        
// line 44
        
echo "        ";
        if ( !(
$context["is_backup"] ?? null)) {
            
// line 45
            
echo "            <th>
                "
;
            
// line 46
            
echo _gettext("Index");
            
// line 47
            
echo "            </th>
        "
;
        }
        
// line 49
        
echo "
        <th>
            <abbr title=\"AUTO_INCREMENT\">A_I</abbr>
        </th>
        <th>
            "
;
        
// line 54
        
echo _gettext("Comments");
        
// line 55
        
echo "        </th>

        "
;
        
// line 57
        
if (($context["is_virtual_columns_supported"] ?? null)) {
            
// line 58
            
echo "            <th>
                "
;
            
// line 59
            
echo _gettext("Virtuality");
            
// line 60
            
echo "            </th>
        "
;
        }
        
// line 62
        
echo "
        "
;
        
// line 63
        
if ((isset($context["fields_meta"]) || array_key_exists("fields_meta"$context))) {
            
// line 64
            
echo "            <th>
                "
;
            
// line 65
            
echo _gettext("Move column");
            
// line 66
            
echo "            </th>
        "
;
        }
        
// line 68
        
echo "
        "
;
        
// line 69
        
if ((($context["mimework"] ?? null) && ($context["browse_mime"] ?? null))) {
            
// line 70
            
echo "            <th>
                "
;
            
// line 71
            
echo _gettext("MIME type");
            
// line 72
            
echo "            </th>
            <th>
                <a href=\"transformation_overview.php"
;
            
// line 75
            
echo PhpMyAdmin\Url::getCommon();
            echo 
"#transformation\" title=\"";
            
// line 76
            
echo _gettext("List of available transformations and their options");
            
// line 77
            
echo "\" target=\"_blank\">
                    "
;
            
// line 78
            
echo _gettext("Browser display transformation");
            
// line 79
            
echo "                </a>
            </th>
            <th>
                "
;
            
// line 82
            
echo _gettext("Browser display transformation options");
            
// line 83
            
echo "                ";
            echo 
PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…<br />If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
            echo 
"
            </th>
            <th>
                <a href=\"transformation_overview.php"
;
            
// line 86
            
echo PhpMyAdmin\Url::getCommon();
            echo 
"#input_transformation\"
                   title=\""
;
            
// line 87
            
echo _gettext("List of available transformations and their options");
            echo 
"\"
                   target=\"_blank\">
                    "
;
            
// line 89
            
echo _gettext("Input transformation");
            
// line 90
            
echo "                </a>
            </th>
            <th>
                "
;
            
// line 93
            
echo _gettext("Input transformation options");
            
// line 94
            
echo "                ";
            echo 
PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…<br />If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
            echo 
"
            </th>
        "
;
        }
        
// line 97
        
echo "    </tr>
    "
;
        
// line 98
        
$context["options"] = ["" => """VIRTUAL" => "VIRTUAL"];
        
// line 99
        
echo "    ";
        if (((
$context["server_type"] ?? null) == "MariaDB")) {
            
// line 100
            
echo "        ";
            
$context["options"] = twig_array_merge(($context["options"] ?? null), ["PERSISTENT" => "PERSISTENT"]);
            
// line 101
            
echo "        ";
            
$context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]);
            
// line 102
            
echo "    ";
        } else {
            
// line 103
            
echo "        ";
            
$context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]);
            
// line 104
            
echo "    ";
        }
        
// line 105
        
echo "    ";
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["content_cells"] ?? null));
        foreach (
$context['_seq'] as $context["_key"] => $context["content_row"]) {
            
// line 106
            
echo "        <tr>
            "
;
            
// line 107
            
$this->loadTemplate("columns_definitions/column_attributes.twig""columns_definitions/table_fields_definitions.twig"107)->display(twig_to_array(twig_array_merge($context["content_row"], ["options" =>             // line 108
($context["options"] ?? null), "change_column" =>             // line 109
($context["change_column"] ?? null), "is_virtual_columns_supported" =>             // line 110
($context["is_virtual_columns_supported"] ?? null), "browse_mime" =>             // line 111
($context["browse_mime"] ?? null), "max_rows" =>             // line 112
($context["max_rows"] ?? null), "char_editing" =>             // line 113
($context["char_editing"] ?? null), "attribute_types" =>             // line 114
($context["attribute_types"] ?? null), "privs_available" =>             // line 115
($context["privs_available"] ?? null), "max_length" =>             // line 116
($context["max_length"] ?? null), "dbi" =>             // line 117
($context["dbi"] ?? null), "disable_is" =>             // line 118
($context["disable_is"] ?? null)])));
            
// line 120
            
echo "        </tr>
    "
;
        }
        
$_parent $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['content_row'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 122
        
echo "</table>
</div>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"columns_definitions/table_fields_definitions.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
285 => 122,  278 => 120,  276 => 118,  275 => 117,  274 => 116,  273 => 115,  272 => 114,  271 => 113,  270 => 112,  269 => 111,  268 => 110,  267 => 109,  266 => 108,  265 => 107,  262 => 106,  257 => 105,  254 => 104,  251 => 103,  248 => 102,  245 => 101,  242 => 100,  239 => 99,  237 => 98,  234 => 97,  227 => 94,  225 => 93,  220 => 90,  218 => 89,  213 => 87,  209 => 86,  202 => 83,  200 => 82,  195 => 79,  193 => 78,  190 => 77,  188 => 76,  185 => 75,  181 => 72,  179 => 71,  176 => 70,  174 => 69,  171 => 68,  167 => 66,  165 => 65,  162 => 64,  160 => 63,  157 => 62,  153 => 60,  151 => 59,  148 => 58,  146 => 57,  142 => 55,  140 => 54,  133 => 49,  129 => 47,  127 => 46,  124 => 45,  121 => 44,  118 => 40,  111 => 37,  109 => 36,  106 => 35,  103 => 34,  99 => 31,  97 => 30,  93 => 28,  91 => 27,  87 => 25,  85 => 24,  78 => 21,  76 => 20,  69 => 17,  67 => 16,  60 => 13,  58 => 12,  54 => 10,  52 => 9,  44 => 5,  42 => 4,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""columns_definitions/table_fields_definitions.twig""/usr/share/phpmyadmin/templates/columns_definitions/table_fields_definitions.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.039 ]--