• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

how going to add coins when registering

Newbie Spellweaver
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 :*:
 
Newbie Spellweaver
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