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

Zaypay Agreements page

Himad

Eight Wonder Of The World
Joined
Oct 30, 2008
Messages
200
Reaction score
0
Location
United arab emarits/Dubai
Hello i would like to know if anyone could help me that when someone click on buy points
its open page with my terms
and then there is a button (i agree)
then after clicking on it it redirect u to the real buy points page which he can choose there to donate for example via paypal or zaypay

thanks in advance
/himad
 
PHP:
<?PHP
$main_content .= 'Text here';
$main_content .= '<table align="center" cellspacing="0" cellpadding="5" border="0"> 
<tr> 
    <td> 
    <form action="?subtopic=buypoints" method="post"> 
        <input value="I Agree" type="submit"> 
    </form> 
    </td> 
    <td> 
    <form action="?subtopic=latestnews" method="post"> 
        <input value="I Disagree" type="submit"> 
    </form> 
    </td> 
</tr>        
</table>';
?>
 
Back
Top