Posted
over 16 years
ago
If you want to support this project with money, you can make a donation (we prefer euros) :
Donate in euros (€) Array Donate in dollars ($) Array
If you are not a coder and you absolutely need a feature to be implemented. You can contact us
|
Posted
over 16 years
ago
If you want to support this project with money, you can make a donation (we prefer euros) :
Donate in euros (€) Array Donate in dollars ($) Array
If you are not a coder and you absolutely need a feature to be implemented. You can contact us
|
Posted
over 16 years
ago
With the logo
You plan to use the chat and you are ready to leave the linkback logo Array on your chat : the chat is totally free, and you can modify it. The license is LGPL.
Without the logo
* You plan to use the chat on a non-commercial
|
Posted
over 16 years
ago
If you want to support this project with money, you can make a donation (we prefer euros) :
Donate in euros (€) Array Donate in dollars ($) Array
If you are not a coder and you absolutely need a feature to be implemented. You can contact us
|
Posted
over 16 years
ago
With the logo
You plan to use the chat and you are ready to leave the linkback logo Array on your chat : the chat is totally free, and you can modify it. The license is LGPL.
Without the logo
* You plan to use the chat on a non-commercial
|
Posted
over 16 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
over 16 years
ago
If you want to support this project with money, you can make a donation (we prefer euros) :
Donate in euros (€) Array Donate in dollars ($) Array
If you are not a coder and you absolutely need a feature to be implemented. You can contact us
|
Posted
over 16 years
ago
AJAXCSSIRC...
demo
Thanks to contributors !
March 13, 2009
Pfc community is growing day after day, code and documentation are also improved day after day. This is the reason why we have to thanks gracefully all our contributors, especially:
|
Posted
over 16 years
ago
If you want to support this project with money, you can make a donation (we prefer euros) :
Donate in euros (€) Array Donate in dollars ($) Array
If you are not a coder and you absolutely need a feature to be implemented. You can contact us
|
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).
|