Ok so the way I see it is that the web interface is just a bunch of web pages that have code in that links back to the ISPConfig server and that send info back to the web pages like status and user details. After you login on the web interface is there a way of getting the username of the person logged in, what I am thinking of is adding in a couple of pages my self for support issues and I want the username to be a primary key so that when they click on "support" they can see all there current and old support questions ect.... Any ideas???
Have you looked at the support ticket system that comes with the latest ISPConfig version? I recommend to use the user id's instead of usernames. The usernames of the customers can be changed by the administrator and resellers. if you want to se the user details available in the session, put a: print_r($go_info); in your script.
Support ticket system???? Didnt see that one, its not in the manual either, its difficult I have been out the main office for a couple of days and have not had chance to put the answers suggested on this forum into practice, and the server is being tested so cant get to it unless I am there. I will take a look tonight (UK Time) Thanks
so if I have 100 users and they all post tickets, they will only be able to see the ticketes they have posted, but when I log into the system as admin I can see all tickets from every user.
Yes, the tickets are send to the admin if the users does not have a reseller, if the users belong to a reseller, the tickets are send to this reseller.