Gift membership payments options
'); echo('Verifying existing playername and activity on server...
'); if(!user_exists($name)){ echo('Player: '.$name.' not found on Horse Isle. Please make sure you know the EXACT playername! Press BACK button.'); } else { $userid = htmlspecialchars(get_userid($name)); $name = htmlspecialchars(get_username($userid)); echo('Player: '.$name.' Found.
'); echo('Player\'s account ID: '.$userid.'
'); echo('Checking for an active account on server...
'); if($serverObj == null) { echo('Server not found?'); exit(); } if(!userid_exists($serverDb, $userid)) { echo('Player: '.$name.' does not have an active account on Server '.$server.' Please make sure you know the EXACT server they play on! Press BACK button.'); } else { echo('It appears they have an account on '.$server.'.
'); $newUser = !getUserExistInExt($serverDb, $userid); if(!$newUser){ $totalLogins = getUserTotalLogins($serverDb, $userid); $subbedUntil = getUserSubTimeRemaining($serverDb, $userid); } else { $totalLogins = 0; $subbedUntil = 0; } echo('They have logged into it '.htmlspecialchars($totalLogins).' times.
'); if($subbedUntil <= 0) { echo('They have never been subscribed to this server.
'); } else { echo('They are/were subscribed to this server until: '.date("F j, Y", $subbedUntil).'
'); } // put payment options here; $pp_uri = str_replace('[GAMESITE]', $serverObj['site'], $pp_uri); $gameServerDomain = parse_url($serverObj['site'], PHP_URL_HOST); echo('
The following Payment Options are Available:
// ?>
BUY 1 Month Membership $5.00usd (adds 31 days membership time to the account) Non-refundable.
BUY Full Year Membership $40.00usd (adds 366 days membership time to the account. saves $20.00 off monthly subscription) Non-refundable.
BUY $10,000 Horse Isle Currency per $1.00usd
Select:
(gives Horse Isle currency for use in the game. You can earn Horse Isle money by playing the game, this is not required.) Non-refundable.
BUY Pawneer Order $8.00usd (allows ordering a custom breed/color/gender horse on server from Pawneer. This is not required, you can trade other players to get the breed you desire also.) Non-refundable.
BUY 5 Pawneer Orders $30.00usd (save $10.00 - allows ordering 5 custom horses from Pawneer) Non-refundable.
/web/checks.php>CASH PAYMENT OPTION //

'); } } include("footer.php"); exit(); } ?>
Gift membership payments.

The following will enable you to buy a subscription or bonus for any existing account on Horse Isle. Please BE SURE you know the EXACT playername and server that they play on, we cannot refund accidental payments on the wrong account. No refunds. ONLY make a payment if over 18.
Horse Isle Gift Purchase For:
PLAYER NAME:(Exact Game Name!)
ON SERVER: (Be Sure!)

NOTE: The player given the gift is in no way notified that they have been given the gift. It is left up to you to notify them. They also have no way to access your payment info whatsoever.