����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-10 01:44:59 1999.30 GB Free: 64.34 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?
session_start();
include('admin/db.php');
if($require_account_confirmation) {
$title = 'You must verify your account!';
$headertitle = 'You must verify your account!';
}
else {
$title = 'Registration Successful!';
$headertitle = 'Registration Successful!';
}
include($basepath.'/templates/template.overall_header.php'); ?>
<? if($require_account_confirmation) { ?>
Your registration was successful, however you must still verify your account!<br />
<strong>Please check your email, and follow the link enclosed in the email from us to verify your account.</strong>
<? } else { ?>
You may now login at the <a href="/login.php">login page</a>.
<? } ?>
<? include($basepath.'/templates/template.overall_footer.php'); ?>