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 /
vicas-dev /
myproject /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
Gallery.html
8.07
KB
-rw-r--r--
base.html
4.88
KB
-rw-r--r--
blogs.html
309
B
-rw-r--r--
contact.html
3.2
KB
-rw-r--r--
fullwidth.html
191
B
-rw-r--r--
index.html
7.19
KB
-rw-r--r--
index1.html
54.46
KB
-rw-r--r--
login.html
1.88
KB
-rw-r--r--
members.html
4.77
KB
-rw-r--r--
navbar.html
10.48
KB
-rw-r--r--
navbar.html-bk
7.15
KB
-rw-r--r--
register.html
1.65
KB
-rw-r--r--
sidebar_left.html
308
B
-rw-r--r--
sidebar_right.html
308
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : register.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Register</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; } .register-container { width: 40%; margin: auto; margin-top: 50px; background: white; padding: 30px; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } h2 { text-align: center; margin-bottom: 20px; } input { width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ddd; border-radius: 5px; } button { background: black; color: white; padding: 10px; border: none; cursor: pointer; width: 100%; } </style> </head> <body> <div class="register-container"> <h2>Register</h2> <form > <!-- {% csrf_token %} --> <input type="text" name="username" placeholder="Username*" required> <input type="email" name="email" placeholder="Email*" required> <input type="password" name="password1" placeholder="Password*" required> <input type="password" name="password2" placeholder="Confirm Password*" required> <button type="submit">Register</button> </form> </div> </body> </html>
Close