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 /
b3 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
b3828e970e513b5f48bacae8ae5bd9a3.php
38.86
KB
-rwxrwxr-x
2026-05-18 12:54
b3ca634de033e134e6e25a77ec8dc417.php
6.01
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; /* @EWZRecaptcha/Form/ewz_recaptcha_widget.html.php */ class __TwigTemplate_06c76bfc3c4c617e31aadf6979ab48ba 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->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<?php if (\$ewz_recaptcha_enabled): ?> <?php if (!\$ewz_recaptcha_ajax): ?> <?php if ('invisible' == \$attr['options']['size'] && !isset(\$attr['options']['callback'])): ?> <?php \$attr['options']['callback'] = 'onReCaptchaSuccess'; ?> <script> var onReCaptchaSuccess = function() { var errorDivs = document.getElementsByClassName('recaptcha-error'); if (errorDivs.length) { errorDivs[0].className = ''; } var errorMsgs = document.getElementsByClassName('recaptcha-error-message'); if (errorMsgs.length) { errorMsgs[0].parentNode.removeChild(errorMsgs[0]); } var forms = document.getElementsByClassName('recaptcha-form'); if (forms.length) { var recaptchaSubmitEvent = document.createEvent('Event'); recaptchaSubmitEvent.initEvent('submit', true, true); forms[0].addEventListener('submit', function (e) { e.target.submit(); }, false); forms[0].dispatchEvent(recaptchaSubmitEvent); } }; </script> <?php endif; ?> <script src=\"<?php echo \$url_challenge; ?>\" <?php if (isset(\$attr['options']['defer']) && \$attr['options']['defer']): ?> defer<?php endif; ?> <?php if (isset(\$attr['options']['async']) && \$attr['options']['async']): ?> async<?php endif; ?> ></script> <div class=\"g-recaptcha\" data-theme=\"<?php echo \$attr['options']['theme']; ?>\" data-size=\"<?php echo \$attr['options']['size']; ?>\" data-type=\"<?php echo \$attr['options']['type']; ?>\" data-sitekey=\"<?php echo \$public_key; ?>\" <?php if (isset(\$attr['options']['callback'])): ?>data-callback=\"<?php echo \$attr['options']['callback']; ?>\"<?php endif; ?> <?php if (isset(\$attr['options']['expiredCallback'])): ?>data-expired-callback=\"<?php echo \$attr['options']['expiredCallback']; ?>\"<?php endif; ?> <?php if (isset(\$attr['options']['bind'])): ?>data-bind=\"<?php echo \$attr['options']['bind']; ?>\"<?php endif; ?> <?php if (isset(\$attr['options']['badge'])): ?>data-badge=\"<?php echo \$attr['options']['badge']; ?>\"<?php endif; ?> ></div> <noscript> <div style=\"width: 302px; height: 352px;\"> <div style=\"width: 302px; height: 352px; position: relative;\"> <div style=\"width: 302px; height: 352px; position: absolute;\"> <iframe src=\"https://<?php echo \$ewz_recaptcha_api_host; ?>/recaptcha/api/fallback?k=<?php echo \$public_key; ?>\" style=\"width: 302px; height:352px; border-style: none; overflow: hidden;\" > </iframe> </div> <div style=\"width: 250px; height: 80px; position: absolute; border-style: none; bottom: 21px; left: 25px; margin: 0; padding: 0; right: 25px;\"> <textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 80px; border: 1px solid #c1c1c1; margin: 0; padding: 0; resize: none;\" > </textarea> </div> </div> </div> </noscript> <?php else: ?> <div id=\"ewz_recaptcha_div\"></div> <script> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.onload = function() { Recaptcha.create('<?php echo \$public_key; ?>', 'ewz_recaptcha_div', <?php echo json_encode(\$attr['options']); ?>); }; script.src = '<?php echo \$url_api; ?>'; <?php if (isset(\$attr['options']['defer']) && \$attr['options']['defer']): ?>script.defer = true;<?php endif; ?> <?php if (isset(\$attr['options']['async']) && \$attr['options']['async']): ?>script.async = true;<?php endif; ?> document.getElementsByTagName('head')[0].appendChild(script); })(); </script> <?php endif; ?> <?php endif; ?> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@EWZRecaptcha/Form/ewz_recaptcha_widget.html.php"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@EWZRecaptcha/Form/ewz_recaptcha_widget.html.php", "/var/www/v3.cesa.co.za/vendor/excelwebzone/recaptcha-bundle/src/Resources/views/Form/ewz_recaptcha_widget.html.php"); } }