Posted
over 14 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
over 14 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
* Improves the log proxy: year and month directories are created in order to split the
|
Posted
over 14 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
over 14 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
* Improves the log proxy: year and month directories are created in order to split the
|
Posted
over 14 years
ago
Here is few tips to help pfc integrators to merge external contributions into the official branch.
Contributors will submit pull request from github interface. You will review the code and accept or not the contribution. If you accept it, you can merge it to the official source code in two ways:
|
Posted
over 14 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
|
Posted
over 14 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
over 14 years
ago
* 27 Oct - Thanks to GEICO Direct for his donation ($140 USD)
* 27 Oct - Thanks to daniel keppler for his donation (€10 EUR)
* 27 Oct - Thanks to Freeware Download Many for his donation (€22 EUR)
* 29 Sep - Thanks to Gutschein for his
|
Posted
over 14 years
ago
phpFreeChat is developed on github since March 2011.
To clone it, uses this little command:
git clone git://github.com/kerphi/phpfreechat.git
Don't hesitate to fork it, to push your contribution on your branch and to submit a pull request to the project. Your code will then be reviewed before being integrated to the official source code.
|
Posted
over 14 years
ago
Here is steps to follow if you want to submit a contribution to the official pfc source code.
* Fork the phpFreeChat project at github
* Clone your fork locally
* Add your contribution to your local branch
* Push it to github
* Submit a pull request to the official phpFreeChat branch
|