• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows doapay system, wrong pin code wtf???

zarw1337

Realera Hosting
Joined
Jun 22, 2008
Messages
66
Reaction score
0
I still got problem with my doapay , when i enter a code it says: Errors occured:
* Wrong PIN code, try to enter code again.

I don't understand what I done wrong? Can someone please tell me how to fix the problem?


I changed from this:

PHP code:
https://daopay.com/svc/pay.svc?tidkey='.urlencode($offer['appcode']).'&subkey='.urlencode($offer['prodcode']).'">https://daopay.com/svc/pay.svc?tidkey='.$offer['appcode'].'&subkey='.$offer['prodcode'].'

To this
PHP code:
http://daopay.com/payment/?appcode='.urlencode($offer['appcode']).'&prodcode='.urlencode($offer['prodcode']).'">http://daopay.com/payment/?appcode='.$offer['appcode'].'&prodcode='.$offer['prodcode'].'


Because doapay got an new update or something and they don't got right codes, they told me to do it in this link:
http://otland.net/f118/all-daopay-com-payment-system-users-acc-maker-creators-51204/


So how the F**K can it still be wrong pin codes?
 
Back
Top