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
|
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
|
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
|
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
|
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
|
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
|