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


Viewing file:     74b6fdb6cb9c8ee0a3a08c3b0e8289233d9786de03692f10b28ecf397b618d1e.php (5.18 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/export/options_output.twig */
class __TwigTemplate_85d468e192c97a0dbaa1ba1d98e17b69c49f0459383c875bc26063ff034f7033 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 "<div class=\"exportoptions\" id=\"output\">
    <h3>"
;
        
// line 2
        
echo _gettext("Output:");
        echo 
"</h3>
    <ul id=\"ul_output\">
        <li>
            <input type=\"checkbox\" id=\"btn_alias_config\""
;
        
// line 5
        
echo ((($context["has_aliases"] ?? null)) ? (" checked") : (""));
        echo 
">
            <label for=\"btn_alias_config\">
                "
;
        
// line 7
        
echo _gettext("Rename exported databases/tables/columns");
        
// line 8
        
echo "            </label>
        </li>

        "
;
        
// line 11
        
if ((($context["export_type"] ?? null) != "server")) {
            
// line 12
            
echo "            <li>
                <input type=\"checkbox\" name=\"lock_tables\"
                    value=\"something\" id=\"checkbox_lock_tables\""
;
            
// line 15
            
echo (((( !($context["repopulate"] ?? null) && ($context["is_checked_lock_tables"] ?? null)) || ($context["lock_tables"] ?? null))) ? (" checked") : (""));
            echo 
">
                <label for=\"checkbox_lock_tables\">
                    "
;
            
// line 17
            
echo sprintf(_gettext("Use %s statement"), "<code>LOCK TABLES</code>");
            echo 
"
                </label>
            </li>
        "
;
        }
        
// line 21
        
echo "
        <li>
            <input type=\"radio\" name=\"output_format\" value=\"sendit\" id=\"radio_dump_asfile\""
;
        
// line 24
        
echo ((( !($context["repopulate"] ?? null) && ($context["is_checked_asfile"] ?? null))) ? (" checked") : (""));
        echo 
">
            <label for=\"radio_dump_asfile\">
                "
;
        
// line 26
        
echo _gettext("Save output to a file");
        
// line 27
        
echo "            </label>
            <ul id=\"ul_save_asfile\">
                "
;
        
// line 29
        
if ( !twig_test_empty(($context["save_dir"] ?? null))) {
            
// line 30
            
echo "                    ";
            echo (
$context["options_output_save_dir"] ?? null);
            echo 
"
                "
;
        }
        
// line 32
        
echo "
                "
;
        
// line 33
        
echo ($context["options_output_format"] ?? null);
        echo 
"

                "
;
        
// line 35
        
if (($context["is_encoding_supported"] ?? null)) {
            
// line 36
            
echo "                    ";
            echo (
$context["options_output_charset"] ?? null);
            echo 
"
                "
;
        }
        
// line 38
        
echo "
                "
;
        
// line 39
        
echo ($context["options_output_compression"] ?? null);
        echo 
"

                "
;
        
// line 41
        
if (((($context["export_type"] ?? null) == "server") || (($context["export_type"] ?? null) == "database"))) {
            
// line 42
            
echo "                    ";
            echo (
$context["options_output_separate_files"] ?? null);
            echo 
"
                "
;
        }
        
// line 44
        
echo "            </ul>
        </li>

        "
;
        
// line 47
        
echo ($context["options_output_radio"] ?? null);
        echo 
"
    </ul>

    <label for=\"maxsize\">"
;
        
// line 51
        
echo sprintf(_gettext("Skip tables larger than %s MiB"), "</label><input type=\"text\" id=\"maxsize\" name=\"maxsize\" size=\"4\">");
        
// line 53
        
echo "
</div>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"display/export/options_output.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
137 => 53,  135 => 51,  129 => 47,  124 => 44,  118 => 42,  116 => 41,  111 => 39,  108 => 38,  102 => 36,  100 => 35,  95 => 33,  92 => 32,  86 => 30,  84 => 29,  80 => 27,  78 => 26,  73 => 24,  69 => 21,  62 => 17,  57 => 15,  53 => 12,  51 => 11,  46 => 8,  44 => 7,  39 => 5,  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/export/options_output.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output.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.0138 ]--