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 : blog_details.html
{% extends "base.html" %} {% block content %} <div class="max-w-3xl mx-auto p-6 bg-white shadow-lg rounded-lg"> <div class="flex items-center space-x-4 mb-4"> {% if post.profile_photo %} <img src="{{ post.profile_photo.url }}" alt="{{ post.name }}" class="w-16 h-16 rounded-full border-2 border-gray-300"> {% else %} <div class="w-16 h-16 rounded-full bg-gray-200 flex items-center justify-center text-gray-500">N/A</div> {% endif %} <div> <h2 class="text-xl font-semibold text-gray-800">{{ post.author }}</h2> <p class="text-sm text-gray-500">{{ post.created_at|date:"F d, Y" }}</p> </div> </div> <h1 class="text-3xl font-bold text-gray-900 mb-4">{{ post.title }}</h1> <p class="text-gray-700 leading-relaxed">{{ post.content }}</p> <div class="mt-6 border-t pt-6"> <!-- <h2 class="text-2xl font-bold text-gray-800">Why This Topic Matters</h2> <p class="text-gray-700 mt-2">Understanding the context and importance of this subject helps to shape discussions and insights.</p> --> </div> <div class="mt-6 border-t pt-6"> <!-- <h2 class="text-2xl font-bold text-gray-800">Key Takeaways</h2> --> <!-- <ul class="list-disc list-inside text-gray-700 mt-2"> <li>Insightful analysis of the topic</li> <li>How it impacts daily life and industry</li> <li>Future predictions and trends</li> </ul> --> </div> <div class="mt-6 border-t pt-6 bg-gray-100 p-4 rounded-lg"> <!-- <h2 class="text-2xl font-bold text-gray-800">Join the Discussion</h2> --> <p class="text-gray-700 mt-2">Have thoughts on this topic? Share your comments below!</p> </div> </div> {% endblock %}
Close