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

[Request] Donation rules (php / html)

exique

Natala-ot.com
Joined
Sep 28, 2008
Messages
1,673
Reaction score
25
Location
Sweden
I want this (Probably very easy :P):
When they go to "buy points" they get to a page with some rules (Like the rules)
And they have to click it to get further to donate.. (Like softcores has it)
SoftCores - Donations

Reputation :)
 
PHP:
<center><font size="1"><b>Before you donate you must accept our <a href="index.php?subtopic=tibiarules">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 are 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> </center>
This is what I'm using. Paste it into your buypoints.php file. Rep+ :)
 
Back
Top