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 /
44 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
44e19d7b2a73485ac1e2bba3beaa96f8.php
10.49
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/bums.register.html.twig */ class __TwigTemplate_711cc14e29381d53ad54e15667dd3970 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 = [ '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'], 'footer_tag_start' => [$this, 'block_footer_tag_start'], 'footer' => [$this, 'block_footer'], 'footer_tag_end' => [$this, 'block_footer_tag_end'], 'foot_script' => [$this, 'block_foot_script'], ]; } 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_page_header(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 4 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 5 /** * @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 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield " "; // line 9 yield from $this->unwrap()->yieldBlock('flashes_content', $context, $blocks); // line 12 yield " <div class=\"well well-login\"> <div class=\"row text-center\"> <img src=\""; // line 16 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("Internet Booking Engine (IBE) for Hotels, Lodges and Chains"), "html", null, true); yield "\" /> <h3 style=\"padding-top: 18px; padding-bottom: 24px;\" class=\"text-white\">Let's create your account</h3> </div> "; // line 20 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 21 yield " <div class=\"text-center\"> <h4>"; // line 22 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 23 if ((($context["facebookId"] ?? null) != "-")) { // line 24 yield " <a class=\"fa fa-facebook-official fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("facebook_login"); yield "\"></a> "; } // line 27 yield " "; if ((($context["twitterId"] ?? null) != "-")) { // line 28 yield " <a class=\"fa fa-twitter fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("twitter_login"); yield "\"></a> "; } // line 31 yield " "; if ((($context["googleId"] ?? null) != "-")) { // line 32 yield " <a class=\"fa fa-google fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("google_login"); yield "\"></a> "; } // line 35 yield " "; if ((($context["linkedinId"] ?? null) != "-")) { // line 36 yield " <a class=\"fa fa-linkedin fa-lg\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("linkedin_login"); yield "\"></a> "; } // line 38 yield " </div> "; } // line 40 yield " "; // line 41 yield from $this->load("@UserBundle/Form/user.register.bums.html.twig", 41)->unwrap()->yield($context); // line 42 yield " </div> "; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 yield " "; yield from $this->yieldParentBlock("flashes_content", $context, $blocks); yield " "; yield from []; } // line 45 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 46 yield " "; yield from []; } // line 48 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 50 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 51 yield " "; yield from []; } // line 53 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 54 yield " "; yield from $this->yieldParentBlock("foot_script", $context, $blocks); yield " <script language=\"Javascript\"> function companyRegister() { if (\$('#user_register_register_company').is(':checked')) { \$('#divCompanyDetails').attr('style', 'display: block;'); \$('#user_register_company_name').attr('required', '1'); } else { \$('#divCompanyDetails').attr('style', 'display: none;'); \$('#user_register_company_name').removeAttr('required'); } } \$(document).ready(function () { \$('#user_register_register_company').click(function () { companyRegister(); }); companyRegister(); }); </script> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/Custom/bums.register.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 248 => 54, 241 => 53, 236 => 51, 229 => 50, 219 => 48, 214 => 46, 207 => 45, 199 => 10, 192 => 9, 186 => 42, 184 => 41, 181 => 40, 177 => 38, 171 => 36, 168 => 35, 161 => 32, 158 => 31, 151 => 28, 148 => 27, 141 => 24, 139 => 23, 135 => 22, 132 => 21, 130 => 20, 121 => 16, 115 => 12, 113 => 9, 110 => 8, 103 => 7, 80 => 5, 70 => 4, 60 => 3, 49 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/Custom/bums.register.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/Custom/bums.register.html.twig"); } }