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.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
prod /
twig /
7d /
Delete
Unzip
Name
Size
Permission
Date
Action
7d391514ef24df2815c191dfb1b0dae9503eafb2b37a613c4fa72d863295f9ed.php
13.5
KB
-rw-rw-r--
2022-12-09 22:56
7da90da64e4e9345d0587f1d45a43d3319f0f9ffc76fed79ac8d26cba66ec169.php
10.56
KB
-rw-rw-r--
2022-12-09 22:56
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; /* auth/register.html.twig */ class __TwigTemplate_8999cdd69e85c96d850b4fba2fba81e841a30d7ea8bc98cf36a4a847ba9b5d7d extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], 'modals' => [$this, 'block_modals'], ]; } protected function doGetParent(array $context) { // line 1 return "layouts/auth-layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layouts/auth-layout.html.twig", "auth/register.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " <div class=\"register formBox mini\"> <img src=\"https://www.passion.ru/thumb/1500x0/filters:quality(75):no_upscale()/imgs/2022/03/24/16/5323877/30c1e09df2ea3734f0635eb503b486865d338c36.jpg\" class=\"formBox__bg\" alt=\"\"> "; // line 7 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start', ["method" => "post", "action" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_registration_register_post"), "attr" => ["class" => "formBox__wrp fos_user_registration_register", "id" => "registration-form"]]); echo " <a href=\""; // line 8 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_login"); echo "\" class=\"text-light3\"> <svg width=\"22\" height=\"8\" viewBox=\"0 0 22 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.646447 3.64645C0.451184 3.84171 0.451184 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM21 4.5C21.2761 4.5 21.5 4.27614 21.5 4C21.5 3.72386 21.2761 3.5 21 3.5V4.5ZM1 4.5H21V3.5H1V4.5Z\" fill=\"#8698BB\"/> </svg> Назад </a> <h1 class=\"formBox__tt text-center\">Регистрация</h1> "; // line 16 if ( !twig_test_empty(($context["errors"] ?? null))) { // line 17 echo " <p class=\"form-errors\"> "; // line 18 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 19 echo " "; echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 19)), "html", null, true); echo "<br> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 21 echo " </p> "; } // line 23 echo " <div class=\"inputBox\"> <input type=\"email\" class=\"input\" id=\"fos_user_registration_form_username\" name=\"fos_user_registration_form[username]\" value=\""; // line 24 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 24), "vars", [], "any", false, false, false, 24), "value", [], "any", false, false, false, 24), "html", null, true); echo "\" > <label for=\"fos_user_registration_form_username\">"; // line 25 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.email"), "html", null, true); echo "</label> <input type=\"hidden\" name=\"fos_user_registration_form[email]\" value=\""; // line 26 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 26), "vars", [], "any", false, false, false, 26), "value", [], "any", false, false, false, 26), "html", null, true); echo "\" id=\"fos_user_registration_form_email\"> </div> <div class=\"inputBox\"> <input type=\"text\" class=\"input\" id=\"fos_user_registration_form_phone\" name=\"fos_user_registration_form[phone]\" value=\""; // line 29 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "phone", [], "any", false, false, false, 29), "vars", [], "any", false, false, false, 29), "value", [], "any", false, false, false, 29), "html", null, true); echo "\"> <label for=\"fos_user_registration_form_phone\">"; // line 30 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.phone"), "html", null, true); echo "</label> </div> <div class=\"inputBox\"> <input type=\"password\" class=\"input\" id=\"fos_user_registration_form_plainPassword_first\" name=\"fos_user_registration_form[plainPassword][first]\" value=\"\"> <label for=\"fos_user_registration_form_plainPassword_first\">"; // line 34 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.password"), "html", null, true); echo "</label> </div> <div class=\"inputBox\"> <input type=\"password\" class=\"input\" id=\"fos_user_registration_form_plainPassword_second\" name=\"fos_user_registration_form[plainPassword][second]\" value=\"\"> <label for=\"fos_user_registration_form_plainPassword_second\">"; // line 38 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.password_repeat"), "html", null, true); echo "</label> </div> <button class=\"btn btn-blue w-100\" id=\"register-do\">"; // line 40 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.next"), "html", null, true); echo "</button> <button class=\"fz20Medium text-blue text-center w-100\">"; // line 41 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("auth.already_have"), "html", null, true); echo "</button> "; // line 43 twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "email", [], "any", false, false, false, 43), "setRendered", [], "method", false, false, false, 43); // line 44 echo " "; twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 44), "setRendered", [], "method", false, false, false, 44); // line 45 echo " "; twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "phone", [], "any", false, false, false, 45), "setRendered", [], "method", false, false, false, 45); // line 46 echo " "; twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "plainPassword", [], "any", false, false, false, 46), "first", [], "any", false, false, false, 46), "setRendered", [], "method", false, false, false, 46); // line 47 echo " "; twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "plainPassword", [], "any", false, false, false, 47), "second", [], "any", false, false, false, 47), "setRendered", [], "method", false, false, false, 47); // line 48 echo " "; echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); echo " </div> "; } // line 52 public function block_modals($context, array $blocks = []) { $macros = $this->macros; // line 53 echo " "; } public function getTemplateName() { return "auth/register.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 168 => 53, 164 => 52, 156 => 48, 153 => 47, 150 => 46, 147 => 45, 144 => 44, 142 => 43, 137 => 41, 133 => 40, 128 => 38, 121 => 34, 114 => 30, 110 => 29, 104 => 26, 100 => 25, 96 => 24, 93 => 23, 89 => 21, 80 => 19, 76 => 18, 73 => 17, 71 => 16, 60 => 8, 56 => 7, 51 => 4, 47 => 3, 36 => 1,); } public function getSourceContext() { return new Source("", "auth/register.html.twig", "/home/www/wb/templates/auth/register.html.twig"); } }