PDA

View Full Version : GUID(request)


3xigames
05-12-2009, 07:52 PM
I would like to generate a GUID every time a user pays for premier status on my website.
This GUID will be user specific allow them to use my product.
How can this be done?

EnIgMa1234
05-12-2009, 07:54 PM
If your using the subscription system, it generates a unique transaction ID.

3xigames
05-12-2009, 08:13 PM
I need it to lock into the account so I can make them have to log into my program.

I also don't know how I would have it contact the server.

I have a C++ project that somehow needs to contact the server and make sure they paid to use it.
WinLicense.. kinda does this.. but its all manual.

Dismounted
05-13-2009, 06:02 AM
Create a PHP script that checks the ID (from GET/POST parameter). Call this script inside your program (make sure you flood check).