Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
javascript /
codemirror /
addon /
mode /
[ HOME SHELL ]
Name
Size
Permission
Action
loadmode.js
2.48
KB
-rw-r--r--
multiplex.js
5.07
KB
-rw-r--r--
multiplex_test.js
1.33
KB
-rw-r--r--
overlay.js
3.17
KB
-rw-r--r--
simple.js
7.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : multiplex_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function() { CodeMirror.defineMode("markdown_with_stex", function(){ var inner = CodeMirror.getMode({}, "stex"); var outer = CodeMirror.getMode({}, "markdown"); var innerOptions = { open: '$', close: '$', mode: inner, delimStyle: 'delim', innerStyle: 'inner' }; return CodeMirror.multiplexingMode(outer, innerOptions); }); var mode = CodeMirror.getMode({}, "markdown_with_stex"); function MT(name) { test.mode( name, mode, Array.prototype.slice.call(arguments, 1), 'multiplexing'); } MT( "stexInsideMarkdown", "[strong **Equation:**] [delim&delim-open $][inner&tag \\pi][delim&delim-close $]"); CodeMirror.defineMode("identical_delim_multiplex", function() { return CodeMirror.multiplexingMode(CodeMirror.getMode({indentUnit: 2}, "javascript"), { open: "#", close: "#", mode: CodeMirror.getMode({}, "markdown"), parseDelimiters: true, innerStyle: "q" }); }); var mode2 = CodeMirror.getMode({}, "identical_delim_multiplex"); test.mode("identical_delimiters_with_parseDelimiters", mode2, [ "[keyword let] [def x] [operator =] [q #foo][q&em *bar*][q #];" ], "multiplexing") })();
Close