!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.3.29 

uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
x86_64
 

 

Safe-mode: OFF (not secure)

/home/memoriacel/tmp/pma_template_compiles_memoriacel/twig/30/   drwxr-xr-x
Free 986.55 GB of 1859.98 GB (53.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     3022c0af8d80e6584c73e6a7f4335e51bc1d475ba26f23be89524ee2efda5862.php (6.88 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\Markup;
use 
Twig\Sandbox\SecurityError;
use 
Twig\Sandbox\SecurityNotAllowedTagError;
use 
Twig\Sandbox\SecurityNotAllowedFilterError;
use 
Twig\Sandbox\SecurityNotAllowedFunctionError;
use 
Twig\Source;
use 
Twig\Template;

/* display/results/options_block.twig */
class __TwigTemplate_629e54b51a8c35604dd243efed905eab4fb88c9536e040854a71b6fd10e82ae9 extends \Twig\Template
{
    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
    "
;
        
// line 2
        
echo PhpMyAdmin\Url::getHiddenInputs(["db" =>         // line 3
($context["db"] ?? null), "table" =>         // line 4
($context["table"] ?? null), "sql_query" =>         // line 5
($context["sql_query"] ?? null), "goto" =>         // line 6
($context["goto"] ?? null), "display_options_form" => 1]);
        
// line 8
        
echo "

    "
;
        
// line 10
        
echo PhpMyAdmin\Util::getDivForSliderEffect(""_gettext("Options"));
        echo 
"
        <fieldset>
            <div class=\"formelement\">
                "
;
        
// line 14
        
echo "                ";
        echo 
PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")],         // line 20
($context["pftext"] ?? null), truetrue"", ("pftext_" .         // line 24
($context["unique_id"] ?? null)));
        
// line 25
        
echo "
            </div>

            "
;
        
// line 28
        
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
            
// line 29
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 30
            
echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")],             // line 36
($context["relational_display"] ?? null), truetrue"", ("relational_display_" .             // line 40
($context["unique_id"] ?? null)));
            
// line 41
            
echo "
                </div>
            "
;
        }
        
// line 44
        
echo "
            <div class=\"formelement\">
                "
;
        
// line 46
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"46)->display(twig_to_array(["html_field_name" => "display_binary""label" => _gettext("Show binary contents"), "checked" =>  !twig_test_empty(        // line 49
($context["display_binary"] ?? null)), "onclick" => false"html_field_id" => ("display_binary_" .         // line 51
($context["unique_id"] ?? null))]));
        
// line 53
        
echo "                ";
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"53)->display(twig_to_array(["html_field_name" => "display_blob""label" => _gettext("Show BLOB contents"), "checked" =>  !twig_test_empty(        // line 56
($context["display_blob"] ?? null)), "onclick" => false"html_field_id" => ("display_blob_" .         // line 58
($context["unique_id"] ?? null))]));
        
// line 60
        
echo "            </div>

            "
;
        
// line 66
        
echo "            <div class=\"formelement\">
                "
;
        
// line 67
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"67)->display(twig_to_array(["html_field_name" => "hide_transformation""label" => _gettext("Hide browser transformation"), "checked" =>  !twig_test_empty(        // line 70
($context["hide_transformation"] ?? null)), "onclick" => false"html_field_id" => ("hide_transformation_" .         // line 72
($context["unique_id"] ?? null))]));
        
// line 74
        
echo "            </div>


            "
;
        
// line 77
        
if (($context["possible_as_geometry"] ?? null)) {
            
// line 78
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 79
            
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")],             // line 86
($context["geo_option"] ?? null), truetrue"", ("geoOption_" .             // line 90
($context["unique_id"] ?? null)));
            
// line 91
            
echo "
                </div>
            "
;
        } else {
            
// line 94
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 95
            
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html"nulltrue);
            echo 
"
                    "
;
            
// line 96
            
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")],             // line 102
($context["geo_option"] ?? null), truetrue"", ("geoOption_" .             // line 106
($context["unique_id"] ?? null)));
            
// line 107
            
echo "
                </div>
            "
;
        }
        
// line 110
        
echo "            <div class=\"clearfloat\"></div>
        </fieldset>

        <fieldset class=\"tblFooters\">
            <input type=\"submit\" value=\""
;
        
// line 114
        
echo _gettext("Go");
        echo 
"\" />
        </fieldset>
    </div>"
;
        
// line 117
        
echo "</form>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"display/results/options_block.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
143 => 117,  138 => 114,  132 => 110,  127 => 107,  125 => 106,  124 => 102,  123 => 96,  119 => 95,  116 => 94,  111 => 91,  109 => 90,  108 => 86,  107 => 79,  104 => 78,  102 => 77,  97 => 74,  95 => 72,  94 => 70,  93 => 67,  90 => 66,  86 => 60,  84 => 58,  83 => 56,  81 => 53,  79 => 51,  78 => 49,  77 => 46,  73 => 44,  68 => 41,  66 => 40,  65 => 36,  64 => 30,  61 => 29,  59 => 28,  54 => 25,  52 => 24,  51 => 20,  49 => 14,  43 => 10,  39 => 8,  37 => 6,  36 => 5,  35 => 4,  34 => 3,  33 => 2,  30 => 1,);
    }

    
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    
public function getSource()
    {
        @
trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.'E_USER_DEPRECATED);

        return 
$this->getSourceContext()->getCode();
    }

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

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0013 ]--