= $cost) { setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money-$cost); setUserSubbed($dbname, $_SESSION['PLAYER_ID'], true); setUserSubbedUntil($dbname, $_SESSION['PLAYER_ID'], $subbedUntil + 2678400); header("Location: ".$_GET["ret"]); } else { include("header.php"); echo("Not enough money."); include("footer.php"); exit(); } } else if(strpos($itm, "Full Year Horse Isle Membership") === 0){ $amount = 40; // NO CHEATING! $cost = $amount*$EXHANGE_RATE; if($money >= $cost) { setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money-$cost); setUserSubbed($dbname, $_SESSION['PLAYER_ID'], true); setUserSubbedUntil($dbname, $_SESSION['PLAYER_ID'], $subbedUntil + 31622400); header("Location: ".$_GET["ret"]); } else { include("header.php"); echo("Not enough money."); include("footer.php"); exit(); } } else if(strpos($itm, "100k Horse Isle Money") === 0){ // Why thou? $amount = 1; // NO CHEATING! $quantity = intval($_GET["qnt"]); $cost = ($amount*$EXHANGE_RATE)*$quantity; if($money >= $cost) { $amountGained = (100000 * $quantity); if($quantity == 5) $amountGained = 550000; if($quantity == 10) $amountGained = 1100000; if($quantity == 10) $amountGained = 1100000; if($quantity == 20) $amountGained = 2300000; if($quantity == 50) $amountGained = 5750000; if($quantity == 100) $amountGained = 12000000; if($quantity == 250) $amountGained = 31250000; setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money-$cost); $money-=$cost; setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money+=$amountGained); header("Location: ".$_GET["ret"]); } else { include("header.php"); echo("Not enough money."); include("footer.php"); exit(); } } else if(strpos($itm, "Pawneer Order") === 0){ $amount = 8; // NO CHEATING! $cost = $amount*$EXHANGE_RATE; if($money >= $cost) { setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money-$cost); addItemToPuchaseQueue($dbname, $_SESSION['PLAYER_ID'], 559, 1); header("Location: ".$_GET["ret"]); } else { include("header.php"); echo("Not enough money."); include("footer.php"); exit(); } } else if(strpos($itm, "Five Pawneer Order") === 0){ $amount = 30; // NO CHEATING! $cost = $amount*$EXHANGE_RATE; if($money >= $cost) { setUserMoney($dbname, $_SESSION['PLAYER_ID'], $money-$cost); addItemToPuchaseQueue($dbname, $_SESSION['PLAYER_ID'], 559, 5); header("Location: ".$_GET["ret"]); } else { include("header.php"); echo("Not enough money."); include("footer.php"); exit(); } } exit(); } } $quantity = 1; if(!isset($_POST['item_name'], $_POST['amount'], $_POST['item_number'], $_POST['return'])) { include("header.php"); echo("Some data was invalid"); include("footer.php"); exit(); } if(isset($_POST['quantity'])) $quantity = intval($_POST['quantity']); $hasIntl = function_exists('numfmt_create'); if($hasIntl) $fmt = numfmt_create( 'en_US', NumberFormatter::DECIMAL ); include("header.php"); ?>

HISP - PayPal Emulator

Purchase Information:
Item Quantity Item number Price (USD) Price (HorseIsle)

NOTE: $1USD = $ HorseIsle Money! (you have $)


Do you want to purchase?

Yes | No