• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

zaypay problem [V0.2]

some1 can help with this problem?



this is my 0-option-php.

PHP:
<?php include ('./pages/0-header.php'); ?>


<h2>Choose your option</h2>
  <tr>
<table width="70%">   
 <td width="100%" valign="top">

    </td>
  </tr>
  <tr>
	<h1><b>You are donating via ZayPay!</b><br><br></h1>
	1. Accept the terms and agreements.<br>
	2. Make sure you are logged in with the correct account.<br>
	3. Chose how much you would like to donate by clicking one of buttons below.<br>
	4. Follow the instructions at zaypay.<br>
	5. You will get your premium points automatically after payment.<br>
	6. Go to "Choose gifts" to pick your gifts.<p>
	
	
		Get 300 Points! (3 EUR)<br/>
	<script src="http://www.zaypay.com/pay/55402.js" type="text/javascript"></script>  
	<a href="	http://mysite/zaypay/pay.php?option=0" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55402/img" border="0" /></a>

			<br/><br>Get 500 Points! (5 EUR)<br/>
	<script src="http://www.zaypay.com/pay/55412.js" type="text/javascript"></script>  
	<a href="	http://mysite/zaypay/pay.php?option=1" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55402/img" border="0" /></a>
	
	<br>		<br>Get 1050 Points! (10 EUR)<br/>
	<script src="http://www.zaypay.com/pay/55412.js" type="text/javascript"></script>  
	<a href="http://mysite/zaypay/pay.php?option=2" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55402/img" border="0" /></a>
	
	
<table>
 
Back
Top