Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
var /
www /
html /
amss /
include /
sceditor-2.1.3 /
[ HOME SHELL ]
Name
Size
Permission
Action
development
[ DIR ]
drwxr-xr-x
emoticons
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
minified
[ DIR ]
drwxr-xr-x
README.md
4.07
KB
-rw-r--r--
example.html
2.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : example.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>SCEditor Demo</title> <link rel="stylesheet" href="./minified/themes/default.min.css" id="theme-style" /> <script src="./minified/sceditor.min.js"></script> <script src="./minified/icons/monocons.js"></script> <script src="./minified/formats/bbcode.js"></script> <style> html { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } form div { padding: .5em; } code:before { position: absolute; content: 'Code:'; top: -1.35em; left: 0; } code { margin-top: 1.5em; position: relative; background: #eee; border: 1px solid #aaa; white-space: pre; padding: .25em; min-height: 1.25em; } code:before, code { display: block; text-align: left; } </style> </head> <body> <form action="" method="post"> <div> <textarea id="example" style="height:300px;width:600px;">[center][size=3][b]BBCode SCEditor[/b][/size][/center] Give it a try! :) [color=#ff00]Red text! [/color][color=#3399ff]Blue?[/color] [ul][li]A simple list[/li][li]list item 2[/li][/ul] If you are using IE9+ or any non-IE browser just type [b]:[/b]) and it should be converted into :) as you type.</textarea> <p>If you are using IE9+ or any other browser then it should automatically replace :) and other emoticon codes with theit emoticon images.</p> </div> <div> <label for="theme">Theme:</label> <select id="theme"> <option value="default">Default</option> <option value="defaultdark">Default dark</option> <option value="modern">Modern</option> <option value="office-toolbar">Office Toolbar</option> <option value="office">Office</option> <option value="square">Square</option> </select> </div> </form> <script> var textarea = document.getElementById('example'); sceditor.create(textarea, { format: 'bbcode', icons: 'monocons', style: '../minified/themes/content/default.min.css' }); var themeInput = document.getElementById('theme'); themeInput.onchange = function() { var theme = '../minified/themes/' + themeInput.value + '.min.css'; document.getElementById('theme-style').href = theme; }; </script> <p>SCEditor is licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></p> </body> </html>
Close