• 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 About paygol

ellan98

Banned User
Joined
Apr 21, 2012
Messages
111
Reaction score
0
Hey i just got some people donate and i get no logs about paygol who has donated , in my phpmyadmin i use znote website and i checking if they have donated , and i see no logs who has donated and i loggiin at hotmail and i see people has donated and they don't get the points when they get donate and they get the code and they clicking on it and it don't work they clicking ok and still don't work they don't get the points any help ? sry bad english i hope my best you understand

And 1 question how to transfer my 7 euro to my paypal i putted
PayPal (Recommended) for couple mins ago and i want my money at paypal will i get it direckt?
 
PHP:
<!-- PayGol JavaScript -->
<script src="http://www.paygol.com/micropayment/js/paygol.js" type="text/javascript"></script> 

<!-- PayGol Form -->
<form name="pg_frm">
 <input type="hidden" name="pg_serviceid" value="43729">
 <input type="hidden" name="pg_currency" value="EUR">
 <input type="hidden" name="pg_name" value="Gamefate">
 <input type="hidden" name="pg_custom" value="">
 <input type="hidden" name="pg_price" value="3">
 <input type="hidden" name="pg_return_url" value="http://gamefate.hopto.org/success.php">
 <input type="hidden" name="pg_cancel_url" value="http://gamefate.hopto.org/cancel.php">
 <input type="image" name="pg_button" class="paygol" src="http://www.paygol.com/micropayment/img/buttons/125/red_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!" onClick="pg_reDirect(this.form)">
</form>

I just rember i had as devilution and i changed and i fixed url success it was as devilution.hopto.org i think that was wrong any wrong at ^ ?
 
I SAID IF THIS ONE IS RIGHT I DIN'T FCKING ASK FOR TUTORIAL


PHP:
<!-- PayGol JavaScript --> 
<script src="http://www.paygol.com/micropayment/js/paygol.js" type="text/javascript"></script>  

<!-- PayGol Form --> 
<form name="pg_frm"> 
 <input type="hidden" name="pg_serviceid" value="43729"> 
 <input type="hidden" name="pg_currency" value="EUR"> 
 <input type="hidden" name="pg_name" value="Gamefate"> 
 <input type="hidden" name="pg_custom" value=""> 
 <input type="hidden" name="pg_price" value="3"> 
 <input type="hidden" name="pg_return_url" value="http://gamefate.hopto.org/success.php"> 
 <input type="hidden" name="pg_cancel_url" value="http://gamefate.hopto.org/cancel.php"> 
 <input type="image" name="pg_button" class="paygol" src="http://www.paygol.com/micropayment/img/buttons/125/red_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!" onClick="pg_reDirect(this.form)"> 
</form>

- - - Updated - - -

http://img528.imageshack.us/img528/9467/20121225133745.png
 
Last edited:
Back
Top