Game Development Community

User Authentication

by Andrew Lawson · in Torque Developer Network · 09/02/2007 (11:19 pm) · 4 replies

I was wondering if someone could do me a favor. I am trying so hard to
implement this feature it's killing me. Here is what I want....

1. User goes to site.
2. User pays fee and gets sent an e-mail to register.
3. user registers on website with username, password, e-mail addy.(php/mysql)
4. after registering user gets redirected to download client application.
5. user logs in and torque authenticates through mysql/php
6. On success result will be game servers IP

The php files for registering and logging in have been tested and work
fine. I just haven't been able to get torque to talk to my webserver.
(godaddy)


Would someone be able to get this working for me. I will pay you for you
services. Let me know if you can do it or if you need more
information. Thank you.

#1
09/03/2007 (7:06 am)
Have you looked in the resources area? I don't recall off hand the name of it, but there is a resource to implement sql queries in tge.
#2
09/05/2007 (9:01 pm)
Yes, none of them fit my needs. I don't need to query data from tge I just need to be able to run a php script that does the querying and then once authenticated the connect('x.x.x.xxx'); will be executed.
#3
09/05/2007 (9:17 pm)
Take a look at httpObject. You can use that to connect to a PHP script and return data.
#4
04/02/2009 (9:59 pm)
@Andrew,
Were you able to get this working and would you mind sharing? I need help with the web server part. I have the TGE part from this resource, where you also posted: http://www.garagegames.com/community/resources/view/11552

I'm using TGE 1.5.2 and UAC 3.3

Thanks!