Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.142.101
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
tmp /
twig /
48 /
Delete
Unzip
Name
Size
Permission
Date
Action
486d03669c64ee57d1360d5e6dc98cca5cb1a74e4b0ee21f0bee589ba8866339.php
1.84
KB
-rw-r--r--
2021-02-05 18:44
48718bc427b61d34675ca8e94cb37f044a03e276d11886f3e17d3381b754317b.php
2.66
KB
-rw-r--r--
2021-02-05 18:44
48fcd1374fd394b680c7564248cd9074728730e017a71800aba5e9d3020c55fd.php
6.3
KB
-rw-r--r--
2021-03-02 11:47
Save
Rename
<?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; /* database/create_table.twig */ class __TwigTemplate_e70f1c628d183391fa05e1e05239e0e569716ca5ffd446f7b663560468c76c6d 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 id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\"> <fieldset> <legend> "; // line 4 if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) { // line 5 echo PhpMyAdmin\Util::getImage("b_table_add"); } // line 7 echo " "; echo _gettext("Create table"); // line 8 echo " </legend> "; // line 9 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " <div class=\"formelement\"> "; // line 11 echo _gettext("Name"); echo ": <input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\"> </div> <div class=\"formelement\"> "; // line 15 echo _gettext("Number of columns"); echo ": <input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\"> </div> <div class=\"clearfloat\"></div> </fieldset> <fieldset class=\"tblFooters\"> <input class=\"btn btn-primary\" type=\"submit\" value=\""; // line 21 echo _gettext("Go"); echo "\"> </fieldset> </form> "; } public function getTemplateName() { return "database/create_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 74 => 21, 65 => 15, 58 => 11, 53 => 9, 50 => 8, 47 => 7, 44 => 5, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "database/create_table.twig", "/home/www/unp/public/myadmin/templates/database/create_table.twig"); } }