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


Viewing file:     493a079f056e5571d71c4728f06f8b3791f7330bde8ba47e22d76be2943a0f89.php (5.37 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/variables/variable_row.twig */
class __TwigTemplate_02f0bef6bc989587830b5b29e2fcd43f2bdfba07571c6340067100ba6d281351 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 "<tr class=\"var-row ";
        echo 
twig_escape_filter($this->env, ($context["row_class"] ?? null), "html"nulltrue);
        echo 
"\" data-filter-row=\"";
        echo 
twig_escape_filter($this->envtwig_upper_filter($this->env, ($context["name"] ?? null)), "html"nulltrue);
        echo 
"\">
    <td class=\"var-action\">
    "
;
        
// line 3
        
if (($context["editable"] ?? null)) {
            
// line 4
            
echo "        <a href=\"#\" data-variable=\"";
            echo 
twig_escape_filter($this->env, ($context["name"] ?? null), "html"nulltrue);
            echo 
"\" class=\"editLink\">";
            echo 
PhpMyAdmin\Util::getIcon("b_edit"_gettext("Edit"));
            echo 
"</a>
    "
;
        } else {
            
// line 6
            
echo "        <span title=\"";
            echo 
_gettext("This is a read-only variable and can not be edited");
            echo 
"\" class=\"read_only_var\">
            "
;
            
// line 7
            
echo PhpMyAdmin\Util::getIcon("bd_edit"_gettext("Edit"));
            echo 
"
        </span>
    "
;
        }
        
// line 10
        
echo "    </td>
    <td class=\"var-name\">
    "
;
        
// line 12
        
if ((($context["doc_link"] ?? null) != null)) {
            
// line 13
            
echo "        <span title=\"";
            echo 
twig_escape_filter($this->envtwig_replace_filter(($context["name"] ?? null), ["_" => " "]), "html"nulltrue);
            echo 
"\">
            "
;
            
// line 14
            
echo PhpMyAdmin\Util::showMySQLDocu((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["doc_link"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[1] ?? null) : null), false, (((($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["doc_link"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[2] ?? null) : null) . "_") . (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["doc_link"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[0] ?? null) : null)), true);
            echo 
"
            "
;
            
// line 15
            
echo twig_replace_filter(twig_escape_filter($this->env, ($context["name"] ?? null)), ["_" => "&nbsp;"]);
            echo 
"
            </a>
        </span>
    "
;
        } else {
            
// line 19
            
echo "        ";
            echo 
twig_escape_filter($this->envtwig_replace_filter(($context["name"] ?? null), ["_" => " "]), "html"nulltrue);
            echo 
"
    "
;
        }
        
// line 21
        
echo "    </td>
    <td class=\"var-value value"
;
        
// line 22
        
echo ((($context["is_superuser"] ?? null)) ? (" editable") : (""));
        echo 
"\">
    "
;
        
// line 23
        
if ((($context["is_html_formatted"] ?? null) == false)) {
            
// line 24
            
echo "        ";
            echo 
twig_replace_filter(twig_escape_filter($this->env, ($context["value"] ?? null)), ["," => ",&#8203;"]);
            echo 
"
    "
;
        } else {
            
// line 26
            
echo "        ";
            echo (
$context["value"] ?? null);
            echo 
"
    "
;
        }
        
// line 28
        
echo "    </td>
</tr>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"server/variables/variable_row.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
115 => 28,  109 => 26,  103 => 24,  101 => 23,  97 => 22,  94 => 21,  88 => 19,  81 => 15,  77 => 14,  72 => 13,  70 => 12,  66 => 10,  60 => 7,  55 => 6,  47 => 4,  45 => 3,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""server/variables/variable_row.twig""/usr/share/phpmyadmin/templates/server/variables/variable_row.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.005 ]--