1
I Use This!
Inactive

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted over 16 years ago
Why doesn't my code that includes $_GET/$_POST work? $_GET and $_POST do NOT work well with this chat. It is recommended that you use $_SESSION, by setting whatever get/post values you will need into the session on a page BEFORE the chat page, then redirect to the chat page (by default, the chat page would be index.php).
Posted over 16 years ago
Why does phpFreeChat not work using Free.fr internet provider ? The chat uses sessions. To make sessions work with Free.f,r users should create a folder named “sessions” on the root of their site. Use the ftp command “mkdir sessions” to create the folder.
Posted over 16 years ago
Server side * A Web server (Apache, IIS, Xitami ...) * Write access on the Web server (SSH, FTP, or other) * Doesn't works with “suphp” apache module enabled for versions < 1.0-beta5 * PHP in your webserver * PHP ≥ 4.1.0 for pfc 0.x ... [More] 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 16 years ago
* Fixes the deop command and maybe other regressions (thanks to bakebowling and Walker for the report) ; r1249 * XSS security hole fix in the '/me' command. (thanks to Philipp Blaim for the report) ; r1250 * Bug fix: when reloading the chat ... [More] while a private message tab is opened, the PV tab was not shown again. (thanks to Amandarn) ; r1252 * Bug fix: parsing problem with bbcode [color] tag on konqueror browser (sourceforge patch #2234430) ; r1253 * Bug fix: wrong theme_url calculation co… [Less]
Posted over 16 years ago
If you use phpFreeChat on your website, we will be pleased to add you to the list. But in exchange, to help phpfreechat promoting over the net just add a link to phpfreechat website on your public web page and contact us. * jptorrent - “The first ... [More] MultiSearch Torrent Client” * objectivismonline - “Reality, Reason, Rights!” * Bertemu.us - “the second largest community site in indonesia” * bitsofnews.com - “Bits of News” * mises.org - “Ludwig von Mises Institute” * … [Less]
Posted over 16 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
Posted over 16 years ago
Why does phpFreeChat not work using Free.fr internet provider ? The chat uses sessions. To make sessions work with Free.f,r users should create a folder named “sessions” on the root of their site. Use the ftp command “mkdir sessions” to create the folder.
Posted over 16 years ago
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; this is ... [More] 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 16 years ago
Contact us Two ways : * Post a message on the forum (used for the free support) * Contact us by email at : [email protected]
Posted over 16 years ago
phpFreeChat PHP classes roles phpFreeChat_Server Abstract class factory which creates the concrete phpFreeChat_Server objects. Examples: IRC, XMPP, File ... It also factorizes a static reference to the current phpFreeChat instance. The concretes ... [More] phpFreeChat_Server classes roles are to provide the glue between phpfreechat and the server's specificities. [Less]