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 /
faculty /
templates /
faculty /
[ HOME SHELL ]
Name
Size
Permission
Action
affiliation_detail.html
2.08
KB
-rw-r--r--
faculty_detail.html
3.07
KB
-rw-r--r--
faculty_list.html
2.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : affiliation_detail.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>{{ affiliation.name }}</title> <style> /* Minimal styling to replicate the header look */ body { font-family: Arial, sans-serif; margin: 0; } header { background: #fff; padding: 10px 20px; display: flex; align-items: center; } header img { height: 60px; margin-right: 20px; } nav ul { list-style: none; display: flex; gap: 20px; } nav ul li { cursor: pointer; } .hero-section { position: relative; background: url('/static/path-to-your-image.jpg') no-repeat center center; background-size: cover; height: 300px; color: white; display: flex; flex-direction: column; justify-content: center; padding-left: 40px; } .hero-section h2 { font-weight: normal; margin: 0; font-size: 24px; } .hero-section h1 { background: orange; display: inline-block; padding: 5px 10px; font-size: 30px; margin: 10px 0 0 0; } </style> </head> <body> <header> <img src="/static/logo.png" alt="Centre for AI Logo" /> <nav> <ul> <li>Research</li> <li>Education</li> <li>People</li> <li>Activities</li> <li>Career</li> <li>Contact Us</li> </ul> </nav> </header> <section class="hero-section"> <h2>> finding patterns</h2> <h1>to change the world for the better ...</h1> </section> <main> <h1>{{ affiliation.name }}</h1> <p>{{ affiliation.description }}</p> <p>Website: <a href="{{ affiliation.website }}" target="_blank">{{ affiliation.website }}</a></p> </main> </body> </html>
Close