jibberbook_pbhq

所属分类:WEB开发
开发工具:PHP
文件大小:307KB
下载次数:2
上传日期:2012-11-19 21:20:24
上 传 者zbovadbf
说明:  php脚本语言实现,jibberbook是一个使用php和ajax技术实现的一个简易的留言板系统,如果需要php的留言板的话,可以下载这个留言板系统参考,手头参考的例子程序代码
(The php script language the , jibberbook a php and ajax technology to achieve a simple message board system , need php message board , you can download the message board system reference on hand reference example code)

文件列表:
jibberbook\jibberbook-2.3\actions\add.php (3081, 2009-04-09)
jibberbook\jibberbook-2.3\actions\loadcomments.php (1208, 2009-04-09)
jibberbook\jibberbook-2.3\actions\transformxml.php (1786, 2009-04-09)
jibberbook\jibberbook-2.3\actions\validateform.php (3492, 2009-04-11)
jibberbook\jibberbook-2.3\admin\actions\delete.php (942, 2009-04-09)
jibberbook\jibberbook-2.3\admin\actions\load.php (1929, 2009-04-09)
jibberbook\jibberbook-2.3\admin\actions\login.php (790, 2009-04-11)
jibberbook\jibberbook-2.3\admin\actions\logout.php (424, 2009-04-09)
jibberbook\jibberbook-2.3\admin\actions\reclassify.php (853, 2009-04-09)
jibberbook\jibberbook-2.3\admin\actions\transformxml.php (1610, 2009-04-09)
jibberbook\jibberbook-2.3\admin\ham.php (705, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\footer.php (445, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\header.php (2580, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\jbascript.js (3575, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\jbastyle.css (2886, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\jbastyle_js.css (368, 2009-04-09)
jibberbook\jibberbook-2.3\admin\inc\secure.php (745, 2009-04-09)
jibberbook\jibberbook-2.3\admin\index.php (774, 2009-04-09)
jibberbook\jibberbook-2.3\admin\login_form.php (840, 2009-04-09)
jibberbook\jibberbook-2.3\admin\media\body_bg.gif (70, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\bottom_bg.gif (1180, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\button.gif (515, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\cancel.png (587, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\comment.png (413, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\comment_delete.png (548, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\content_bg.gif (93, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\header_bg.gif (218, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\logo.png (3076, 2008-04-06)
jibberbook\jibberbook-2.3\admin\media\middle_bg.gif (1951, 2008-03-14)
jibberbook\jibberbook-2.3\admin\media\resultset_first.png (522, 2008-04-10)
jibberbook\jibberbook-2.3\admin\media\resultset_last.png (524, 2008-04-10)
jibberbook\jibberbook-2.3\admin\media\resultset_next.png (395, 2008-04-10)
jibberbook\jibberbook-2.3\admin\media\resultset_previous.png (389, 2008-04-10)
jibberbook\jibberbook-2.3\admin\media\star.png (670, 2008-03-14)
jibberbook\jibberbook-2.3\admin\spam.php (810, 2009-04-09)
jibberbook\jibberbook-2.3\data_layer\datalayer.class.php (1796, 2008-05-31)
jibberbook\jibberbook-2.3\data_layer\mysql\comments.class.php (5564, 2008-10-01)
jibberbook\jibberbook-2.3\data_layer\mysql\table_structure.sql (559, 2008-05-31)
jibberbook\jibberbook-2.3\data_layer\xml\comments.class.php (6277, 2009-04-09)
jibberbook\jibberbook-2.3\data_layer\xml\comments.xml (436, 2008-10-01)
... ...

----------------------------------------------------------- JibberBook v2.3 (c) 2009 Chris Jaure license: MIT License website: http://www.jibberbook.com/ ----------------------------------------------------------- REQUIREMENTS: - PHP5 INSTALLATION: 1. Unpack files. 2. Open /inc/config.php and on line 33, change 'password' to a password of your choice. 3. Upload the files to your web server. 4. Make sure your server has permission to write to /data_layer/xml/comments.xml If you plan on using HTML Purifier, your server MUST have permission to write to /libraries/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer If you want to use a non-supported storage system, just extend /data_layer/datalayer.class.php to suit your needs. CONFIGURATION: The configuration file contains many options. For an up-to-date description of configuration options, visit http://code.google.com/p/jibberbook/wiki/Installation ADMINISTRATION: By navigating to [guestbook_url]/admin, you can log in to the admin section of JibberBook. Here you can perform actions on comments. (Icons by famfamfam, website: ) You can: 1. Delete spam and ham comments. 2. Reclassify ham comments as spam comments. 3. Reclassify spam comments as ham comments. Note: If you provided an Akismet key, data will be sent back to Akismet when reclassifing a comment. INSTALLING THEMES: Themes should be unzipped and uploaded to the 'theme' directory and should be contained in their own subdirectory. To enable a theme, in config.inc on line number 16, enter the name of the subdirectory of the theme. CREATING THEMES: Currently, themes can only consist of CSS, not HTML. However, if you wish to integrate JibberBook into an existing page, you are free to do so. Themes should be contained within their own folders. Use the default theme as an example. Themes must contain these files: - style.css - style_js.css style_js.css is loaded if the browser supports JavaScript. TIPS FOR INTEGRATING JIBBERBOOK: - HTML - Element IDs prefixed with 'jb_' are required by the JavaScript functionality. If you change these ID names, change it in the header where it is passed to the JavaScript. - 'jb_loading_message' should be placed in the same container as the comments. When this element is scrolled into view and more comments need to be loaded, they will be placed above this element. - To make things simpler, the form and comment display html are located in seperate files in /inc/templates/ if you wish to simply include them into an existing page.

近期下载者

相关文件


收藏者