Page 1 of 1

Ticket Sytem

Posted: Sun Jun 20, 2010 9:59 am
by hardtime81
Hey,

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

So the devs can reply through that....

Re: Ticket Sytem

Posted: Sun Jun 20, 2010 10:33 am
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.

Re: Ticket Sytem

Posted: Mon Jun 21, 2010 1:18 pm
by hallsofvallhalla
i started a tutorial on it, check my youtube tutorials and search the forums here. I built one for someone last year.

Re: Ticket Sytem

Posted: Thu Jul 01, 2010 1:52 am
by hardtime81
Can u give me the link please?

Re: Ticket Sytem

Posted: Thu Jul 01, 2010 2:15 pm
by hallsofvallhalla