• 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!

[PHP] How to sell files with zaypay! [tutorial] (Include Pictures)

Tempan

Developing «-)PHP(-»
Joined
Feb 11, 2011
Messages
6
Reaction score
2
Hello, i'm going to show you how to sell files VIA zaypay.. they can Call/Sms.
And you will gain money.

Here we go...


1.
Login, then click on "payments".
xpAkRgELdP.png

2.
click on "payalogues".
TnvJ5cpVV2.png

3.
Add a new Pagalogue.
AfeQ010K2y.png

4.
complete these fields..
GlAe2HTMQ0.png

5.
click on "stats"
UxKVjTMv8F.png

6.
You wont know your Payalogue id.. so watch on this spot..(red circle)(ur id is not the same as mine.)
FTS6wUrEz6.png


7. Import this php into ur website..(remember to write your ID!, [step.6])
PHP:
<?php
$payalogue_id="YOUR PAYALOGUE ID HERE!! else it wont work..";
?>
<script src="http://www.zaypay.com/pay/<?php echo $payalogue_id; ?>.js" type="text/javascript"></script>
<a href="http://www.zaypay.com/pay/<?php echo $payalogue_id; ?>" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/107864/img" border="0" /></a>


Your's Tempan.
 
Back
Top