
Creating chat rooms everywhere - phpFreeChat
Need a live free chat for your website ? phpfreechat is made for you. Your visitors can thus discuss through public and private chat rooms. In addition, the interface is customizable on desktops, tablets and smartphones to fit your website design.
Ein kostenloser, einfacher, schneller und anpassbarer Chatserver
AJAX-Technologie wird verwendet, um weich zu Aktualisieren (kein Flimmern) und den Chat anzuzeigen.Nachrichten und Benutzernamen werden in einem einfachen Dateisystem gespeichert, sodass soviel Serverkapazitäten wie möglich eingespart werden.
Documentation - Installation quickstart - phpFreeChat
Prerequisites. Web browser compatible with JQuery (almost all !) A server with: php >= 5.3.0 (Slim framework dependency)
Documentation - Overview - phpFreeChat
client: a themable jquery plugin in charge of displaying the chat interface and to communicate with the server side using for example AJAX; server: a RESTful architecture coded in PHP using the Slim framework in charge of the chat logic. It stores messages and send messages updates to the clients using classic HTTP methods (GET, POST, PUT, DELETE).
Documentation - Chat commands - phpFreeChat
Here is a list of commands that can be used when chatting. op. Add the operator flag on the given user and channel.
Schnellstart - phpFreeChat
Laden Sie das selbstentpackende Setup-Script (phpfreechat-x.x-setup.php) der gewünschten Version von der Downloadseite herunter. Laden Sie diese Datei in ein öffentlich zugängliches Verzeichnis auf Ihrem Webserver hoch.
Documentation - Server side hooks - phpFreeChat
Hooks can be used to plug piece of code into the official phpfreechat code. Thanks to hooks, you can customize or extend phpfreechat's features. Hooks can be configured in your server/config.php or server/config.local.php files. pfc.before.auth. This hook can be used to connect the chat authentication system to you own one.
phpFreeChat demo
The source code /var/www/src/1.0/demo/demo14_in_german_formal_language.php <?php require_once dirname (__FILE__). "/../src/phpfreechat.class.php";
phpFreeChat demo
2025年1月2日 · The source code /var/www/src/1.0/demo/demo43_change_the_nicknames_colors.php <?php require_once …
phpFreeChat demo
2024年1月10日 · The source code /var/www/src/1.0/demo/demo9_with_a_utf8_encoded_nickname.php <?php require_once …