need help with MPOG Coins [ Web Coders ]
Hello everyone,
i will head to the subject directly
I have the MPOG site,
everything works perfectly but i cant find how to send coins to any user directly through the site,
I've searched the whole forum with every possible option - SO DON'T TELL ME USE THE SEARCH BUTTON.
Any Help would be appreciated,
Thank you guys :)
Have a nice day
Re: need help with MPOG Coins [ Web Coders ]
Surely you haven't searched well enough.
Download the B-2-O MPOG website and get the gift coins, add coins & change coins script from it.
Re: need help with MPOG Coins [ Web Coders ]
The following errors occurred with your search:
Sorry - no matches. Please try some different terms.
I think i really searched well, no B-2-O Thread dude.
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
estacoz
The following errors occurred with your search:
Sorry - no matches. Please try some different terms.
I think i really searched well, no B-2-O Thread dude.
Search for threads started by maxteam.
Re: need help with MPOG Coins [ Web Coders ]
Thanx Phoenix! U r the man ^^
Re: need help with MPOG Coins [ Web Coders ]
If you use the DB supplied with the site, you can send coins by entering the transaction, email, and amount.
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
rahulbisme
If you use the DB supplied with the site, you can send coins by entering the transaction, email, and amount.
User ID, No. of coins & Amount paid*.
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
Phoenix
User ID, No. of coins & Amount paid*.
Really? What table would that be? In mine it's Transaction ID, Email, Amount paid.
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
rahulbisme
Really? What table would that be? In mine it's Transaction ID, Email, Amount paid.
The MPOG web doesn't use the coins table in Account.dbo. So, there's no way that coins can be sent to an account using the related e-mail.
With the default B-2-O web, it's this:
http://i53.tinypic.com/2dqcco.png
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
Phoenix
The MPOG web doesn't use the coins table in Account.dbo. So, there's no way that coins can be sent to an account using the related e-mail.
With the default B-2-O web, it's this:
http://i53.tinypic.com/2dqcco.png
How would the ID of the donater be found? Would it be in the PayPal transaction description?
Re: need help with MPOG Coins [ Web Coders ]
Quote:
Originally Posted by
rahulbisme
How would the ID of the donater be found? Would it be in the PayPal transaction description?
I don't know since I've never used that default donation script. The OP wants to know a way in which coins can be sent to a user via the website and the module_addcoins.php script of the B-2-O MPOG website will solve his problem.