Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 18.227.114.73
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
.mad-root
0
B
-rw-rw-rw-
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-
pwnkit
10.99
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 : inlinetextarea.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>Replace Textarea with Inline Editor — CKEditor Sample</title> <script src="../../ckeditor.js"></script> <link href="sample.css" rel="stylesheet"> <style> /* Style the CKEditor element to look like a textfield */ .cke_textarea_inline { padding: 10px; height: 200px; overflow: auto; border: 1px solid gray; -webkit-appearance: textfield; } </style> </head> <body> <h1 class="samples"> <a href="index.html">CKEditor Samples</a> » Replace Textarea with Inline Editor </h1> <div class="warning deprecated"> This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>. </div> <div class="description"> <p> You can also create an inline editor from a <code>textarea</code> element. In this case the <code>textarea</code> will be replaced by a <code>div</code> element with inline editing enabled. </p> <pre class="samples"> // "article-body" is the name of a textarea element. var editor = CKEDITOR.inline( 'article-body' ); </pre> </div> <form action="sample_posteddata.php" method="post"> <h2>This is a sample form with some fields</h2> <p> Title:<br> <input type="text" name="title" value="Sample Form"></p> <p> Article Body (Textarea converted to CKEditor):<br> <textarea name="article-body" style="height: 200px"> <h2>Technical details <a id="tech-details" name="tech-details"></a></h2> <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;"> <caption><strong>Mission crew</strong></caption> <thead> <tr> <th scope="col">Position</th> <th scope="col">Astronaut</th> </tr> </thead> <tbody> <tr> <td>Commander</td> <td>Neil A. Armstrong</td> </tr> <tr> <td>Command Module Pilot</td> <td>Michael Collins</td> </tr> <tr> <td>Lunar Module Pilot</td> <td>Edwin "Buzz" E. Aldrin, Jr.</td> </tr> </tbody> </table> <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p> <ol> <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li> <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li> <li><strong>Lunar Module</strong> for landing on the Moon.</li> </ol> <p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p> <hr /> <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p> </textarea> </p> <p> <input type="submit" value="Submit"> </p> </form> <script> CKEDITOR.inline( 'article-body' ); </script> <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