Blockland Forums > General Discussion
Verify names with BL_ID's, using the master server
(1/4) > >>
Hammereditor5:
Zapk made a program which lists users who played on his servers. 0xBrianSmith's Blockland identification project made sure that when users posted to the database, their report was not fake, by requesting the master server if the provided name belonged to the provided BL_ID.

I want to make a program which determines if a name and BL_ID match each other. How do you ask the master server?
Subpixel:
You POST authQuery.php with the content of ip=x.x.x.x&name=ign

When sent by a client, you should use the IP of the connection rather than a variable through the url or something. Not sure how you'd securely do it through clients on a server though.
Hammereditor5:

--- Quote from: Subpixel on April 05, 2014, 04:34:37 PM ---You POST authQuery.php with the content of ip=x.x.x.x&name=ign

When sent by a client, you should use the IP of the connection rather than a variable through the url or something. Not sure how you'd securely do it through clients on a server though.

--- End quote ---
To master2.blockland.us, right?
Subpixel:

--- Quote from: Hammereditor5 on April 05, 2014, 04:44:53 PM ---To master2.blockland.us, right?

--- End quote ---
auth.blockland.us
Zeblote:

--- Quote from: Subpixel on April 05, 2014, 04:46:14 PM ---auth.blockland.us/authQuery.php

--- End quote ---
Navigation
Message Index
Next page

Go to full version