Hey,
Erm, does anyone know how to make a ticket sytem for supprt ect
So the devs can reply through that....
Ticket Sytem
- hardtime81
- Posts: 23
- Joined: Sun May 09, 2010 11:32 pm
Ticket Sytem
"Its the best of times; its the worst of times!"
Re: Ticket Sytem
The way I'm doing it is with a database with "to" "from" "subject" "message" etc fields (whatever suits the need) and then I'm using fields like with the registration entries on the tuts. Then I'm using the "POST" method to pass the information to my message database. I have 3 such systems atm for player to player combat messages and then system messages and then I have one strictly for support requests that can only feed to certain id's. Then I'm using some"pagination" script to sort the pages.
Alternatively you could use the php email functionality so that whatever they feed in gets sent to the address that is designated.( That I haven't played with much.... still kinda new to this)
Hope that helps. If needed I could show some of my dirty coding but I think there's enough given in the video mmo tutorial for you to adapt something usable.
Alternatively you could use the php email functionality so that whatever they feed in gets sent to the address that is designated.( That I haven't played with much.... still kinda new to this)
Hope that helps. If needed I could show some of my dirty coding but I think there's enough given in the video mmo tutorial for you to adapt something usable.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Ticket Sytem
i started a tutorial on it, check my youtube tutorials and search the forums here. I built one for someone last year.
- hardtime81
- Posts: 23
- Joined: Sun May 09, 2010 11:32 pm
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm