JibberBook Installation StepsNote: JibberBook requires PHP 5 and officially only supports UTF-8 character encoding! HelpPlease direct all help requests to the group. Comments on this page are not checked. Basic Installation- Download files either by checking out from svn or downloading the latest version from the home page.
- Open source/inc/config.php and on line 34, change 'password' to a password of your choice.
- Upload the files to your web server.
- Make sure your server has permission to write to source/data_layer/xml/comments.xml and source/libraries/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/
Additional OptionsTo view additional options, open source/inc/config.php. Following is a list of options and their descriptions: Misc Settings- JB_STORAGE - Defines storage type, accepts 'xml' or 'mysql'
- JB_INDEX - The filename of the index page.
- JB_SHOW - An integer indicating how many comments to load at a time.
- JB_DATE_FORMAT - The date format. For other date formats, go to http://php.net/manual/en/function.date.php
- JB_THEME - The name of a theme folder located in source/theme/.
- JB_LANGUAGE - This is commented out by default. The filename without the extension of a language pack located in source/localization/.
- JB_EMOTICONS - Absolute URL of location of emoticon images. Set to false to disable emoticon image replacement.
- JB_EMAIL - Your email address that new comment notifications will be sent to. Set to false to disable.
- JB_KEEP_SPAM - Set to false if you don't wish to save spam. Useful when using xml storage and you have limited space.
- JB_CHAR_LIMIT - The character limit of comments. Another option useful for saving space. Set to false for no limit.
XML Settings- JB_XML_FILENAME - The filename of the XML file located in source/data_layer/xml/.
MySQL Settings- JB_MYSQL_HOST - Host for database connection.
- JB_MYSQL_USERNAME - Username for database connection.
- JB_MYSQL_PASSWORD - Password for database connection.
- JB_MYSQL_DATABASE - Database name for database connection.
- JB_MYSQL_TABLE - Table name for database connection.
Admin- JB_PASSWORD - The password to log in to the admin section.
- JB_PWD_ENCRYPTED - Set to true if your password is MD5 encrypted. Default is false.
HTMLPurifier- JB_ENABLE_HTML_PURIFIER - True to enable HTML Purifier. If set to false, all HTML will be stripped from comments.
- JB_ENCODING - Required by HTML Purifier. The character encoding of your page.
- JB_DOCTYPE - Required by HTML Purifier. The DOCTYPE of your page.
- JB_ALLOWED_ELEMENTS - HTML elements and attributes allowed by HTML Purifier.
Akismet- JB_AKISMET_KEY - Your Akismet key. If provided, Akismet will be used to filter spam in addition to a simple technique.
- JB_GUESTBOOK_URL - Required by Akismet. The URL of your guestbook.
|
Parse error: syntax error, unexpected T_CLASS in /home/XXXXXXX/public_html/guestbook/data_layer/datalayer.class.php on line 8... WHY??
same error
yeah same error
same...erf
Fatal error: Call to undefined function htmlspecialchars_decode() in /chroot/home/xxx/actions/transformxml.php on line 14
can someone help me ?
white screen why?
You need to install PHP5 on your server. I was having this problem too.
can I add this as an include on my page? Which file do I point to ?
I am wondering the same thing :/
IT RUNS GOODLY! Great
Parse error: syntax error, unexpected T_CLASS in /home/ju34709/TESTBOOK/data_layer/datalayer.class.php on line 8
My server uses Php5... WHY THIS ERROR ???
Please help. I downloaded the source and when I try to test the guestbook I received this message "Website is not a valid URL".
Any suggestion/help is greatly appreciated.
Anyone help with this error
Notice: Use of undefined constant replaceEmoticons - assumed 'replaceEmoticons' in ............\jibberbook-2.3\actions\transformxml.php on line 15
much appreciated
re: Notice: Use of undefined constant replaceEmoticons if you surround the parameter replaceEmoticons on line 15 with double quotes the error goes away.