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


Viewing file:     6449d71c6a4c169f62260bd72126ff6c4fda80a87a74197e4e7f82e61e4fc3ec.php (8.74 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;

/* database/structure/table_header.twig */
class __TwigTemplate_8b7528fc394018844c3126cb629fcb0ad167a4e048c41ff00058e2c8deda9f28 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 "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
"
;
        
// line 2
        
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
        echo 
"
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
    <thead>
        <tr>
            <th class=\"print_ignore\"></th>
            <th>"
;
        
// line 8
        
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
        echo 
"</th>
            "
;
        
// line 9
        
if (($context["replication"] ?? null)) {
            
// line 10
            
echo "                <th>";
            echo 
_gettext("Replication");
            echo 
"</th>
            "
;
        }
        
// line 12
        
echo "
            "
;
        
// line 13
        
if (($context["db_is_system_schema"] ?? null)) {
            
// line 14
            
echo "                ";
            
$context["action_colspan"] = 3;
            
// line 15
            
echo "            ";
        } else {
            
// line 16
            
echo "                ";
            
$context["action_colspan"] = 6;
            
// line 17
            
echo "            ";
        }
        
// line 18
        
echo "            ";
        if (((
$context["num_favorite_tables"] ?? null) > 0)) {
            
// line 19
            
echo "                ";
            
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
            
// line 20
            
echo "            ";
        }
        
// line 21
        
echo "            <th colspan=\"";
        echo 
twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html"nulltrue);
        echo 
"\" class=\"print_ignore\">
                "
;
        
// line 22
        
echo _gettext("Action");
        
// line 23
        
echo "            </th>
            "
;
        
// line 25
        
echo "            <th>
                "
;
        
// line 26
        
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records""DESC");
        echo 
"
                "
;
        
// line 27
        
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
        
// line 29
        
echo "
            </th>
            "
;
        
// line 31
        
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
            
// line 32
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
            echo 
"</th>
                <th>"
;
            
// line 33
            
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
            echo 
"</th>
            "
;
        }
        
// line 35
        
echo "
            "
;
        
// line 36
        
if (($context["is_show_stats"] ?? null)) {
            
// line 37
            
echo "                ";
            
// line 38
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size""DESC");
            echo 
"</th>
                "
;
            
// line 40
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead""DESC");
            echo 
"</th>
            "
;
        }
        
// line 42
        
echo "
            "
;
        
// line 43
        
if (($context["show_charset"] ?? null)) {
            
// line 44
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
            echo 
"</th>
            "
;
        }
        
// line 46
        
echo "
            "
;
        
// line 47
        
if (($context["show_comment"] ?? null)) {
            
// line 48
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
            echo 
"</th>
            "
;
        }
        
// line 50
        
echo "
            "
;
        
// line 51
        
if (($context["show_creation"] ?? null)) {
            
// line 52
            
echo "                ";
            
// line 53
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation""DESC");
            echo 
"</th>
            "
;
        }
        
// line 55
        
echo "
            "
;
        
// line 56
        
if (($context["show_last_update"] ?? null)) {
            
// line 57
            
echo "                ";
            
// line 58
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update""DESC");
            echo 
"</th>
            "
;
        }
        
// line 60
        
echo "
            "
;
        
// line 61
        
if (($context["show_last_check"] ?? null)) {
            
// line 62
            
echo "                ";
            
// line 63
            
echo "                <th>";
            echo 
PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check""DESC");
            echo 
"</th>
            "
;
        }
        
// line 65
        
echo "        </tr>
    </thead>
    <tbody>
    "
;
        
// line 68
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
        foreach (
$context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
            
// line 69
            
echo "        ";
            
$this->loadTemplate("database/structure/structure_table_row.twig""database/structure/table_header.twig"69)->display(twig_to_array($context["structure_table_row"]));
            
// line 70
            
echo "    ";
        }
        
$_parent $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 71
        
echo "    </tbody>
    "
;
        
// line 72
        
if (($context["body_for_table_summary"] ?? null)) {
            
// line 73
            
echo "        ";
            
$this->loadTemplate("database/structure/body_for_table_summary.twig""database/structure/table_header.twig"73)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
            
// line 74
            
echo "    ";
        }
        
// line 75
        
echo "</table>
</div>
"
;
        
// line 77
        
if (($context["check_all_tables"] ?? null)) {
            
// line 78
            
echo "    ";
            
$this->loadTemplate("database/structure/check_all_tables.twig""database/structure/table_header.twig"78)->display(twig_to_array(($context["check_all_tables"] ?? null)));
        }
        
// line 80
        
echo "</form>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"database/structure/table_header.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
240 => 80,  236 => 78,  234 => 77,  230 => 75,  227 => 74,  224 => 73,  222 => 72,  219 => 71,  213 => 70,  210 => 69,  206 => 68,  201 => 65,  195 => 63,  193 => 62,  191 => 61,  188 => 60,  182 => 58,  180 => 57,  178 => 56,  175 => 55,  169 => 53,  167 => 52,  165 => 51,  162 => 50,  156 => 48,  154 => 47,  151 => 46,  145 => 44,  143 => 43,  140 => 42,  134 => 40,  129 => 38,  127 => 37,  125 => 36,  122 => 35,  117 => 33,  112 => 32,  110 => 31,  106 => 29,  104 => 27,  100 => 26,  97 => 25,  94 => 23,  92 => 22,  87 => 21,  84 => 20,  81 => 19,  78 => 18,  75 => 17,  72 => 16,  69 => 15,  66 => 14,  64 => 13,  61 => 12,  55 => 10,  53 => 9,  49 => 8,  40 => 2,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""database/structure/table_header.twig""/usr/share/phpmyadmin/templates/database/structure/table_header.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.0055 ]--