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 | : 18.116.112.164
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 : match.html
{% extends "base.html" %} {% block meta %} <meta content="https://twitter.com/betme" property="og:see_also"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@betme"> <meta name="twitter:creator" content="@betme"> <meta content="{{ event.name }}" property="og:title"> <meta content="Bet directly against any and everyone." property="og:description"> <meta name="twitter:title" content="{{ event.name }}"> <meta name="twitter:description" content="Bet directly against any and everyone."> <meta name="twitter:image:width" content="500"> <meta name="twitter:image:height" content="300"> <meta name="twitter:image" content="https://res.cloudinary.com/cravings/image/upload/v1593521051/cravvings/uzdacewdmexmhtohsldm.jpg"> <meta content="https://res.cloudinary.com/cravings/image/upload/v1593521051/cravvings/uzdacewdmexmhtohsldm.jpg" property="og:image"> <meta name="search_token" value=""> {% endblock %} {% block body %} <main class="match-main"> <section class="player-bets"> <h3>Bets placed for <span>{{ event.name }}</span> initiated by {{ bet.initiator.name }} {% if bet.private %}(Private){% endif %}</h3> <h3>Time: {{ event.start_date }}</h3> <h4>Type: {{ bet.type }}</h4> <table class="styled-table"> <thead> <tr> <th>Player</th> <th>Amount</th> <th>Option</th> <th class="hidden-xs">Date</th> </tr> </thead> <tbody> {% for player in playerbets %} <tr class="{% if player.player.name == user.username %}selected{% endif %}"> <td>{{ player.player.name }}</td> <td>{{ player.amount }}</td> <td>{{ player.selection.name }}</td> <td class="hidden-xs">{{ player.date_placed }}</td> </tr> {% endfor %} </tbody> </table> </section> {% if not involved %} <section class="options"> <h3>Select option</h3> {% if error_message %}<p class="error"><strong>{{ error_message }}</strong></p>{% endif %} <form class="match-form" action="{% url 'match_bet' bet_key=bet.bet_key %}" method="POST"> <ul> <fieldset> <legend>Available options for {{ event.name }}</legend> {% for option in options %} <li> <input type="radio" name="option" id="option-{{ option.optid }}" value="{{ option.optid }}"> <label for="option-{{ option.optid }}">{{ option.name }}</label> </li> {% endfor %} </fieldset> <li> <label for="amount"> <input type="text" name="amount" id="amount" placeholder="Amount" value="{{ bet.minimum }}" {% if bet.type == 'fixed' %}disabled{%endif%} > </label> </li> <li> <input type="submit" value="Play"> </li> </ul> </form> </section> {% endif %} <section class="bottom"> <a href="{% url 'event_detail' event.id %}" class="btn btn-primary">Go Back</a> </section> </main> {% endblock body %}
Close