Posted
over 12 years
ago
documentation at github
Server side
* A Web server (Apache, IIS, Xitami ...)
* Write access on the Web server (SSH, FTP, or other)
* Doesn't work with “suphp” apache module enabled for versions < 1.0-beta5
* PHP in your webserver
*
|
Posted
over 12 years
ago
documentation at github
Why do IE 8.x and Safari cause the chat to look so strange?
Please note this issue only exists in PHP Free Chat v1.2 and older. PHP Free Chat 1.3 fixes this issue.
This is a problem having to do with how css is parsed in
|
Posted
over 12 years
ago
Here is a list of commands that can be used when chatting.
ban
Bans an user and kicks it from the room
/ban "{nickname}" {reason}
banlist
This command lists the banished users on the given channel
/banlist
clear
Clears the room's messages (but not the chat file logs)
|
Posted
over 12 years
ago
documentation at github
Changing the Parameters
Making changes to parameters is easy, and allows you to customize how your chat works. To change them, first open index.php in the root of your Php Free Chat folder. Look for several lines that
|
Posted
over 12 years
ago
documentation at github
phpFreeChat was developed with an aim of simplicity and flexibility.
Setting it up is relatively simple. All parameters are centralized in an array and passed as parameters on the instantiation of the phpFreeChat object.
|
Posted
over 12 years
ago
documentation at github
Setup the parameters
The chat is usable using the default configuration but a lot of options can be tweaked to customize the chat. For example, to change the refresh speed to 2 seconds, copy/paste this piece of code and run ”/rehash” command:
|
Posted
over 12 years
ago
documentation at github
First of all, check that you have the correct required configuration.
Installation
* Get the zip (or tar.gz for unix users) archive from the download page
* Unzip the archive localy then upload the “phpfreechat-x.x”
|
Posted
almost 13 years
ago
2.0.5 release is available for download. This release has these features:
* themable web interface (3 themes are available)
* responsive web interface (mobile, tablet, desktop)
* multi-user
* polling refresh system (with ajax)
* modular
|
Posted
almost 13 years
ago
[] phpFreeChat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It
|
Posted
almost 13 years
ago
* Optimization: stop refreshing the chat when network is down
* Optimization: do not send AJAX request when an empty message is posted
* Hook refactoring:
* New pfc.filter.login hook which can be used to filter characters on logins
|