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


Viewing file:     aba2bebecb6c60bf7e969a279dbe145fd3870ae321c3b782e7b12b426ff830bf.php (4.83 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;

/* table/structure/add_column.twig */
class __TwigTemplate_9c33e8b95cf898e478c2a5c5919f8ec1b5c5cbaa2ad7ba704c5ae0d46ee3faf6 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=\"tbl_addfield.php\" id=\"addColumns\" name=\"addColumns\">
    "
;
        
// line 2
        
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
        echo 
"
    "
;
        
// line 3
        
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
            
// line 4
            
echo "        ";
            echo 
PhpMyAdmin\Util::getImage("b_insrow"_gettext("Add column"));
            echo 
"&nbsp;
    "
;
        }
        
// line 6
        
echo "    ";
        
$context["num_fields"] = ('' === $tmp "<input type=\"number\" name=\"num_fields\" value=\"1\" onfocus=\"this.select()\" min=\"1\" required />") ? '' : new Markup($tmp$this->env->getCharset());
        
// line 9
        
echo "    ";
        echo 
sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null));
        echo 
"
    <input type=\"hidden\" name=\"field_where\" value=\"after\"/>&nbsp;
    "
;
        
// line 12
        
echo "    <select name=\"after_field\">
        <option value=\"first\" data-pos=\"first\">
            "
;
        
// line 14
        
echo _gettext("at beginning of table");
        
// line 15
        
echo "        </option>
        "
;
        
// line 16
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["columns_list"] ?? null));
        
$context['loop'] = [
          
'parent' => $context['_parent'],
          
'index0' => 0,
          
'index'  => 1,
          
'first'  => true,
        ];
        if (
is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
            
$length count($context['_seq']);
            
$context['loop']['revindex0'] = $length 1;
            
$context['loop']['revindex'] = $length;
            
$context['loop']['length'] = $length;
            
$context['loop']['last'] = === $length;
        }
        foreach (
$context['_seq'] as $context["_key"] => $context["one_column_name"]) {
            
// line 17
            
echo "            <option value=\"";
            echo 
twig_escape_filter($this->env$context["one_column_name"], "html"nulltrue);
            echo 
"\"";
            
// line 18
            
echo (((twig_get_attribute($this->env$this->source$context["loop"], "revindex0", [], "any"falsefalsefalse18) == 0)) ? (" selected=\"selected\"") : (""));
            echo 
">
                "
;
            
// line 19
            
echo twig_escape_filter($this->envsprintf(_gettext("after %s"), $context["one_column_name"]), "html"nulltrue);
            echo 
"
            </option>
        "
;
            ++
$context['loop']['index0'];
            ++
$context['loop']['index'];
            
$context['loop']['first'] = false;
            if (isset(
$context['loop']['length'])) {
                --
$context['loop']['revindex0'];
                --
$context['loop']['revindex'];
                
$context['loop']['last'] = === $context['loop']['revindex0'];
            }
        }
        
$_parent $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['one_column_name'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 22
        
echo "    </select>
    <input type=\"submit\" value=\""
;
        
// line 23
        
echo _gettext("Go");
        echo 
"\" />
</form>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"table/structure/add_column.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
115 => 23,  112 => 22,  95 => 19,  91 => 18,  87 => 17,  70 => 16,  67 => 15,  65 => 14,  61 => 12,  55 => 9,  52 => 6,  46 => 4,  44 => 3,  40 => 2,  37 => 1,);
    }

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