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 /
f7 /
Delete
Unzip
Name
Size
Permission
Date
Action
f73aff71325c8f2682da9fb7e5c6e70ab136993cc3a0a837c7a50f63f6eccab3.php
4.17
KB
-rw-rw-r--
2022-12-09 22:56
f73d1b4d92ae67a8d3e4fd9c08919d0933bf9b288c8e93eff655e56d27d27fac.php
9.9
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; /* layouts/main-layout.html.twig */ class __TwigTemplate_f4400ecb89fad360ef5f6bada768afc80e6322e074713701b8530278c3cb127e extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'body' => [$this, 'block_body'], 'header' => [$this, 'block_header'], 'content' => [$this, 'block_content'], 'javascript_bottom' => [$this, 'block_javascript_bottom'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<!DOCTYPE html> <html lang=\"en\"> <head> <meta charset=\"UTF-8\"> <link rel=\"stylesheet\" href=\""; // line 5 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/main.min.css"), "html", null, true); echo "\"> <link rel=\"stylesheet\" href=\""; // line 6 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/css/custom.css"), "html", null, true); echo "\"> <meta name=\"robots\" content=\"index, follow\"> <meta name=\"google\" content=\"notranslate\"> <meta name=\"format-detection\" content=\"telephone=no\"> <title>WB</title> </head> "; // line 12 $this->displayBlock('body', $context, $blocks); // line 153 echo "</html>"; } // line 12 public function block_body($context, array $blocks = []) { $macros = $this->macros; // line 13 echo "<body class=\"ng-tns-0-0\" style=\"padding-right: 0px;\"> <app-root> <router-outlet></router-outlet> <app-app-layout _nghost-lot-c76=\"\"> <div _ngcontent-lot-c76=\"\" class=\"app-wrap\" style=\"min-height: 0px;\"> "; // line 19 $this->displayBlock('header', $context, $blocks); // line 22 echo " <app-info-message _ngcontent-lot-c76=\"\" _nghost-lot-c70=\"\"></app-info-message><router-outlet _ngcontent-lot-c76=\"\"></router-outlet> <app-common-analytics _nghost-lot-c250=\"\"> <div _ngcontent-lot-c250=\"\" class=\"container\"> "; // line 26 $this->displayBlock('content', $context, $blocks); // line 27 echo " </div> </app-common-analytics> </div> </app-app-layout> </app-root> "; // line 33 $this->displayBlock('javascript_bottom', $context, $blocks); // line 151 echo "</body> "; } // line 19 public function block_header($context, array $blocks = []) { $macros = $this->macros; // line 20 echo " "; $this->loadTemplate("blocks/header.html.twig", "layouts/main-layout.html.twig", 20)->display($context); // line 21 echo " "; } // line 26 public function block_content($context, array $blocks = []) { $macros = $this->macros; } // line 33 public function block_javascript_bottom($context, array $blocks = []) { $macros = $this->macros; // line 34 echo " <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script> <script src=\""; // line 35 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/js/jquery.canvasjs.min.js"), "html", null, true); echo "\"></script> <script> window.onload = function () { var chart = new CanvasJS.Chart(\"chartContainer\", { animationEnabled: false, theme: \"light2\", title: { text: \"Monthly Sales Data\" }, axisX: { valueFormatString: \"MMM\" }, axisY: { prefix: \"\$\", labelFormatter: addSymbols }, data: [ { type: \"column\", name: \"Actual Sales\", showInLegend: true, xValueFormatString: \"MMMM YYYY\", yValueFormatString: \"\$#,##0\", dataPoints: [ { x: new Date(2016, 0), y: 20000 }, { x: new Date(2016, 1), y: 30000 }, { x: new Date(2016, 2), y: 25000 }, { x: new Date(2016, 3), y: 70000, indexLabel: \"High Renewals\" }, { x: new Date(2016, 4), y: 50000 }, { x: new Date(2016, 5), y: 35000 }, { x: new Date(2016, 6), y: 30000 }, { x: new Date(2016, 7), y: 43000 }, { x: new Date(2016, 8), y: 35000 }, { x: new Date(2016, 9), y: 30000}, { x: new Date(2016, 10), y: 40000 }, { x: new Date(2016, 11), y: 50000 } ] }, { type: \"line\", name: \"Expected Sales\", showInLegend: true, yValueFormatString: \"\$#,##0\", dataPoints: [ { x: new Date(2016, 0), y: 40000 }, { x: new Date(2016, 1), y: 42000 }, { x: new Date(2016, 2), y: 45000 }, { x: new Date(2016, 3), y: 45000 }, { x: new Date(2016, 4), y: 47000 }, { x: new Date(2016, 5), y: 43000 }, { x: new Date(2016, 6), y: 42000 }, { x: new Date(2016, 7), y: 43000 }, { x: new Date(2016, 8), y: 41000 }, { x: new Date(2016, 9), y: 45000 }, { x: new Date(2016, 10), y: 42000 }, { x: new Date(2016, 11), y: 50000 } ] }, { type: \"area\", name: \"Profit\", markerBorderColor: \"white\", markerBorderThickness: 2, showInLegend: true, yValueFormatString: \"\$#,##0\", dataPoints: [ { x: new Date(2016, 0), y: 5000 }, { x: new Date(2016, 1), y: 7000 }, { x: new Date(2016, 2), y: 6000}, { x: new Date(2016, 3), y: 30000 }, { x: new Date(2016, 4), y: 20000 }, { x: new Date(2016, 5), y: 15000 }, { x: new Date(2016, 6), y: 13000 }, { x: new Date(2016, 7), y: 20000 }, { x: new Date(2016, 8), y: 15000 }, { x: new Date(2016, 9), y: 10000}, { x: new Date(2016, 10), y: 19000 }, { x: new Date(2016, 11), y: 22000 } ] }] }); chart.render(); function addSymbols(e) { var suffixes = [\"\", \"K\", \"M\", \"B\"]; var order = Math.max(Math.floor(Math.log(e.value) / Math.log(1000)), 0); if(order > suffixes.length - 1) order = suffixes.length - 1; var suffix = suffixes[order]; return CanvasJS.formatNumber(e.value / Math.pow(1000, order)) + suffix; } function toggleDataSeries(e) { if (typeof (e.dataSeries.visible) === \"undefined\" || e.dataSeries.visible) { e.dataSeries.visible = false; } else { e.dataSeries.visible = true; } e.chart.render(); } } </script> "; // line 150 echo " "; } public function getTemplateName() { return "layouts/main-layout.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 237 => 150, 127 => 35, 124 => 34, 120 => 33, 114 => 26, 110 => 21, 107 => 20, 103 => 19, 98 => 151, 96 => 33, 88 => 27, 86 => 26, 80 => 22, 78 => 19, 70 => 13, 66 => 12, 62 => 153, 60 => 12, 51 => 6, 47 => 5, 41 => 1,); } public function getSourceContext() { return new Source("", "layouts/main-layout.html.twig", "/home/www/wb/templates/layouts/main-layout.html.twig"); } }