!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/home/katebhospital/tmp/pma_template_compiles_katebhospital/twig/dc/   drwxr-xr-x
Free 877.16 GB of 3519.75 GB (24.92%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     dc6bc22928609b21fa34c3ce27fe6a3e.php (12.57 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;

/* config/form_display/display.twig */
class __TwigTemplate_333f4440c256d9bae3604ce533b64a88 extends 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=\"";
        echo 
twig_escape_filter($this->env, ($context["action"] ?? null), "html_attr");
        echo 
"\" class=\"config-form disableAjax\">
  <input type=\"hidden\" name=\"tab_hash\" value=\"\">
  "
;
        
// line 3
        
if (($context["has_check_page_refresh"] ?? null)) {
            
// line 4
            
echo "    <input type=\"hidden\" name=\"check_page_refresh\" id=\"check_page_refresh\" value=\"\">
  "
;
        }
        
// line 6
        
echo "  ";
        echo 
PhpMyAdmin\Url::getHiddenInputs(""""0"server");
        echo 
"
  "
;
        
// line 7
        
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null), ""true);
        echo 
"

  <ul class=\"nav nav-tabs\" id=\"configFormDisplayTab\" role=\"tablist\">
    "
;
        
// line 10
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? 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["id"] => $context["name"]) {
            
// line 11
            
echo "      <li class=\"nav-item\" role=\"presentation\">
        <a class=\"nav-link"
;
            
// line 12
            
echo ((twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse12)) ? (" active") : (""));
            echo 
"\" id=\"";
            echo 
twig_escape_filter($this->env$context["id"], "html"nulltrue);
            echo 
"-tab\" href=\"#";
            echo 
twig_escape_filter($this->env$context["id"], "html"nulltrue);
            echo 
"\" data-bs-toggle=\"tab\" role=\"tab\" aria-controls=\"";
            echo 
twig_escape_filter($this->env$context["id"], "html"nulltrue);
            echo 
"\" aria-selected=\"";
            echo ((
twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse12)) ? ("true") : ("false"));
            echo 
"\">";
            echo 
twig_escape_filter($this->env$context["name"], "html"nulltrue);
            echo 
"</a>
      </li>
    "
;
            ++
$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['id'], $context['name'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 15
        
echo "  </ul>
  <div class=\"tab-content\">
    "
;
        
// line 17
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(($context["forms"] ?? 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["form"]) {
            
// line 18
            
echo "      <div class=\"tab-pane fade";
            echo ((
twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse18)) ? (" show active") : (""));
            echo 
"\" id=\"";
            echo 
twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["form"], "name", [], "any"falsefalsefalse18), "html"nulltrue);
            echo 
"\" role=\"tabpanel\" aria-labelledby=\"";
            echo 
twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["form"], "name", [], "any"falsefalsefalse18), "html"nulltrue);
            echo 
"-tab\">
        <div class=\"card border-top-0\">
          <div class=\"card-body\">
            <h5 class=\"card-title visually-hidden\">"
;
            
// line 21
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["form"], "descriptions", [], "any"falsefalsefalse21), "name", [], "any"falsefalsefalse21), "html"nulltrue);
            echo 
"</h5>
            "
;
            
// line 22
            
if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["form"], "descriptions", [], "any"falsefalsefalse22), "desc", [], "any"falsefalsefalse22))) {
                
// line 23
                
echo "              <h6 class=\"card-subtitle mb-2 text-muted\">";
                echo 
twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["form"], "descriptions", [], "any"falsefalsefalse23), "desc", [], "any"falsefalsefalse23);
                echo 
"</h6>
            "
;
            }
            
// line 25
            
echo "
            <fieldset class=\"optbox\">
              <legend>"
;
            
// line 27
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["form"], "descriptions", [], "any"falsefalsefalse27), "name", [], "any"falsefalsefalse27), "html"nulltrue);
            echo 
"</legend>

              "
;
            
// line 30
            
echo "              ";
            if ((
twig_test_iterable(twig_get_attribute($this->env$this->source$context["form"], "errors", [], "any"falsefalsefalse30)) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source$context["form"], "errors", [], "any"falsefalsefalse30)) > 0))) {
                
// line 31
                
echo "                <dl class=\"errors\">
                  "
;
                
// line 32
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["form"], "errors", [], "any"falsefalsefalse32));
                foreach (
$context['_seq'] as $context["_key"] => $context["error"]) {
                    
// line 33
                    
echo "                    <dd>";
                    echo 
twig_escape_filter($this->env$context["error"], "html"nulltrue);
                    echo 
"</dd>
                  "
;
                }
                
$_parent $context['_parent'];
                unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
                
$context array_intersect_key($context$_parent) + $_parent;
                
// line 35
                
echo "                </dl>
              "
;
            }
            
// line 37
            
echo "
              <table class=\"table table-borderless\">
                "
;
            
// line 39
            
echo twig_get_attribute($this->env$this->source$context["form"], "fields_html", [], "any"falsefalsefalse39);
            echo 
"
              </table>
            </fieldset>
          </div>

          "
;
            
// line 44
            
if (($context["show_buttons"] ?? null)) {
                
// line 45
                
echo "            <div class=\"card-footer\">
              <input class=\"btn btn-primary\" type=\"submit\" name=\"submit_save\" value=\""
;
echo 
_gettext("Apply");
                
// line 46
                
echo "\">
              <input class=\"btn btn-secondary\" type=\"button\" name=\"submit_reset\" value=\""
;
echo 
_gettext("Reset");
                
// line 47
                
echo "\">
            </div>
          "
;
            }
            
// line 50
            
echo "        </div>
      </div>
    "
;
            ++
$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['form'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 53
        
echo "  </div>
</form>

<script type=\"text/javascript\">
  if (typeof configInlineParams === 'undefined' || !Array.isArray(configInlineParams)) {
    configInlineParams = [];
  }
  configInlineParams.push(function () {
    "
;
        
// line 61
        
echo twig_join_filter(($context["js_array"] ?? null), ";
"
);
        echo 
";

    \$.extend(Messages, {
      'error_nan_p': '"
;
        
// line 64
        
echo twig_escape_filter($this->envtwig_escape_filter($this->env_gettext("Not a positive number!"), "js"), "html"nulltrue);
        echo 
"',
      'error_nan_nneg': '"
;
        
// line 65
        
echo twig_escape_filter($this->envtwig_escape_filter($this->env_gettext("Not a non-negative number!"), "js"), "html"nulltrue);
        echo 
"',
      'error_incorrect_port': '"
;
        
// line 66
        
echo twig_escape_filter($this->envtwig_escape_filter($this->env_gettext("Not a valid port number!"), "js"), "html"nulltrue);
        echo 
"',
      'error_invalid_value': '"
;
        
// line 67
        
echo twig_escape_filter($this->envtwig_escape_filter($this->env_gettext("Incorrect value!"), "js"), "html"nulltrue);
        echo 
"',
      'error_value_lte': '"
;
        
// line 68
        
echo twig_escape_filter($this->envtwig_escape_filter($this->env_gettext("Value must be less than or equal to %s!"), "js"), "html"nulltrue);
        echo 
"',
    });

    \$.extend(defaultValues, {
      "
;
        
// line 72
        
echo twig_join_filter(($context["js_default"] ?? null), ",
      "
);
        echo 
"
    });
  });
  if (typeof configScriptLoaded !== 'undefined' && configInlineParams) {
    loadInlineConfig();
  }
</script>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"config/form_display/display.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
266 => 72,  259 => 68,  255 => 67,  251 => 66,  247 => 65,  243 => 64,  236 => 61,  226 => 53,  210 => 50,  205 => 47,  201 => 46,  197 => 45,  195 => 44,  187 => 39,  183 => 37,  179 => 35,  170 => 33,  166 => 32,  163 => 31,  160 => 30,  155 => 27,  151 => 25,  145 => 23,  143 => 22,  139 => 21,  128 => 18,  111 => 17,  107 => 15,  80 => 12,  77 => 11,  60 => 10,  54 => 7,  49 => 6,  45 => 4,  43 => 3,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""config/form_display/display.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/display.twig");
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0915 ]--