1
I Use This!
Inactive

News

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
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 ... [More] for download. This version is well-tested and is a full feature chat. Don't hesitate to try the demo. [Less]
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 ≥ ... [More] 4.1.0 for pfc 0.x and pfc ≤ 1.0-beta8 * PHP ≥ 4.2.0 for pfc ≥ 1.0-beta9 (because of “ctype” functions family) * In some cases “safe_mode=On” makes problems * “ctype_*” function family should be enable in your php for pfc ≥ 1.0-beta9 * flock php… [Less]
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; ... [More] this is your parameters list. The parameters list is set into the $params array and passed into the class. To add a new parameter, simply follow the same syntax as the others: [Less]
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 ... [More] HTTP so you only need a web browser and an internet connection. (everyone can easily chat!) No problems with none-latin characteres ! Are you Russian, Japanese, Turk, Chinese, or Arabic? Whatever language you speak, phpfreechat will nicely display your … [Less]