[RELEASE] Simple FAQ / Support script
Hello there!
It has been a while since I released a script on here, but I have been making some :)
This script is a very simple version of Google Help (http://www.google.com/support/) that I decided to make in 20 mins.
It is by no means amazing, just a simple script when I got bored. You are free to download it and pull it apart and do whatever you want with it :P.
There is no admin backend or anything, you will have to use phpmyadmin to add articles or whatever.
Demo: http://jake-hall.co.uk/LABS/help
Download: http://jake-hall.co.uk/LABS/help/help.zip
To change the database details, open init.php and look for:
PHP Code:
$core->db->connect('localhost', 'USERNAME', 'PASSWORD');
$core->db->select_db('DATABASE');
The sql is in 'sql.sql'.
Thanks and I look forward to feedback.