Features
Chat room for your staff.
Admin account can manage users.
users can change password.
Note: profile page and user management are disabled in the demo.
Demo is taken down.
Installation
Note: for the installation you need have experience with mysql and php
Step 1:
Go to application/config/config.php then to line 26 change http://example.com/ to you web domain
Step 2:
Go to application/config/database.php then to line 78
"localhost" can leave this depending on your host
"username" username from database
"password" password from database
"database" database that needs to be used
Step 3:
This step needs to be done in phpmyadmin
open the file database.sql and run those sql query's
Step 4:
Create the first user
Go to your database than run this query
insert into users (level, username, password) values ('1', 'admin', MD5('admin'));
Now you are done your login details are: admin/admin
Note: I did disable some features because of abuse of the admin account(change of passwords, etc)
If you have any further question PM me ;D
Regards,
Kai
Want functions added? contact me or rate the resource with a comment.