Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how going to add coins when registering

Initiate Mage
Joined
Jul 15, 2011
Messages
78
Reaction score
0
how going to add coins when registering I have the hg website
and I need to give away Donatorcoins when a new user registers :*:
 
Initiate Mage
Joined
Jul 15, 2011
Messages
78
Reaction score
0
Simply edit the registration php file, find where the INSERT Query is to input data into the database, then create a new Query below it that inserts coins.

could I leave the PHP code, for me to simply modify on behalf of the columns and the amount of coins ..please
 
Upvote 0
The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
could I leave the PHP code, for me to simply modify on behalf of the columns and the amount of coins ..please

In the website script you are using, there is ALREADY a query there, you just need to add the donator coin table and how many coins you want to give a user upon registering.



Bearing in mind mssql-query has been discontinued in PHP 7, but the website more and likely uses the old PHP version.
 
Upvote 0
Back
Top