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.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
foryou-vip.com /
src /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
allImgs
[ DIR ]
drwxrwxrwx
2022-03-20 10:31
index.jsx
1.09
KB
-rwxrwxrwx
2022-03-20 10:31
Save
Rename
function getMainWidth(){ let SIDBAR = document.querySelector('.navbar-vertical.navbar-expand-xs.fixed-left') if(getWidth() > 1200){ SIDBAR.style.left = '0px'; } } const handelTitle = (title) => { document.title = title let SIDBAR = document.querySelector('.navbar-vertical.navbar-expand-xs.fixed-left') if(document.title === title){ SIDBAR.style.left = '-400px'; }else{ SIDBAR.style.left = '0px'; } } function getWidth() { if (document.documentElement && document.documentElement.clientWidth) { return document.documentElement.clientWidth; } if (document.body) { return document.body.clientWidth; } } const hideShowSidebar = () => { let HideShow = false; let SIDBAR = document.querySelector('.navbar-vertical.navbar-expand-xs.fixed-left') if(getWidth() < 1200){ if(HideShow){ HideShow = false SIDBAR.style.left = '0px'; }else{ HideShow = true SIDBAR.style.left = '270px'; SIDBAR.style.backgroundColor = '#fff' } } } export { getMainWidth, handelTitle, getWidth, hideShowSidebar };