• 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 Shop Problem

ELEM3NT

LUA Status: Beginner
Joined
Mar 12, 2009
Messages
191
Reaction score
0
Location
In your room without you knowing.
Alright so most of the people with websites are currently using http://otland.net/f118/ver-0-1-0-gesior-item-pacc-shop-php-lua-forgotten-server-5772/

I have one problem though, they can't choose how much money they want to donate... It's just when they click "Donate" it gives them an amount already...

I don't want it to be like they donate 1 dollar for 10 premium points because I don't want people to keep on donating 1 dollar for 10 premium points. They would have to keep on donating a dollar after a dollar after a dollar after a dollar after a dollar to get 50 points... Understand me yet? :/

How do I make it so like say 1 dollar = 10 points, so they donate to me, on paypal they donate 50 dollars, on the website they get 50 premium points... Thats what I'm wondering...

Thanks,
ELEM3NT :thumbup:
 
in the htdocs>paypal>paypal.html
place the amount of dollars u wanna take and the points :p
REP++ ME IF I HELPED YA..
and if not tell me what u need exactly..
 
Heres my paypal.html part:


Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="item_name" value="Eclipse OT">
<b>Account number:</b> <input type="text"  name="custom" value="">
<input type="hidden" name="item_number" value="1">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="currency_code" value="USD">] 
<input type="hidden" name="notify_url" value="http://www.YOURADDRESS.com/ipn/ipn.php">
<input type="hidden" name="return" value="eclipseOT.servegame.com">
<input type="hidden" name="rm" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG_global.gif:NonHosted">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_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>

I only see "amount" there is no place to put my points..?
 
@Lolaye, Thanks for this way of the Paypal System... but is there other ways? I want them to be able to put a custom amount in, not a setted amount. Like, 1 dollar is 10 points. SO on paypal they donate 100 dollars, on the server they will get 1000 premium points because 1 dollar=10 points, and they donated 100 dollars.. so 100Dollarsx10Points=1000

>_>. If no one knows how to do this, i'll just use the one Lolaye gave me.

Thanks,
ELEM3NT
 
Back
Top