how going to add coins when registering I have the hg website
and I need to give away Donatorcoins when a new user registers![]()
how going to add coins when registering I have the hg website
and I need to give away Donatorcoins when a new user registers![]()
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.
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.
PHP: mssql_query - Manual
Bearing in mind mssql-query has been discontinued in PHP 7, but the website more and likely uses the old PHP version.