Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkymed/funkychat
2007 project chat in xmlhttprequest
https://github.com/funkymed/funkychat
Last synced: about 2 months ago
JSON representation
2007 project chat in xmlhttprequest
- Host: GitHub
- URL: https://github.com/funkymed/funkychat
- Owner: funkymed
- Created: 2015-04-20T10:17:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T10:21:51.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:21:42.447Z (9 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FunkyChat Ajax/Php/Sql/Xml/Xsl version Beta 1
by Cyril Pereira
Prototype JavaScript framework, version 1.5.0 (c)by Sam Stephenson
Funkychat is release in Creative Commons licence
EN http://creativecommons.org/licenses/by/2.0/fr/deed.en_GB
FR http://creativecommons.org/licenses/by/2.0/fr/
PT http://creativecommons.org/licenses/by/2.0/fr/deed.pt## Funkychat is a chat in Ajax/Php.
* You can chat online with people,
* Smilies allowed with shortkey like ':)'
* Transform url directly without use the tag
* Save the conversation in Mysql or Xml.## Install :
### SQL Mode (to choose this mode : /php/config.php) :
To install you need a MySQL database and PHP4 installed on your server (Apache)
You need to create a table 'history' (see the file structure.sql)Edit the file /php/config.php
define ( "ARCHIVAGE" , "SQL");
define ( "BDD_HOST" , "localhost" ); // Host
define ( "BDD_LOGIN" , "root" ); // Database UserName
define ( "BDD_MDP" , "" ); // Database Password
define ( "BDD" , "chat" ); // Database Name
define ( "BDD_TABLE" , "history" ); // Table Database
define ( "MAX_LINE" , "40" ); // SQL onlyUpload the file online and that it.
### XML mode (to choose this mode : /php/config.php) :
Edit the file /php/config.php
define ( "ARCHIVAGE" , "XML");
To install the chat, you need a server with Apache and PHP 4
Upload the file online and that it.
### Skin :
Just edit this file : /css/css.css