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

PayPal Script [RELEASE]

@up
Ahh, what can I do? It's just his decision and it's first version. ;p
 
Like Master-c says, simply add a textarea to your file.
Code:
<textarea>Your agreements here~</textarea>
 
If Artii could post his code from : Seldora - Get Points

Here you are:)
PHP:
<center><font size="1"><b>Before you donate you must accept our <a href="#">terms and agreements</a>.</b></font>

<br><TEXTAREA ROWS="10" WRAP="physical" COLS="80" READONLY="true" font-family="verdana">
* If you do not agree with these terms you are not allowed to donate.
* Understand that we do not sell items or points, this is donation.
* If you are under 18 years old you need to have your parents permission.
* If you lose any donation items or a vip account you will not get it back.
* You're not allowed to donate with money that does not belong to you.
* We have the rights to not give you the items or vip account status.
* We have the rights to change the terms and agreements whenever we want.
* We have the rights to modify any of the donation items.
* We have the rights to change the prices whenever we want.
* We have the rights to reset the server whenever we want.
* We do not refund any payments.
</TEXTAREA><br>
 
<input type="hidden" name="item_name" value="YOURITEMNAME">

what do u mean with item name can u give a example?

and great release rep point added.
 
you fill in the itemname of the donationitem that the player would get.

edit:

It is possible to fake the tranfer by using sqlinjection:eek:
 
w8 I think I failed at looking:p.
I just saw that you recieve points with it. I don't think you need to fill that in. Also I wouldn't do it in this way, a bit unsafe.
 
Back
Top