/***************************************************************************
* B-net Software
* -------------------
* begin : September 2005
* copyright : (C) 2005 Haddad Said
* email :
haddad.said@gmail.com
*
*
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
B-net Software
-------------
This is a personal content management system software which you can use to run your
very own personal website.It is built on PHP and MySQL. So you need to have PHP of at
least version 4.3 upwards and a MySQL (Version > 3.2.x) database for this application to work.
Also to make use of the Photo Gallery thumbnail generation features you need to have the GD2
library modules enabled in your installation of PHP.
Features:
----------
* News Publishing
* Polls / Opinions
* Guest Book
* ShoutBox
* Image Gallery
* Admin interface for managing smilies (used in shoutbox, guestbook etc)
* Admin interface for managing Bad Word List
* Templating system.
* Multi Language support. This will allow translation of the CMS to multiple languages, Kiswahili being one of them of course.
To Do:
------
* Banning users by IP addresses.
For Developers:
This Software is registered at Sourceforge,
https://sourceforge.net/projects/b-net/
To join in as a contributing developer, register at sourceforge.net and request to join
the project.
CVS of the project files can be viewed from here:
http://cvs.sourceforge.net/viewcvs.py/b-net
This application is released under the GPL license.
http://www.gnu.org/licenses/gpl.txt
Requirements:
---------------
* PHP > version 4.3
* MySQL Database > version 3.2
* Web Server (e.g. Apache, IIS)
How To Install:
----------------
Extract all files from the archive while maintaining
the directory structure. Upload to your host by ftp. Make sure you set the permissions of the following to globally writable (So that they can be writable by the webserver application):
* File /include/config.php
* Folder /install
* Folder /templates
* Folder /img/upload
* Folder /img/smilies
For Windows Systems this is not an issue, for Unix type of systems, you need
to chmod the Folder or File to 777.
Observe that images should be uploaded in binary mode while text and .php
files should be uploaded in ascii mode. Most ftp clients are clever
enough to handle this.
Then you can run the Installer If you uploaded the files to
http://yoursite.com/ then run
http://yoursite.com/install
This will ask you for your database details which you need to know, it will
then create the required tables and create the file config.php.
If you cannot run the installer, you will need to edit the file
config.php then you need to dump the file /install/create.sql into your MySQL database.
If you need further assistance, please visit our forums and ask for help.
http://www.bongoland.net/viewforum.php?f=5
Thanks
I hope you enjoy this software.
Comments and feature requests are welcome on the above mentioned
forums.