Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
skins /
vector /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
csshover.htc
9.48
KB
-rw-r--r--
2010-08-12 19:56
csshover.min.htc
2.82
KB
-rw-r--r--
2011-01-12 22:01
screen.css
23.85
KB
-rw-r--r--
2011-11-24 17:33
vector.js
572
B
-rw-r--r--
2011-04-26 20:18
Save
Rename
/* * Vector-specific scripts */ jQuery( function( $ ) { var $pCactions = $( '#p-cactions' ); $pCactions.find( 'h5 a' ) // For accessibility, show the menu when the hidden link in the menu is clicked (bug 24298) .click( function( e ) { $pCactions.find( '.menu' ).toggleClass( 'menuForceShow' ); e.preventDefault(); }) // When the hidden link has focus, also set a class that will change the arrow icon .focus( function() { $pCactions.addClass( 'vectorMenuFocus' ); }) .blur( function() { $pCactions.removeClass( 'vectorMenuFocus' ); }); });