Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
.!!QgY /
twig /
9b /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
9b752079082769f31922a549c7967c03.php
9.58
KB
-rwxrwxr-x
2026-05-18 12:54
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; use Twig\TemplateWrapper; /* @User/Custom/register.html.twig */ class __TwigTemplate_cca65719499dfcddadaae57661430448 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'head_script' => [$this, 'block_head_script'], 'head_style' => [$this, 'block_head_style'], 'page_header' => [$this, 'block_page_header'], 'page_header_around' => [$this, 'block_page_header_around'], 'container_div_start' => [$this, 'block_container_div_start'], 'container_class' => [$this, 'block_container_class'], 'content' => [$this, 'block_content'], 'flashes_content' => [$this, 'block_flashes_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("base.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 4 yield " "; yield from $this->yieldParentBlock("head_script", $context, $blocks); yield " "; // line 5 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("content"); yield " "; // line 6 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("form"); yield " "; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " "; // line 11 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("content"); yield " "; // line 12 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("form"); yield " "; yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 16 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_container_div_start(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<div class=\""; yield from $this->unwrap()->yieldBlock('container_class', $context, $blocks); yield "\">"; yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_container_class(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "container container-custom container-register"; yield from []; } // line 19 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 20 yield " "; // line 21 yield from $this->unwrap()->yieldBlock('flashes_content', $context, $blocks); // line 24 yield " <div class=\"well well-login\"> <div class=\"text-center\"> <img src=\""; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo.png"), "html", null, true); yield "\" class=\"login-logo\" alt=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Place Ads on Digital Billboards"), "html", null, true); yield "\" /> </div> <h3 style=\"padding-top: 18px; padding-bottom: 24px;\" class=\"text-center text-white\">Let's create your account</h3> "; // line 33 if ((((($this->extensions['App\CoreBundle\Twig\CoreExtension']->getSetting("facebookId", "-") != "-") || ($this->extensions['App\CoreBundle\Twig\CoreExtension']->getSetting("twitterId", "-") != "-")) || ($this->extensions['App\CoreBundle\Twig\CoreExtension']->getSetting("googleId", "-") != "-")) || ($this->extensions['App\CoreBundle\Twig\CoreExtension']->getSetting("linkedinId", "-") != "-"))) { // line 34 yield " <div class=\"text-center\"> <h4>"; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Register using one of these existing accounts"), "html", null, true); yield "</h4> "; // line 36 if ((($context["facebookId"] ?? null) != "-")) { // line 37 yield " <a class=\"fa fa-facebook-official fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("facebook_login"); yield "\"></a> "; } // line 40 yield " "; if ((($context["twitterId"] ?? null) != "-")) { // line 41 yield " <a class=\"fa fa-twitter fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("twitter_login"); yield "\"></a> "; } // line 44 yield " "; if ((($context["googleId"] ?? null) != "-")) { // line 45 yield " <a class=\"fa fa-google fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("google_login"); yield "\"></a> "; } // line 48 yield " "; if ((($context["linkedinId"] ?? null) != "-")) { // line 49 yield " <a class=\"fa fa-linkedin fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("linkedin_login"); yield "\"></a> "; } // line 51 yield " </div> "; } // line 53 yield " "; // line 54 yield from $this->load("@UserBundle/Form/user.register.godigital.html.twig", 54)->unwrap()->yield($context); // line 55 yield " </div> "; yield from []; } // line 21 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 22 yield " "; yield from $this->yieldParentBlock("flashes_content", $context, $blocks); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/Custom/register.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 244 => 22, 237 => 21, 231 => 55, 229 => 54, 226 => 53, 222 => 51, 216 => 49, 213 => 48, 206 => 45, 203 => 44, 196 => 41, 193 => 40, 186 => 37, 184 => 36, 180 => 35, 177 => 34, 175 => 33, 165 => 28, 159 => 24, 157 => 21, 154 => 20, 147 => 19, 124 => 17, 114 => 16, 104 => 15, 97 => 12, 93 => 11, 88 => 10, 81 => 9, 74 => 6, 70 => 5, 65 => 4, 58 => 3, 47 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/Custom/register.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/Custom/register.html.twig"); } }