Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
sphinx /
themes /
basic /
[ HOME SHELL ]
Name
Size
Permission
Action
changes
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
defindex.html
1.6
KB
-rw-r--r--
domainindex.html
1.85
KB
-rw-r--r--
genindex-single.html
1.76
KB
-rw-r--r--
genindex-split.html
1.18
KB
-rw-r--r--
genindex.html
2.02
KB
-rw-r--r--
globaltoc.html
432
B
-rw-r--r--
layout.html
7.45
KB
-rw-r--r--
localtoc.html
349
B
-rw-r--r--
opensearch.xml
679
B
-rw-r--r--
page.html
273
B
-rw-r--r--
relations.html
606
B
-rw-r--r--
search.html
1.99
KB
-rw-r--r--
searchbox.html
773
B
-rw-r--r--
sourcelink.html
544
B
-rw-r--r--
theme.conf
340
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.html
{# basic/search.html ~~~~~~~~~~~~~~~~~ Template for the search page. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} <script src="{{ pathto('_static/searchtools.js', 1) }}"></script> <script src="{{ pathto('_static/language_data.js', 1) }}"></script> {%- endblock %} {% block extrahead %} <script src="{{ pathto('searchindex.js', 1) }}" defer></script> {{ super() }} {% endblock %} {% block body %} <h1 id="search-documentation">{{ _('Search') }}</h1> {% block scriptwarning %} <noscript> <div class="admonition warning"> <p> {% trans %}Please activate JavaScript to enable the search functionality.{% endtrans %} </p> </div> </noscript> {% endblock %} {% block searchtext %} <p> {% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %} </p> {% endblock %} {% block searchbox %} <form action="" method="get"> <input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> <input type="submit" value="{{ _('search') }}" /> <span id="search-progress" style="padding-left: 10px"></span> </form> {% endblock %} {% block searchresults %} {% if search_performed %} <h2>{{ _('Search Results') }}</h2> {% if not search_results %} <p>{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}</p> {% endif %} {% endif %} <div id="search-results"> {% if search_results %} <ul> {% for href, caption, context in search_results %} <li><a href="{{ pathto(item.href) }}">{{ caption }}</a> <div class="context">{{ context|e }}</div> </li> {% endfor %} </ul> {% endif %} </div> {% endblock %} {% endblock %}
Close