Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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 /
webmin /
mailboxes /
xinha /
[ HOME SHELL ]
Name
Size
Permission
Action
contrib
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
iconsets
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
popups
[ DIR ]
drwxr-xr-x
skins
[ DIR ]
drwxr-xr-x
Xinha.css
8.05
KB
-rw-r--r--
XinhaCore.js
91.56
KB
-rw-r--r--
htmlarea.js
1012
B
-rw-r--r--
license.txt
1.59
KB
-rw-r--r--
release-notes.txt
18.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : htmlarea.js
/*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- -- COMPATIBILITY FILE -- htmlarea.js is now XinhaCore.js -- -- $HeadURL:http://svn.xinha.webfactional.com/trunk/htmlarea.js $ -- $LastChangedDate:2007-01-15 15:28:57 +0100 (Mo, 15 Jan 2007) $ -- $LastChangedRevision:659 $ -- $LastChangedBy:gogo $ --------------------------------------------------------------------------*/ if ( typeof _editor_url == "string" ) { // Leave exactly one backslash at the end of _editor_url _editor_url = _editor_url.replace(/\x2f*$/, '/'); } else { alert("WARNING: _editor_url is not set! You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea/', but it can be relative if you prefer. Further we will try to load the editor files correctly but we'll probably fail."); _editor_url = ''; } document.write('<script type="text/javascript" src="'+_editor_url+'XinhaCore.js"></script>');
Close