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

Problem with my paypal setup

Status
Not open for further replies.

Apitov

Man With The Plan
Joined
Jun 9, 2008
Messages
40
Reaction score
2
Location
Louisiana, United States
Ok heres the problem people donate I get the cash but they dont get the points. I'd like to know if its the way I have it setup or if it could be something else. Im thinking its because I have :8080 at the end of my url seeing how I cant get my router to allow anyone to connect to the website any other way.



PHP:
<b>PayPal Shop System.</b><br><br>
The shop costs:<ul><li> 5 USD (for 310 points)</li><li> 10 USD (for 620 points)</li><li> 20 USD (for 1240 points)</li><br>

<b>Here are the steps you need to make:</b> <br>
1. A PayPal account with a required balance [5, 10 or 20 USD] or a creditcard. <br>
2. Fill in your account number. <br>
3. Click on the Buy Now button or your creditcard brand. <br>
4. Make a transaction. <br>
5. After the transaction 310, 620 or 1240 points will be automatically added to your account. <br>
6. Go to Item shop and use your points <br> <br> <br> </b>

<span style="color:red">If you recall the money your account will be deleted</span>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="xxxxxxxx">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Chaos Premium points">
<b>Account name/login:</b> <input type="text"  name="custom" value="">

<select name="amount">
  <option value="5.00">5 USD</option>
  <option value="10.00">10 USD</option>
  <option value="20.00">20 USD</option>
</select>
<input type="hidden" name="button_subtype" value="products">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="notify_url" value="http://chaostheory.no-ip.org:8080/paypal/ipn/ipn.php">
<input type="hidden" name="return" value="http://chaostheory.no-ip.org:8080">
<input type="hidden" name="rm" value="0">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>


Any help would be appreciated.
 
Status
Not open for further replies.
Back
Top