1
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 17 years ago
phpFreeChat 0.9.4 - will not be released * Change the directory and file creation rights to 0700 (thanks to Thomas Lußnig for the notice) * New Bulgarian “bg_BG” translation (thanks to Marko Nikolov) * Bug fix: URL parsing breaks when an URL ... [More] contains a semicolon (thanks to Shimodax) * Bug fix: “pfcclient-custo.js.tpl.php” include was broken (sourceforge bug 1743405) [Less]
Posted almost 17 years ago
This widget can be used to establish a “server to client” persistent connection. It makes possible real time client updates using HTTP connections only. Server side a unique process is kept alive and is dedicated for sending fresh data to the client. ... [More] However, this widget do not allows the client to send data to this persistent process. For a such feature, have a look to Pxxo_Widget_Socket. Internally this widget uses HTML iframe coupled with an PHP's “infinite loop” server side. This way… [Less]
Posted almost 17 years ago
Client API Pxxo_Widget_Comet decorator provides the javascript class you have to use to create the persistent connection between the server and the client. Its name is the value of the widget's $ClassID (most of the time: Pxxo_Widget_Comet) So, to instantiate the comet class in your widget class, you have to do something like that :
Posted almost 17 years ago
If you want to support this project with money, you can make a donation : In dollars In euros Array Array 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 almost 17 years ago
If you want to support this project with money, you can make a donation : In dollars In euros Array Array 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 17 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. * Gamechaser.net - “The ... [More] Community for all things gaming” * jptorrent - “The first MultiSearch Torrent Client” * objectivismonline - “Reality, Reason, Rights!” * Bertemu.us - “the second largest community site in indonesia” * bitsofnews.com - “Bits … [Less]
Posted about 17 years ago
This page lists latest changes on the different phpFreeChat branches. Every new commit in the subversion should be reported on these pages.
Posted about 17 years ago
phpFreeChat 0.7 on 02/15/2006 * Implement a simple i18n system and add French/English translation of all the messages (contributions are welcomed for other translations). * Add the chinese translations (thanks to guoxianghao) * Add the formal ... [More] and informal german translation (thanks to bsemf) * Add the arabic translation (thanks to sandra rizk) * Bug fix: add dirname(FILE) to xajax require_once to avoid problems on badly configured php servers. * Switch minimize and maximize icon. *… [Less]
Posted about 17 years ago
phpFreeChat 0.8 on 03/03/2006 * Add themes support : a theme is a directory containing all the necessary ressources (smileys, templates, images) to completly customize the chat appearance. When a new theme is created, only the wanted ressources ... [More] can be changed, the default theme is allways the fallback, it means a empty theme will work because the default theme will be the fallback for the all the ressources. * Now a command is a class in a file. So, it's very easy to define your own command… [Less]
Posted about 17 years ago
phpFreeChat 0.9 on 03/24/2006 * Handle correctly (on FF, IE, Konqueror) the TAB key and use it for basic nicknames completion like on IRC. * Make possible to change the written text color permanently. (internaly it uses the bbcode colors) * ... [More] Bug fix: On IE6 when showing/hiding the nickname list and the smileys list, these boxes disappeared curiously. The workeround is to load an image with a very long (>4550 characteres) src url. Why ? I don't know ! * Bug fix: When the chat window wa… [Less]