Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.145.175.71
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
navigation /
Delete
Unzip
Name
Size
Permission
Date
Action
tree
[ DIR ]
drwxr-xr-x
2020-10-15 12:07
item_unhide_dialog.twig
982
B
-rw-r--r--
2021-02-05 18:27
main.twig
3.5
KB
-rw-r--r--
2021-02-05 18:28
Save
Rename
<form class="ajax" action="navigation.php" method="post"> <fieldset> {{ get_hidden_inputs(database, table) }} {% for type, label in types %} {% if (item_type is empty or item_type == type) and hidden[type] is iterable %} {{ not loop.first ? '<br>' }} <strong>{{ label }}</strong> <table class="all100"> <tbody> {% for item in hidden[type] %} <tr> <td>{{ item }}</td> <td class="right"> <a class="unhideNavItem ajax" href="navigation.php" data-post="{{ get_common({ 'unhideNavItem': true, 'itemType': type, 'itemName': item, 'dbName': database }, '') }}">{{ get_icon('show', 'Unhide'|trans) }}</a> </td> </tr> {% endfor %} </tbody> </table> {% endif %} {% endfor %} </fieldset> </form>