Menu

Tree [36ab65] master /
 History

HTTPS access


File Date Author Commit
 README.txt 2012-09-20 alhambra1 alhambra1 [dea760] added terminal server jCryption plugin
 database_tables.sql 2012-09-20 alhambra1 alhambra1 [dea760] added terminal server jCryption plugin
 encrypt.php 2012-09-20 alhambra1 alhambra1 [36ab65] added terminal server jCryption plugin
 index.html 2012-09-20 alhambra1 alhambra1 [db857c] added terminal server jCryption plugin
 terminal.js 2012-09-20 alhambra1 alhambra1 [dea760] added terminal server jCryption plugin

Read Me

TERMINAL-SERVER-PLUGIN README

The terminal-server-plugin is already added to the terminal.js code, 
and includes encrypted server communication and two-way chat.

The plugin adds the following commands:

  $SERVER LINK
  $SERVER UNLINK
  $SERVER LOGIN Username [/P Password]
  $SERVER LOGOUT [Username]
  $SERVER STATUS
        
  $CHAT ON
  $CHAT OFF
  $CHAT CLEAR
  $CHAT NICKNAME Nickname
  $CHAT UNSET NICKNAME

The plugin relies on jCryption, available here: www.jcryption.org.
Paths are configured for a jCryption folder installed in the website's 
public_html directory alongside Terminal. Without jCryption and the encrypt.php 
file, terminal.js will work fine but will not include the plugin features.

Terminal-server-plugin configuration in the terminal.js file can be adjusted at the 
"TERMINAL SERVER PLUGIN - CONFIGURATION & VARIABLES" section, and in the encrypt.php file 
at the "CONFIGURATION" section. The index.html file includes a path to jquery.jcryption.js, 
which may need adjusting.