Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Doc /
tools /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
customsourcelink.html
489
B
-rw-r--r--
2024-03-19 22:46
download.html
2.81
KB
-rw-r--r--
2024-03-19 22:46
dummy.html
835
B
-rw-r--r--
2024-03-19 22:46
indexcontent.html
5.28
KB
-rw-r--r--
2024-03-19 22:46
indexsidebar.html
1.09
KB
-rw-r--r--
2024-03-19 22:46
layout.html
1.21
KB
-rw-r--r--
2024-03-19 22:46
opensearch.xml
172
B
-rw-r--r--
2024-03-19 22:46
search.html
2.23
KB
-rw-r--r--
2024-03-19 22:46
Save
Rename
{% extends "!search.html" %} {% block extrahead %} {{ super() }} <script type="text/javascript"> var GLOSSARY_PAGE = 'glossary.html'; jQuery(function() { $.getJSON("_static/glossary.json", function(glossary) { var RESULT_TEMPLATE = '<div style="display: none" class="admonition seealso" id="glossary-result">' + ' <p class="topic-title">' + ' <a class="glossary-title" href="#"></a>' + ' </p>' + ' <div class="glossary-body"></div>' + '</div>'; $("#search-results").prepend(RESULT_TEMPLATE); var params = $.getQueryParameters(); if (params.q) { var search_param = params.q[0].toLowerCase(); var glossary_item = glossary[search_param]; if (glossary_item) { var resultDiv = $("#glossary-result"); // set up the title text with a link to the glossary page resultDiv.find(".glossary-title").text('Glossary: ' + glossary_item.title); var link_target = search_param.replace(/ /g, '-'); resultDiv.find(".glossary-title").attr( 'href', GLOSSARY_PAGE + '#term-' + link_target ); // rewrite any anchor links (to other glossary terms) // to have a full reference to the glossary page var body = $(glossary_item.body).children(); body.find("a[href^='#']").each(function() { var current_url = $(this).attr('href'); $(this).attr('href', GLOSSARY_PAGE + current_url); }); resultDiv.find(".glossary-body").html(body); resultDiv.show(); } else { $("#glossary-result").hide(''); } } }); }); </script> {% endblock %}