Posted
over 12 years
ago
by
phpfreechat
If you want to support this project with money, you can make a donation.
If you are not a coder and you absolutely need a feature to be implemented. You can contact us, explain the feature you need and we will evaluate the time we need to implement this feature. Then you decide to pay or not.
|
Posted
over 12 years
ago
by
phpfreechat
If you want to support this project with money, you can make a donation.
If you are not a coder and you absolutely need a feature to be implemented. You can contact us, explain the feature you need and we will evaluate the time we need to implement this feature. Then you decide to pay or not.
|
Posted
over 12 years
ago
by
phpfreechat
|
Posted
over 12 years
ago
by
phpfreechat
phpFreeChat v2 download
The 2.0.5 release is available for download. This version is not yet full feature but loads faster than v1. Don't hesitate to check the v2 feature list or the v2 demo.
phpFreeChat v1 download
The 1.6 release is available
|
Posted
over 12 years
ago
by
phpfreechat
* 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
|
Posted
over 12 years
ago
by
phpfreechat
documentation
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
* PHP ≥
|
Posted
over 12 years
ago
by
phpfreechat
documentation
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
by
phpfreechat
documentation
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
by
phpfreechat
page
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 start with $params;
|
Posted
over 12 years
ago
by
phpfreechat
documentation
Simple
You only have to copy/paste few lines of code to have a nice working chat.
It doesn't require MySQL or any SQL database, messages and nicknames are simply stored in files.
No problems with firewalls, this script is based on
|