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


Viewing file:     c45500e79c1995d2e9da832ac7c11604517195df4ffbed9826fa0625733b35aa.php (5.23 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/column_virtuality.twig */
class __TwigTemplate_5b489bd60634e4f3ebf0913b4c99b838ce83b87340d81073e864767de52e2f7e 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 "<select name=\"field_virtuality[";
        echo 
twig_escape_filter($this->env, ($context["column_number"] ?? null), "html"nulltrue);
        echo 
"]\"
    id=\"field_"
;
        
// line 2
        
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html"nulltrue);
        echo 
"_";
        echo 
twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html"nulltrue);
        echo 
"\"
    class=\"virtuality\">
    "
;
        
// line 4
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["options"] ?? null));
        foreach (
$context['_seq'] as $context["key"] => $context["value"]) {
            
// line 5
            
echo "        <option value=\"";
            echo 
twig_escape_filter($this->env$context["key"], "html"nulltrue);
            echo 
"\"";
            
// line 6
            
if (((twig_get_attribute($this->env$this->source, ($context["column_meta"] ?? null), "Extra", [], "array"truetruefalse6) && (            // line 7
$context["key"] != "")) && (strpos((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 =             // line 8
($context["column_meta"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["Extra"] ?? null) : null), $context["key"]) === 0))) {
                
// line 9
                
echo "                selected=\"selected\"";
            }
            
// line 10
            
echo ">
            "
;
            
// line 11
            
echo twig_escape_filter($this->env$context["value"], "html"nulltrue);
            echo 
"
        </option>
    "
;
        }
        
$_parent $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 14
        
echo "</select>

"
;
        
// line 16
        
if ((($context["char_editing"] ?? null) == "textarea")) {
            
// line 17
            
echo "    ";
            
ob_start(function () { return ''; });
            
// line 18
            
echo "    <textarea name=\"field_expression[";
            echo 
twig_escape_filter($this->env, ($context["column_number"] ?? null), "html"nulltrue);
            echo 
"]\"
        cols=\"15\"
        class=\"textfield expression\">
        "
;
            
// line 21
            
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html"nulltrue);
            echo 
"
    </textarea>
    "
;
            
$___internal_c48f410f880491d5acc0fed7bb8d64a02caa0752b64437fbc829ef0b4c803c9f_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
            
// line 17
            
echo twig_spaceless($___internal_c48f410f880491d5acc0fed7bb8d64a02caa0752b64437fbc829ef0b4c803c9f_);
        } else {
            
// line 25
            
echo "    <input type=\"text\"
        name=\"field_expression["
;
            
// line 26
            
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html"nulltrue);
            echo 
"]\"
        size=\"12\"
        value=\""
;
            
// line 28
            
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html"nulltrue);
            echo 
"\"
        placeholder=\""
;
            
// line 29
            
echo _gettext("Expression");
            echo 
"\"
        class=\"textfield expression\" />
"
;
        }
    }

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

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
113 => 29,  109 => 28,  104 => 26,  101 => 25,  98 => 17,  92 => 21,  85 => 18,  82 => 17,  80 => 16,  76 => 14,  67 => 11,  64 => 10,  61 => 9,  59 => 8,  58 => 7,  57 => 6,  53 => 5,  49 => 4,  42 => 2,  37 => 1,);
    }

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