!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.3.29 

uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
x86_64
 

 

Safe-mode: OFF (not secure)

/home/memoriacel/tmp/pma_template_compiles_memoriacel/twig/a4/   drwxr-xr-x
Free 987.43 GB of 1859.98 GB (53.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     a49a944225d69636e60c581e17aaceefffebe40aeb5931afd4aaa3da6a0039b9.php (11.32 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\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/body_for_table_summary.twig */
class __TwigTemplate_b8ce9a26137a2098ace56109b73fcfc8727996ee2cd1f72d9144e7275c150c76 extends \Twig\Template
{
    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
echo "<tbody id=\"tbl_summary_row\">
<tr>
    <th class=\"print_ignore\"></th>
    <th class=\"tbl_num nowrap\">
        "
;
        
// line 5
        
ob_start(function () { return ''; });
        
// line 6
        
echo _ngettext("%s table""%s tables"abs(($context["num_tables"] ?? null)));
        
$context["num_tables_trans"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
        
// line 8
        
echo "        ";
        echo 
twig_escape_filter($this->envsprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html"nulltrue);
        echo 
"
    </th>
    "
;
        
// line 10
        
if (($context["server_slave_status"] ?? null)) {
            
// line 11
            
echo "        <th>";
            echo 
_gettext("Replication");
            echo 
"</th>
    "
;
        }
        
// line 13
        
echo "    ";
        
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
        
// line 14
        
echo "    ";
        if (((
$context["num_favorite_tables"] ?? null) == 0)) {
            
// line 15
            
echo "        ";
            
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
            
// line 16
            
echo "    ";
        }
        
// line 17
        
echo "    <th colspan=\"";
        echo 
twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html"nulltrue);
        echo 
"\" class=\"print_ignore\">";
        echo 
_gettext("Sum");
        echo 
"</th>
    "
;
        
// line 18
        
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
        
// line 19
        
echo "    ";
        
// line 20
        
echo "    ";
        
$context["row_sum_url"] = [];
        
// line 21
        
echo "    ";
        if ((isset(
$context["approx_rows"]) || array_key_exists("approx_rows"$context))) {
            
// line 22
            
echo "        ";
            
$context["row_sum_url"] = ["ajax_request" => true"db" =>             // line 24
($context["db"] ?? null), "real_row_count" => "true""real_row_count_all" => "true"];
            
// line 28
            
echo "    ";
        }
        
// line 29
        
echo "    ";
        if ((
$context["approx_rows"] ?? null)) {
            
// line 30
            
echo "        ";
            
ob_start(function () { return ''; });
            
// line 31
            
echo "<a href=\"db_structure.php";
            
// line 32
            
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
            echo 
"\" class=\"ajax row_count_sum\">~";
            
// line 33
            
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html"nulltrue);
            
// line 34
            
echo "</a>";
            
$context["cell_text"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
            
// line 36
            
echo "    ";
        } else {
            
// line 37
            
echo "        ";
            
$context["cell_text"] = ($context["row_count_sum"] ?? null);
            
// line 38
            
echo "    ";
        }
        
// line 39
        
echo "    <th class=\"value tbl_rows\">";
        echo 
twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html"nulltrue);
        echo 
"</th>
    "
;
        
// line 40
        
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
            
// line 41
            
echo "        ";
            
// line 42
            
echo "        ";
            
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [=> "SELECT @@storage_engine;"], "method");
            
// line 43
            
echo "        ";
            if (
twig_test_empty(($context["default_engine"] ?? null))) {
                
// line 44
                
echo "            ";
                
// line 45
                
echo "            ";
                
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [=> "SELECT @@default_storage_engine;"], "method");
                
// line 46
                
echo "        ";
            }
            
// line 47
            
echo "        <th class=\"center\">
            <dfn title=\""
;
            
// line 48
            
echo twig_escape_filter($this->envsprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html"nulltrue);
            echo 
"\">
                "
;
            
// line 49
            
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html"nulltrue);
            echo 
"
            </dfn>
        </th>
        <th>
            "
;
            
// line 53
            
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
                
// line 54
                
echo "                <dfn title=\"";
                echo 
twig_escape_filter($this->envPhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html"nulltrue);
                echo 
" (";
                echo 
_gettext("Default");
                echo 
")\">
                    "
;
                
// line 55
                
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html"nulltrue);
                echo 
"
                </dfn>
            "
;
            }
            
// line 58
            
echo "        </th>
    "
;
        }
        
// line 60
        
echo "
    "
;
        
// line 61
        
if (($context["is_show_stats"] ?? null)) {
            
// line 62
            
echo "        ";
            
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 31);
            
// line 63
            
echo "        ";
            
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array");
            
// line 64
            
echo "        ";
            
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array");
            
// line 65
            
echo "        <th class=\"value tbl_size\">";
            echo 
twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html"nulltrue);
            echo 
" ";
            echo 
twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html"nulltrue);
            echo 
"</th>

        "
;
            
// line 67
            
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 31);
            
// line 68
            
echo "        ";
            
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array");
            
// line 69
            
echo "        ";
            
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array");
            
// line 70
            
echo "        <th class=\"value tbl_overhead\">";
            echo 
twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html"nulltrue);
            echo 
" ";
            echo 
twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html"nulltrue);
            echo 
"</th>
    "
;
        }
        
// line 72
        
echo "
    "
;
        
// line 73
        
if (($context["show_charset"] ?? null)) {
            
// line 74
            
echo "        <th>";
            echo 
twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html"nulltrue);
            echo 
"</th>
    "
;
        }
        
// line 76
        
echo "    ";
        if ((
$context["show_comment"] ?? null)) {
            
// line 77
            
echo "        <th></th>
    "
;
        }
        
// line 79
        
echo "    ";
        if ((
$context["show_creation"] ?? null)) {
            
// line 80
            
echo "        <th class=\"value tbl_creation\">
            "
;
            
// line 81
            
((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html"nulltrue))) : (print ("-")));
            echo 
"
        </th>
    "
;
        }
        
// line 84
        
echo "    ";
        if ((
$context["show_last_update"] ?? null)) {
            
// line 85
            
echo "        <th class=\"value tbl_last_update\">
            "
;
            
// line 86
            
((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html"nulltrue))) : (print ("-")));
            echo 
"
        </th>
    "
;
        }
        
// line 89
        
echo "    ";
        if ((
$context["show_last_check"] ?? null)) {
            
// line 90
            
echo "        <th class=\"value tbl_last_check\">
            "
;
            
// line 91
            
((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html"nulltrue))) : (print ("-")));
            echo 
"
        </th>
    "
;
        }
        
// line 94
        
echo "</tr>
</tbody>
"
;
    }

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

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
264 => 94,  258 => 91,  255 => 90,  252 => 89,  246 => 86,  243 => 85,  240 => 84,  234 => 81,  231 => 80,  228 => 79,  224 => 77,  221 => 76,  215 => 74,  213 => 73,  210 => 72,  202 => 70,  199 => 69,  196 => 68,  194 => 67,  186 => 65,  183 => 64,  180 => 63,  177 => 62,  175 => 61,  172 => 60,  168 => 58,  162 => 55,  155 => 54,  153 => 53,  146 => 49,  142 => 48,  139 => 47,  136 => 46,  133 => 45,  131 => 44,  128 => 43,  125 => 42,  123 => 41,  121 => 40,  116 => 39,  113 => 38,  110 => 37,  107 => 36,  104 => 34,  102 => 33,  99 => 32,  97 => 31,  94 => 30,  91 => 29,  88 => 28,  86 => 24,  84 => 22,  81 => 21,  78 => 20,  76 => 19,  74 => 18,  67 => 17,  64 => 16,  61 => 15,  58 => 14,  55 => 13,  49 => 11,  47 => 10,  41 => 8,  38 => 6,  36 => 5,  30 => 1,);
    }

    
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    
public function getSource()
    {
        @
trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.'E_USER_DEPRECATED);

        return 
$this->getSourceContext()->getCode();
    }

    public function 
getSourceContext()
    {
        return new 
Source("""database/structure/body_for_table_summary.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0108 ]--