-
Monkey Boards is a message board system suitable for smaller web sites. It aims to be simple, fast and efficent. It is coded in PHP and uses an SQLite database.
The next alpha version is now available for download. Search has now been implemented! We need aplha testers to find and iron out all of the bugs.
Please download it here...
2007-02-19 23:00:02 UTC in Monkey Boards
-
Monkey Boards is a message board system suitable for smaller web sites. It aims to be simple, fast and efficent. It is coded in PHP and uses an SQLite database.
The next alpha version is now available for download. The vulnerability identified by netVigilance has been fixed along with a bunch of other small fixes. Testing is highly appreciated!
Please download it here...
2006-11-30 22:35:53 UTC in Monkey Boards
-
UPDATE: Apologies, the attached file mentioned above was a draft. For the latest:
http://www.netvigilance.com/advisory0009.
2006-11-26 23:04:29 UTC in Monkey Boards
-
This patch works for /include/admin_auth.inc.php but not the /include/engine/class.compiler.php file.
For /include/engine/class.compiler.php, add this at line #27 instead:
if(!class_exists('Template_Lite')) die;.
2006-11-26 22:52:04 UTC in Monkey Boards
-
The two files affected are:
/include/engine/class.compiler.php
/include/admin_auth.inc.php
The patch for both files is identical. The following line of code is used to prevent the script from being executed directly:
if(basename($_SERVER['REQUEST_URI']) == basename($_SERVER['PHP_SELF'])) die;
Add this in at:
/include/engine/class.compiler.php: line #27...
2006-11-26 22:36:17 UTC in Monkey Boards
-
Jesper Jurcenoks from netVigilance, Inc. (http://netvigilance.com/) has identified flaws in two different files. They allow someone to find out the true path of the server-side scripts.
It is a very low risk as unless the administrator has modified the script the paths are predictable anyway.
Attached is the security advisory from netVigilance in OpenDocument text format.
2006-11-26 22:30:13 UTC in Monkey Boards
-
Logged In: YES
user_id=1497078
Sorry, I added this message before adding the page! Latest
version includes user profile. Please download and update.
2006-11-13 20:28:24 UTC in Monkey Boards
-
Monkey Boards is a message board system suitable for smaller web sites. It aims to be simple, fast and efficent. It is coded in PHP and uses an SQLite database.
The second pre-alpha version is now available for download. Logic and presentation are now separated using the Template Lite engine, the style has been revamped and there is a neat installation script.
Please download it here...
2006-04-23 16:19:03 UTC in Monkey Boards
-
Monkey Boards is a message board system suitable for smaller web sites. It aims to be simple, fast and efficent. It is coded in PHP and uses an SQLite database.
The first pre-alpha version is now ready for download. It includes the basic functionality, allowing registration, authentication and message posting.
Please download it here...
2006-04-21 09:46:57 UTC in Monkey Boards
-
jamesgreenwood registered the Monkey Boards project.
2006-04-11 11:58:17 UTC in Monkey Boards