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

Gesior PayPal to modern

Status
Not open for further replies.

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,766
Solutions
1
Reaction score
225
Location
Chile, Santiago
Hi, I have this .htm extension:

PHP:
<b>PayPal Shop System.</b><br><br>
The shop costs:<ul><li> 5 EUR (for 7 points)</li><li> 10 EUR (for 15 points)</li><li> 20 EUR (for 32 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 EUR] 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 6, 14 or 31 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, and your premiumpoints can't be recalled your account will be deleted</span>

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

<select name="amount">
  <option value="5.00">5 EUR</option>
  <option value="10.00">10 EUR</option>
  <option value="20.00">20 EUR</option>
</select>
<input type="hidden" name="button_subtype" value="products">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="notify_url" value="http://kiltera.vapus.net/paypal/ipn/ipn.php">
<input type="hidden" name="return" value="http://kiltera.vapus.net">
<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>

But it doesn't work with a .php page, can someone fix this for me please?
 
Fixed, just changed extension to .php and added permission to ipn.php, and now it works.
 
Hi kito2.
Can you please explain me how to add permission to ipn.php?
Where goes the adress from the file (url) into the script to make it work.

English is not my first language and have been kinda hard to understand and I need help for.

A very kind friend is helping me with, is my translator but I have to explain her more about it and then we can find a solution.

Ty in advance.
 
Which idiom do you speak?

If you are using linux, you should do just a right click and then properties and click on all case that you found, them all should have tickets and that is all.
 
Which idiom do you speak?

If you are using linux, you should do just a right click and then properties and click on all case that you found, them all should have tickets and that is all.

I speak spanish and Im using windows.
 
Spanish:

Ok, si usas windows no te preocupes por los permisos, es solo instalar y listo.

English:

Ok, so if you use windows don't wry about permissions, it is just install and ready.
 
Violates the "additional rules" of this board.
 
Status
Not open for further replies.
Back
Top