• 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 Big Problem [More people have this problem] HELP!!!

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Hello,

I am also using zaypay as phone/sms donation system, but when someone is donating with zaypay, ofcourse he have to be logged in. if hes not logged in, his points will be not added to his/her account,

but when someone is is logged in and he is trying to donate in my server, he comes to this screen --> Imageshack - 93674507.png

And other one that I also want --> Imageshack - 58288406.png


I got the multi zaypay scripts, but I need help to have it like the second picture :P

repp+
 
well, the only way is to steal the html/js code i guess, and i don't see what's the big 'problem' here?

already tryed,

I tryed his codes but edited with my own zaypay ID:

PHP:
 <div id="pagecontent">
					
	<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>
	
	<br>Get 300 Points!<br>
	<script src="http://www.zaypay.com/pay/55412.js" type="text/javascript"></script><script src="http://www.zaypay.com/javascripts/cache/pay.js?1298561870" type="text/javascript"></script><link href="http://www.zaypay.com/stylesheets/redbox.css?1298561843" media="screen" rel="stylesheet" type="text/css">  
	<a href="http://www.zaypay.com/pay/55412?acc=10004499" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55412/img" border="0"></a>
	<br><br><br>Get 530 Points! <br>

	<script src="http://www.zaypay.com/pay/55422.js" type="text/javascript"></script><script src="http://www.zaypay.com/javascripts/cache/pay.js?1298561874" type="text/javascript"></script><link href="http://www.zaypay.com/stylesheets/redbox.css?1298561843" media="screen" rel="stylesheet" type="text/css">  
	<a href="http://www.zaypay.com/pay/55422?acc=10004499" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55422/img" border="0"></a>
	<br><br><br>Get 1050 Points! <br>
	<script src="http://www.zaypay.com/pay/55402.js" type="text/javascript"></script><script src="http://www.zaypay.com/javascripts/cache/pay.js?1298561874" type="text/javascript"></script><link href="http://www.zaypay.com/stylesheets/redbox.css?1298561843" media="screen" rel="stylesheet" type="text/css">  
	<a href="http://www.zaypay.com/pay/55402?acc=10004499" onclick="ZPayment(this); return false"><img src="http://www.zaypay.com/pay/55402/img" border="0"></a>
	
					<br>
				</p></div>

And after I did that ye, it was like that screen, but when people donated they didnt receive the points ;) because they donated with a redirecting of zaypay.com and not from http://pentana.net/pay.php/option=0

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


<h2></h2>
<table width="70%">
  <tr>
    <td width="100%" valign="top">
    <?php for($i=0;$i<sizeof($options); $i++) { ?>
      <label><a href="?option=<?php echo $i ?>"><img src="http://www.zaypay.com/pay/55402/img" border="0"></a>
<?php echo $options[$i]["opt"] ?></a></label><br />
    <?php } ?>
    </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>

/\ is my script
 
Back
Top