Is their any way to send data to a website from DBP with a C++ and possibly VB6 code? Because this is what I had in mind..
+ User Registration Form
+ User Lost Password Form
+ User Log-In Form
+ User save Rank to Website
+ User save Info to Website
+ User save Prizes* to Website
I am totally confused. I do know you need a PHP script to accept any data. Below is what I think.
User sends registration info to PHP link
PHP link saves it in database
User wants to log in
User requests information from database
If log-in information correct, sucsessful log in
If not correct, error message
User gets a level (or rank) up
PHP saves that information
User buys a gun
PHP saves that information
..thats what I think it'd run like. Below is what I am trying to make it have..
> User Log-In information
> User Money** information
> User Membership information
> User Personal information
> User Rank information
* Prizes - In-Game rewards like medals, ribbons, or ranks.
** Money - In-Game money to purchase upgrades.
Join Our Forums - Click our HomePage link!