!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/public_html/phpmyadmin/tmp/twig/e0/   drwxr-xr-x
Free 28.28 GB of 117.98 GB (23.97%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     e003c3b3da66e65440d0a7658e0d3144.php (9.73 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;

/* sql/profiling_chart.twig */
class __TwigTemplate_960acf77bd17506d3ec43a26b1448ec4 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 "<fieldset class=\"pma-fieldset\">
  <legend>"
;
echo 
_gettext("Profiling");
        
// line 2
        
echo "</legend>
  <div class=\"float-start mx-2\">
    <h3>"
;
echo 
_gettext("Detailed profile");
        
// line 4
        
echo "</h3>
    <table class=\"table table-sm table-striped\" id=\"profiletable\">
      <thead>
      <tr>
        <th>
          "
;
echo 
_gettext("Order");
        
// line 10
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("State");
        
// line 14
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("Time");
        
// line 18
        
echo "          <div class=\"sorticon\"></div>
        </th>
      </tr>
      </thead>
      <tbody>
        "
;
        
// line 23
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, ($context["profiling"] ?? null), "profile", [], "any"falsefalsefalse23));
        
$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["state"]) {
            
// line 24
            
echo "          <tr>
            <td>"
;
            
// line 25
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse25), "html"nulltrue);
            echo 
"</td>
            <td>"
;
            
// line 26
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["state"], "status", [], "any"falsefalsefalse26), "html"nulltrue);
            echo 
"</td>
            <td class=\"text-end\">
              "
;
            
// line 28
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["state"], "duration", [], "any"falsefalsefalse28), "html"nulltrue);
            echo 
"s
              <span class=\"rawvalue hide\">"
;
            
// line 29
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["state"], "duration_raw", [], "any"falsefalsefalse29), "html"nulltrue);
            echo 
"</span>
            </td>
          </tr>
        "
;
            ++
$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['state'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 33
        
echo "      </tbody>
    </table>
  </div>

  <div class=\"float-start mx-2\">
    <h3>"
;
echo 
_gettext("Summary by state");
        
// line 38
        
echo PhpMyAdmin\Html\MySQLDocumentation::show("general-thread-states");
        echo 
"</h3>
    <table class=\"table table-sm table-striped\" id=\"profilesummarytable\">
      <thead>
      <tr>
        <th>
          "
;
echo 
_gettext("State");
        
// line 44
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("Total Time");
        
// line 48
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("% Time");
        
// line 52
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("Calls");
        
// line 56
        
echo "          <div class=\"sorticon\"></div>
        </th>
        <th>
          "
;
echo 
_gettext("ΓΈ Time");
        
// line 60
        
echo "          <div class=\"sorticon\"></div>
        </th>
      </tr>
      </thead>
      <tbody>
        "
;
        
// line 65
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, ($context["profiling"] ?? null), "states", [], "any"falsefalsefalse65));
        foreach (
$context['_seq'] as $context["name"] => $context["stats"]) {
            
// line 66
            
echo "          <tr>
            <td>"
;
            
// line 67
            
echo twig_escape_filter($this->env$context["name"], "html"nulltrue);
            echo 
"</td>
            <td class=\"text-end\">
              "
;
            
// line 69
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::formatNumber(twig_get_attribute($this->env$this->source$context["stats"], "total_time", [], "any"falsefalsefalse69), 31), "html"nulltrue);
            echo 
"s
              <span class=\"rawvalue hide\">"
;
            
// line 70
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["stats"], "total_time", [], "any"falsefalsefalse70), "html"nulltrue);
            echo 
"</span>
            </td>
            <td class=\"text-end\">
              "
;
            
// line 73
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::formatNumber((100 * (twig_get_attribute($this->env$this->source$context["stats"], "total_time", [], "any"falsefalsefalse73) / twig_get_attribute($this->env$this->source, ($context["profiling"] ?? null), "total_time", [], "any"falsefalsefalse73))), 02), "html"nulltrue);
            echo 
"%
            </td>
            <td class=\"text-end\">"
;
            
// line 75
            
echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["stats"], "calls", [], "any"falsefalsefalse75), "html"nulltrue);
            echo 
"</td>
            <td class=\"text-end\">
              "
;
            
// line 77
            
echo twig_escape_filter($this->envPhpMyAdmin\Util::formatNumber((twig_get_attribute($this->env$this->source$context["stats"], "total_time", [], "any"falsefalsefalse77) / twig_get_attribute($this->env$this->source$context["stats"], "calls", [], "any"falsefalsefalse77)), 31), "html"nulltrue);
            echo 
"s
              <span class=\"rawvalue hide\">
                "
;
            
// line 79
            
echo twig_escape_filter($this->envtwig_number_format_filter($this->env, (twig_get_attribute($this->env$this->source$context["stats"], "total_time", [], "any"falsefalsefalse79) / twig_get_attribute($this->env$this->source$context["stats"], "calls", [], "any"falsefalsefalse79)), 8"."""), "html"nulltrue);
            echo 
"
              </span>
            </td>
          </tr>
        "
;
        }
        
$_parent $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['name'], $context['stats'], $context['_parent'], $context['loop']);
        
$context array_intersect_key($context$_parent) + $_parent;
        
// line 84
        
echo "      </tbody>
    </table>
  </div>
  <div class='clearfloat'></div>

  <div id=\"profilingChartData\" class=\"hide\">"
;
        
// line 90
        
echo twig_escape_filter($this->envjson_encode(twig_get_attribute($this->env$this->source, ($context["profiling"] ?? null), "chart", [], "any"falsefalsefalse90)), "html"nulltrue);
        
// line 91
        
echo "</div>
  <div id=\"profilingchart\" class=\"hide\"></div>

  <script type=\"text/javascript\">
    AJAX.registerOnload('sql.js', function () {
      Sql.makeProfilingChart();
      Sql.initProfilingTables();
    });
  </script>
</fieldset>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"sql/profiling_chart.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
229 => 91,  227 => 90,  220 => 84,  209 => 79,  204 => 77,  199 => 75,  194 => 73,  188 => 70,  184 => 69,  179 => 67,  176 => 66,  172 => 65,  165 => 60,  159 => 56,  153 => 52,  147 => 48,  141 => 44,  132 => 38,  124 => 33,  106 => 29,  102 => 28,  97 => 26,  93 => 25,  90 => 24,  73 => 23,  66 => 18,  60 => 14,  54 => 10,  46 => 4,  41 => 2,  37 => 1,);
    }

    public function 
getSourceContext()
    {
        return new 
Source("""sql/profiling_chart.twig""/home/picotech/public_html/phpmyadmin/templates/sql/profiling_chart.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.0063 ]--