Posted
about 13 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
about 13 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
about 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
|
Posted
about 13 years
ago
* Fix a XSS security issue in demo65 (thanks to PC SJJ)
* Fix a XSS security issue in CSSTidy lib (thanks to utan)
|
Posted
about 13 years
ago
* Fix a XSS security issue in demo65 (thanks to PC SJJ)
|
Posted
about 13 years
ago
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.
Customization of the overall appearance (colors, sizes ...)
You need to create a new theme (for example mytheme) :
|
Posted
about 13 years
ago
|
Posted
about 13 years
ago
Screen shots are nice but a demo is better. Try it ! (you do not need to register)
Maybe your are also looking for phpfreechat logos.
Default appearance for v1.x
Array
Default appearance for v0.x
Array
Customized appearance (enclume style) for v0.x
Array
|
Posted
about 13 years
ago
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 HTTP so you only
|
Posted
about 13 years
ago
Screen shots are nice but a demo is better. Try it ! (you do not need to register)
Maybe your are also looking for phpfreechat logos.
Default appearance for v1.x
Array
php demo chat
Array
Customized appearance (enclume style) for v0.x
Array
|