Ticket Sytem

Post all your tuts or request for tuts here.
Post Reply
User avatar
hardtime81
Posts: 23
Joined: Sun May 09, 2010 11:32 pm

Ticket Sytem

Post by hardtime81 »

Hey,

Erm, does anyone know how to make a ticket sytem for supprt ect

So the devs can reply through that....
"Its the best of times; its the worst of times!"
Rastan
Posts: 126
Joined: Tue Apr 13, 2010 1:48 am

Re: Ticket Sytem

Post by Rastan »

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.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Ticket Sytem

Post by hallsofvallhalla »

i started a tutorial on it, check my youtube tutorials and search the forums here. I built one for someone last year.
User avatar
hardtime81
Posts: 23
Joined: Sun May 09, 2010 11:32 pm

Re: Ticket Sytem

Post by hardtime81 »

Can u give me the link please?
"Its the best of times; its the worst of times!"
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Ticket Sytem

Post by hallsofvallhalla »

Post Reply

Return to “Tutorials”