Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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 /
betpair /
betting /
templates /
events /
[ HOME SHELL ]
Name
Size
Permission
Action
detail.html
11.43
KB
-rw-rw-r--
index.html
1.5
KB
-rw-rw-r--
match.html
3.71
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
{% extends "base.html" %} {% block body %} <!-- <div class="search-wrapper"> <div class="search-content"> <h1>Look for events to put money on</h1> <form action="#" class="search-form"> <div class="form-group"> <input type="text"> </div> <button class="btn">Search</button> </form> </div> </div> --> <div class="events-wrapper"> <h1 class="text-center">Events</h1> <div class="events"> {% for event in events %} <div class="event"> {% load static %} <a href="#"> <img src="{% static 'images/media' %}/{{ event.image }}" alt="{{ event.name }}" class="evt-image"> </a> <div class="evt-content"> <p><strong>{{ event.name }}</strong></p> <p><small>{{ event.start_date }}</small></p> <p>{{ event.pn }}</p> <p>{% if event.finished %}Closed{% elif event.still_on %}In progress{% else %}Not Started{% endif %}</p> {% if not event.finished %} <a href="{% url 'event_detail' event.id %}" class="btn">Place Bet</a> {% endif %} </div> </div> {% endfor %} </div> </div> {% endblock body %}
Close