phpfreechat

所属分类:WEB开发
开发工具:PHP
文件大小:529KB
下载次数:4
上传日期:2014-10-20 18:08:48
上 传 者zzy19891121
说明:  PHP编写的网络聊天室,具有简单的基本功能,适合新手上手,最近才开始研究拿来分享
(PHP written in Internet chat rooms, has a simple basic functions, suitable for beginners to use, has only recently begun to study them and share)

文件列表:
phpfreechat\phpfreechat\.travis.yml (615, 2013-03-01)
phpfreechat\phpfreechat\check.php (1073, 2013-03-01)
phpfreechat\phpfreechat\client\jquery.phpfreechat.min.js (39302, 2013-03-01)
phpfreechat\phpfreechat\client\lib\jquery-1.8.2.min.js (93436, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\active.png (1086, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\bg.jpg (117883, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\bt-donate-popup.png (9655, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\bt-not-now.png (1393, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\ch-active.png (1246, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\channel.png (1251, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\close.png (1134, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\donate.png (1246, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\illus-donate.png (4851, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\inactive.png (1083, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\logout.png (1756, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\neutral.png (1105, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\online-off.png (392, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\online-on.png (456, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\pm-active.png (1378, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\pm.png (1381, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\smiley-off.png (1691, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\smiley-on.png (1397, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\sound-off.png (1464, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\sound-on.png (416, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\tab-add.png (1412, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\tabs-toggle.png (1612, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\user-admin-active.png (634, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\user-admin-inactive.png (639, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\user.png (469, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\img\users-toggle.png (1586, 2013-03-01)
phpfreechat\phpfreechat\client\themes\carbon\jquery.phpfreechat.min.css (19208, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\active.png (551, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\bt-donate-popup.png (9655, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\bt-not-now.png (1393, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\ch-active.png (437, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\channel.png (432, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\close.png (341, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\donate.png (1246, 2013-03-01)
phpfreechat\phpfreechat\client\themes\default\img\illus-donate.png (4851, 2013-03-01)
... ...

# Installation quickstart [![Build Status](https://travis-ci.org/kerphi/phpfreechat.png?branch=master)](https://travis-ci.org/kerphi/phpfreechat) ## Prerequisites * Web browser compatible with JQuery (almost all !) * A server with: * php >= 5.3.0 ([Slim framework](https://github.com/codeguy/Slim/blob/master/README.markdown#system-requirements) dependency) * apache server with mod_rewrite and .htaccess enabled * write access to the phpfreechat-2.1.0/server/data/ and phpfreechat-2.1.0/server/log/ folder (777 or write permission for the web server) * No database needed ! ## Quick start Download [phpfreechat-2.1.0.zip](http://www.phpfreechat.net/download) and unzip it in the root folder of your Web server. JQuery should be included in your html `` before the phpfreechat code: ```html ``` Include the phpfreechat plugin in your html ``: ```html ``` Add this piece of HTML in your `` where you want the chat to be displayed: ```html ... ... ``` The add this piece of code just after (it will hook the chat on the page): ```html ``` ## Themes customization phpfreechat is released with few themes. You can choose which one you want to use: * `default` * `carbon` * `gamer` To select the theme, you only have to change one line in your html ``. To use the `default` theme: ```html ``` or this code for `carbon` theme: ```html ```

近期下载者

相关文件


收藏者