1
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 15 years ago
* Dec 13 - Thanks to Men's Rings for his donation ($30 USD) * Dec 9 - Thanks to Vanquish Card for his donation (€50 EUR) * Dec 7 - Thanks to Prepaidtarifvergleich.info for his donation (€10 EUR) * Nov 20 - Thanks to International Car Shipping ... [More] for his donation ($30 USD) * Oct 29 - Thanks to Swords for his donation (€30 EUR) * Sep 9 - Thanks to Stainless Steel Jewelry for his donation (€30 EUR) * Sep 6 - Thanks to Kinderspiele for his donation (€10 EUR) * Aug 7 - Thanks to Schwarzen… [Less]
Posted almost 15 years ago
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 almost 15 years ago
download phpfreechat from sourceforge Tow branches are downloadable: * 1.x stable branche has these features: * multi-channels * private messages * moderation (kick, ban) * multi-language * multi-users (nicknames list displayed) * smileys box * themable * bbcode styles
Posted almost 15 years ago
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 ≥ 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 * flock php function needs… [Less]
Posted almost 15 years ago
“”AJAX“”CSSIRC... demo Simple Sólo tienes que copiar/pegar 3 lineas de código para conseguir un chat funcional. No es necesario configurar una base de datos (Mysql), los mensajes y 'nicknames' se almacenan en archivos. Sin problemas de ... [More] firewalls, es un script basado en HTTP de forma que sólo necesitas un navegador y una conexión a internet. (todo el mundo puede chatear facilmente!) [Less]
Posted almost 15 years ago
“”AJAX“”CSSIRC... demo Simple Sólo tienes que copiar/pegar 3 lineas de código para conseguir un chat funcional. No es necesario configurar una base de datos (Mysql), los mensajes y 'nicknames' se almacenan en archivos. Sin problemas de ... [More] firewalls, es un script basado en HTTP de forma que sólo necesitas un navegador y una conexión a internet. (todo el mundo puede chatear facilmente!) [Less]
Posted almost 15 years ago
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 ≥ 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 * flock php function needs… [Less]
Posted almost 15 years ago
* Add a security on the delay calculation based on the ping value for slow connections ; r1275 * Fix nick auto complete bug (thanks to lackattack) ; r1276
Posted almost 15 years ago
download phpfreechat from sourceforge Tow branches are downloadable: * 1.x stable branche has these features: * multi-channels * private messages * moderation (kick, ban) * multi-language * multi-users (nicknames list displayed) * smileys box * themable * bbcode styles
Posted almost 15 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]