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 /
news /
templates /
news /
[ HOME SHELL ]
Name
Size
Permission
Action
add_news.html
1.49
KB
-rw-r--r--
news_list.html
673
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : news_list.html
{% extends "base.html" %} {% block content %} <div class="max-w-4xl mx-auto py-10"> <div class="flex justify-between items-center mb-6"> <h1 class="text-3xl font-bold">News</h1> <a href="{% url 'add_news' %}" class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700" > + Add News </a> </div> <ul class="space-y-4"> {% for news in news_items %} <li class="border-b pb-4"> <h2 class="text-xl font-bold">{{ news.title }}</h2> <p class="text-gray-600">{{ news.content }}</p> <p class="text-sm text-gray-500">Published on {{ news.pub_date }}</p> </li> {% endfor %} </ul> </div> {% endblock %}
Close