Hello,
I'm currently around 20% done in the coding of Version 0.1 Alpha. I want to see the interest.
Also, some suggestions for future release please.
Explaining what it can do and levels and blah blah. All this is in "one big interface" so each level is within one control panel.
-------------------------------------
Main Center-
Admin:
Add/Remove Users
Enable/Disable Helpdesk
Enable/Disable Billing
Enable/Disable FAQ
Config Settings (General, Helpdesk, Billing, FAQ)
User:
Go to helpdesk
Go to billing center
Go to FAQ achieve
View/Edit profile
Helpdesk -
Admin:
View tickets (open/closed)
Submit ticket (For client)
Close ticket
View user info (Link to)
User:
View open tickets
Submit a new ticket
Billing -
Admin:
Nothing yet
User:
Nothing yet
FAQ -
Admin:
Nothing yet
User:
Nothing yet
-------------------------------------
As you can see still a lot to do.
Also, what do you guys think about control panel intergration?
I've been looking at it but decided on nothing as of yet.
Any features you would like added?
Much help needed
Quote:
Changelog:
-------------------------------------
Modified "client.php":
Will now check config file for client_panel if '1' then will load rest of script if '0' will go onto $error_cpdisabled "Sorry the client panel is disabled. Please contact the admin.";
-------------------------------------
Modified "signup.php":
Does the same as client.php HOWEVER displays that the signup form is disabled and you should contact the admin instead. 
--------------------------------------
|
Files so far and what they do:
Quote:
Version 0.1 Alpha/
admin.php --> admin panel
client.php --> client panel
config.php --> configuration
index.php --> main file
signup.php --> client signup
|