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.220.25.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 /
mixchief_app /
templates /
Orders /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html.twig
69
B
-rw-rw-r--
order.html.twig
1.84
KB
-rw-rw-r--
orders.html.twig
870
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : orders.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="card"> <div class="card-header"> <h3>Sales</h3> </div> <div class="card-body"> <table class="table table-striped" id="rowSelection"> <thead> <tr> <th>Amount</th> <th>Status</th> <th>Date</th> </tr> </thead> <tbody> {% for item in orders %} <tr class="clickable-row" data-href="{{ path('vieworder', {'id': item.id }) }}"> <td> <a href="{{ path('vieworder', {'id': item.id }) }}">{{ item.amount }}</a></td> <td>{{ item.status }}</td> <td>{{ item.date|date('d/m/Y h:i:s A') }}</td> </tr> {% endfor %} </tbody> </table> </div> </div> </div> {% endblock %} {% block javascripts %} {{ parent() }} <script> </script> {% endblock %}
Close