Server IP : 51.89.169.208 / Your IP : 3.134.118.113 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/www/404/ |
Upload File : |
<?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="https://images.unsplash.com/photo-1449157291145-7efd050a4d0e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8ODh8fGJ1c2luZXNzfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60" alt=""> <img style="--i: 5s;" src="https://images.unsplash.com/photo-1509130298739-651801c76e96?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTA4fHxidXNpbmVzc3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60" alt=""> <img style="--i: 10s;" src="https://images.unsplash.com/photo-1462899006636-339e08d1844e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTMwfHxidXNpbmVzc3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60" alt=""> <img style="--i: 15s;" src="https://images.unsplash.com/photo-1566738826204-9281873a794e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTQ5fHxidXNpbmVzc3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60" 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>