1
I Use This!
Inactive

News

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
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 * ... [More] PHP ≥ 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 * … [Less]
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 ... [More] the new browsers. Unfortunately the changes broke several pages, including phpfreechat's chatroom. The easiest solution is to insert the following meta tag somewhere in your html headers (between the and tags): [Less]
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 ... [More] start with $params; 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
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” ... [More] directory on your server into a browsable directory (public directory). Tip: if you have a SSH access, I suggest to untar the archives directly on the server usign “tar xzf phpfreechat-x.x.tar.gz” command. * Give the web server's write permissions to … [Less]
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 ... [More] authentication system (phpbb3 integration available) * hook system to enable features extension * coming soon: * be able to rename the username (/nick command) * be able to create private messages * multi-channel management * long polli… [Less]
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 ... [More] supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and plugins systems that allows you to write your own storage routines (ex: Mysql, IRC backends ...), and you own chat commands ! [Less]
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