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).
|
Posted
over 16 years
ago
Why does phpFreeChat not work using Free.fr internet provider ?
The chat uses sessions. To make sessions work with Free.f,r users should create a folder named “sessions” on the root of their site.
Use the ftp command “mkdir sessions” to create the folder.
|
Posted
over 16 years
ago
Server side
* A Web server (Apache, IIS, Xitami ...)
* Write access on the Web server (SSH, FTP, or other)
* Doesn't works with “suphp” apache module enabled for versions < 1.0-beta5
* PHP in your webserver
* PHP ≥ 4.1.0 for pfc 0.x
|
Posted
over 16 years
ago
* Fixes the deop command and maybe other regressions (thanks to bakebowling and Walker for the report) ; r1249
* XSS security hole fix in the '/me' command. (thanks to Philipp Blaim for the report) ; r1250
* Bug fix: when reloading the chat
|
Posted
over 16 years
ago
If you use phpFreeChat on your website, we will be pleased to add you to the list. But in exchange, to help phpfreechat promoting over the net just add a link to phpfreechat website on your public web page and contact us.
* jptorrent - “The first
|
Posted
over 16 years
ago
Here is a list of commands that can be used when chatting.
ban
Bans an user and kicks it from the room
/ban {nickname} {reason}
banlist
This command lists the banished users on the given channel
/banlist
clear
Clears the room's messages
|
Posted
over 16 years
ago
Why does phpFreeChat not work using Free.fr internet provider ?
The chat uses sessions. To make sessions work with Free.f,r users should create a folder named “sessions” on the root of their site.
Use the ftp command “mkdir sessions” to create the folder.
|
Posted
over 16 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 16 years
ago
Contact us
Two ways :
* Post a message on the forum (used for the free support)
* Contact us by email at : [email protected]
|
Posted
over 16 years
ago
phpFreeChat PHP classes roles
phpFreeChat_Server
Abstract class factory which creates the concrete phpFreeChat_Server objects. Examples: IRC, XMPP, File ... It also factorizes a static reference to the current phpFreeChat instance.
The concretes
|