mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
388 lines
17 KiB
PHP
Executable file
388 lines
17 KiB
PHP
Executable file
<HEAD>
|
|
<TITLE>HORSE ISLE - Online Multiplayer Horse Game</TITLE>
|
|
<META NAME="keywords" CONTENT="Horse Game Online MMORPG Multiplayer Horses RPG Girls Girly Isle World Island Virtual Horseisle Sim Virtual">
|
|
<META NAME="description" CONTENT="A multiplayer online horse world where players can capture, train, care for and compete their horses against other players. A very unique virtual sim horse game.">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="meta" href="//horseisle.com/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
|
|
<meta http-equiv="pics-Label" content='(pics-1.1 "//www.icra.org/pics/vocabularyv03/" l gen true for "//horseisle.com" r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 1) gen true for "//hi1.horseisle.com" r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 1))' />
|
|
<style type="text/css">
|
|
hr {
|
|
height: 1;
|
|
color: #000000;
|
|
background-color: #000000;
|
|
border: 0;
|
|
}
|
|
a {
|
|
font: bold 14px arial;
|
|
color: #6E3278;
|
|
}
|
|
TH {
|
|
background-color: #EDE5B4;
|
|
padding: 1px 6px;
|
|
border: 2px dotted #6E3278;
|
|
font: small-caps 900 14px arial;
|
|
color: #000000;
|
|
}
|
|
TR.a0 {
|
|
background-color: #EDE5B4;
|
|
}
|
|
TR.a1 {
|
|
background-color: #D4CCA1;
|
|
}
|
|
TD {
|
|
font: 14px arial;
|
|
color: #000000;
|
|
}
|
|
TD.forum {
|
|
font: 12px arial;
|
|
color: #000000;
|
|
}
|
|
TD.forumlist {
|
|
padding: 1px 6px;
|
|
border: 2px dotted #6E3278;
|
|
background-color: #EDE5B4;
|
|
text-align: center;
|
|
font: bold 14px arial;
|
|
color: #000000;
|
|
}
|
|
TD.forumpost {
|
|
padding: 5px 10px;
|
|
border: 2px dotted #6E3278;
|
|
background-color: #EDE5B4;
|
|
text-align: left;
|
|
}
|
|
TD.newslist {
|
|
padding: 4px 4px;
|
|
border: 2px dotted #6E3278;
|
|
background-color: #FFDDEE;
|
|
text-align: left;
|
|
font: 14px arial;
|
|
color: #000000;
|
|
}
|
|
FORUMSUBJECT {
|
|
font: bold 14px arial;
|
|
color: #004400;
|
|
}
|
|
FORUMUSER {
|
|
font: 12px arial;
|
|
color: #000044;
|
|
}
|
|
FORUMDATE {
|
|
font: 12px arial;
|
|
color: #444444;
|
|
}
|
|
FORUMTEXT {
|
|
font: 14px arial;
|
|
color: #440000;
|
|
}
|
|
|
|
</style>
|
|
</HEAD>
|
|
<BODY BGCOLOR=E0D8AA>
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
|
<TR WIDTH=100%>
|
|
<TD WIDTH=512 ROWSPAN=3><A HREF=/><IMG SRC=/web/hoilgui1.gif ALT="Welcome to Horse Isle" BORDER=0></A></TD>
|
|
<TD WIDTH=100% BACKGROUND=/web/hoilgui2.gif> </TD>
|
|
<TD WIDTH=29><IMG SRC=/web/hoilgui3.gif></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD WIDTH=100% BACKGROUND=/web/hoilgui4.gif align=right>
|
|
<B>
|
|
|
|
|
|
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD><B><A HREF=/account.php>PINTO.HORSEISLE.COM</A><BR>Logged in as: SilicaAndPina<BR><A HREF=/?LOGOUT=1><img src=/web/but-logout.gif border=0></A><BR><A HREF=//hi1.horseisle.com/><img src=/web/but-mainpage.gif border=0></A></TD><TD><BR><A HREF=//hi1.horseisle.com/account.php><img src=/web/but-serverlist.gif border=0></A><BR><A HREF=//hi1.horseisle.com/web/news.php><img src=/web/but-news.gif border=0></A><BR><A HREF=//hi1.horseisle.com/web/forums.php><img src=/web/but-forums.gif border=0></A><BR><A HREF=//hi1.horseisle.com/web/helpcenter.php><img src=/web/but-helpcenter.gif border=0></A></TD></TR></TABLE>
|
|
|
|
</TD>
|
|
<TD WIDTH=29><IMG SRC=/web/hoilgui5.gif></TD></TR>
|
|
<TR>
|
|
<TD WIDTH=100% BACKGROUND=/web/hoilgui6.gif> </TD>
|
|
<TD WIDTH=29><IMG SRC=/web/hoilgui7.gif></TD></TR>
|
|
</TABLE>
|
|
<CENTER>
|
|
|
|
|
|
|
|
<script language="javascript1.3">
|
|
<!--
|
|
function ajax(url,target) {
|
|
// native XMLHttpRequest object
|
|
//document.getElementById(target).innerHTML = 'sending...';
|
|
if (window.XMLHttpRequest) {
|
|
req = new XMLHttpRequest();
|
|
req.onreadystatechange = function() {ajaxDone(target);};
|
|
req.open("GET", url, true);
|
|
req.send(null);
|
|
// IE/Windows ActiveX version
|
|
} else if (window.ActiveXObject) {
|
|
req = new ActiveXObject("Microsoft.XMLHTTP");
|
|
if (req) {
|
|
req.onreadystatechange = function() {ajaxDone(target);};
|
|
req.open("GET", url, true);
|
|
req.send();
|
|
}
|
|
}
|
|
}
|
|
|
|
function ajaxDone(target) {
|
|
// only if req is "loaded"
|
|
if (req.readyState == 4) {
|
|
// only if "OK"
|
|
if (req.status == 200) {
|
|
results = req.responseText;
|
|
document.getElementById(target).innerHTML = results;
|
|
} else {
|
|
document.getElementById(target).innerHTML="ajax error:\n" +
|
|
req.statusText;
|
|
}
|
|
}
|
|
}
|
|
|
|
function loadplayers() {
|
|
ajax('web/playersonline.php?id=588112','PLAYERS');
|
|
window.setTimeout("loadplayers()", 30000); //reload player list every millisecs
|
|
}
|
|
window.setTimeout("loadplayers()", 10); ///load player list first time quick
|
|
window.setTimeout("loadplayers()", 3000); ///load player list first time quick
|
|
|
|
-->
|
|
</script>
|
|
<script>
|
|
<!--
|
|
|
|
function wopen(url, name, w, h)
|
|
{
|
|
// Fudge factors for window decoration space.
|
|
// In my tests these work well on all platforms & browsers.
|
|
w+=20;//w += 32;
|
|
h+=60;//h += 96;
|
|
var win = window.open(url,
|
|
name,
|
|
'width=' + w + ', height=' + h + ', ' +
|
|
'location=no, menubar=no, ' +
|
|
'status=no, toolbar=no, scrollbars=no, resizable=no');
|
|
win.resizeTo(w, h);
|
|
win.focus();
|
|
}
|
|
// -->
|
|
</script>
|
|
|
|
<TABLE WIDTH=100% CELLPADDING=5><TR><TD VALIGN=TOP><TABLE BORDER=0 CELLPADDING=5><TR><TD VALIGN=top><CENTER>When Ready, <a href='/horseisle.php?USER=SilicaAndPina' target=popup onClick="wopen('/horseisle.php?USER=SilicaAndPina', 'popup', 790, 522); return false;">Enter the World<BR><BR><IMG BORDER=0 SRC=/web/screenshots/enterhorseisle.png></A><BR><BR>(<a href='/horseisle.php?USER=SilicaAndPina' target=popup onClick="wopen('/horseisle.php?USER=SilicaAndPina', 'popup', 846, 542); return false;">bigger borders version</A>)<BR>(<A HREF=horseisle.php?USER=SilicaAndPina>same window version</A>)</TD><TD VALIGN=top>Welcome back <B>SilicaAndPina</B>, Here is your account info and Horse Isle server status: (<A HREF=?>refresh</A>)<BR><BR>It has been: 0.2 hours since you were last online. You have logged in 2 times.<BR>You have <B><FONT COLOR=005500>$5,910</FONT></B> in Horse Isle money on hand and <B><FONT COLOR=005500>$0</FONT></B> in the bank.<BR>You have earned <B>25</B> of <B>63005</B> total quest points (<B>0%</B> Complete)<BR></TD></TR></TABLE><BR><HR>
|
|
|
|
|
|
|
|
<CENTER><TABLE WIDTH=500><TR><TD class=forumlist>
|
|
|
|
<FONT SIZE=+1>SILICAANDPINA'S PINTO SUBSCRIPTION STATUS:<BR></FONT><FONT SIZE=+2><FONT COLOR=GREEN>ACTIVE</FONT></FONT><BR>(31 days remain in your subscription)</FONT> (<A HREF=web/reasonstosubscribe.php>Subscription Benefits</A>)
|
|
</TD></TR><TR><TD class=forumlist>
|
|
<TABLE WIDTH=100%>
|
|
<TR><TD><B>BUY 1 Month Membership <FONT COLOR=GREEN>$5.00</FONT>usd</B> <I><FONT SIZE=-1>(adds 31 days membership time to the account that you are currently logged in with.) Non-refundable.</FONT></I></TD><TD>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="undefined_quantity" value="1">
|
|
<input type="hidden" name="item_name" value="One Month Horse Isle Membership-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="5.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
</TD></TR>
|
|
|
|
<TR><TD class=forumlist>
|
|
<TABLE WIDTH=100%><TR>
|
|
<TD><B>BUY Full Year Membership <FONT COLOR=GREEN>$40.00</FONT>usd</B> <I><FONT SIZE=-1>(adds 366 days membership time to the account you are logged in with. saves $20.00 off monthly subscription) Non-refundable.</FONT></I></TD><TD>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="undefined_quantity" value="1">
|
|
<input type="hidden" name="item_name" value="Full Year Horse Isle Membership-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="40.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
|
|
<!--
|
|
<TR><TD class=forumlist>
|
|
|
|
<TABLE WIDTH=100%><TR>
|
|
<TD><B>BUY 100k Horse Isle Currency <FONT COLOR=GREEN>$1.00</FONT>usd</B> <I><FONT SIZE=-1>(each one you buy gives your account $10,000 Horse Isle currency for use in the game.) Non-refundable.</FONT></I></TD><TD>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="undefined_quantity" value="1">
|
|
<input type="hidden" name="item_name" value="100k Horse Isle Money-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="1.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
</TD><TR>-->
|
|
|
|
<TR><TD class=forumlist>
|
|
|
|
|
|
|
|
<TABLE WIDTH=100%><TR>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<TD><B>BUY $100,000 Horse Isle Currency per <FONT COLOR=GREEN>$1.00</FONT>usd</B><BR>
|
|
Select: <SELECT NAME=quantity>
|
|
<!-<OPTION VALUE=1>$10,000 Horse Isle for $1.00 USD->
|
|
<OPTION VALUE=2>$200,000 Horse Isle for $2.00 USD
|
|
<OPTION VALUE=3>$300,000 Horse Isle for $3.00 USD
|
|
<OPTION VALUE=4>$400,000 Horse Isle for $4.00 USD
|
|
<OPTION VALUE=5>$550,000 Horse Isle for $5.00 USD (10% bonus)
|
|
<OPTION SELECTED VALUE=10>$1,100,000 Horse Isle for $10.00 USD (10% bonus)
|
|
<OPTION VALUE=20>$2,300,000 Horse Isle for $20.00 USD (15% bonus)
|
|
<OPTION VALUE=50>$5,750,000 Horse Isle for $50.00 USD (15% bonus)
|
|
<OPTION VALUE=100>$12,000,000 Horse Isle for $100.00 USD (20% bonus)
|
|
<OPTION VALUE=250>$31,250,000 Horse Isle for $250.00 USD (25% bonus)
|
|
</SELECT><BR>
|
|
<I><FONT SIZE=-1>(Gives your account Horse Isle currency for use in the game. You can earn Horse Isle money by playing the game. This is not required.) Non-refundable.</FONT></I></TD><TD>
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="item_name" value="100k Horse Isle Money-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="1.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
</TD></TR><TR><TD class=forumlist>
|
|
<TABLE WIDTH=100%>
|
|
<TR><TD>
|
|
<B>BUY Pawneer Order <FONT COLOR=GREEN>$8.00</FONT>usd</B> <I><FONT SIZE=-1>(allows you to order 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.</FONT></I></TD><TD>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="undefined_quantity" value="1">
|
|
<input type="hidden" name="item_name" value="Pawneer Order-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="8.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
</TD></TR><TR><TD class=forumlist>
|
|
<TABLE WIDTH=100%>
|
|
<TR><TD>
|
|
<B>BUY 5 Pawneer Orders <FONT COLOR=GREEN>$30.00</FONT>usd</B> <I><FONT SIZE=-1>(save $10.00 - allows you to order 5 custom horses from Pawneer) Non-refundable.</FONT></I></TD><TD>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="paypal@horseisle.com">
|
|
<input type="hidden" name="undefined_quantity" value="1">
|
|
<input type="hidden" name="item_name" value="Five Pawneer Order-on pinto.horseisle.com">
|
|
<input type="hidden" name="item_number" value="588112">
|
|
<input type="hidden" name="custom" value="588112">
|
|
<input type="hidden" name="amount" value="30.00">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="return" value="http://pinto.horseisle.com/web/paypalpayment.php">
|
|
<input type="hidden" name="notify_url" value="http://pinto.horseisle.com/web/paypalgateway.php">
|
|
<input type="hidden" name="no_note" value="1">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="lc" value="US">
|
|
<input type="hidden" name="bn" value="PP-BuyNowBF">
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but02.gif" border="0"
|
|
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
</TD></TR></TABLE>
|
|
|
|
|
|
</TD></TR>
|
|
|
|
|
|
|
|
<TR><TD BGCOLOR=WHITE><CENTER>If you happen to have any:<B> <A HREF=/web/spendhorsebucks.php>Redeem Horse Bucks</A></TD></TR>
|
|
|
|
<TR><TD class=forumlist>
|
|
<BR>Alternative Payment Methods: <A HREF=/web/checks.php>Check/Cash via postal mail</A>
|
|
<BR><BR>Gift Payments: <A HREF=//hi1.horseisle.com/web/giftmembership.php>Pay for a different player</A>
|
|
<BR><BR></TD></TR>
|
|
|
|
|
|
|
|
</TD></TR></TABLE></CENTER>
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
</TD><TD VALIGN=top><DIV ID="PLAYERS"><BR></DIV></TD></TR></TABLE><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
|
<TR>
|
|
<TD><IMG SRC=/web/hoilgui10.gif></TD>
|
|
<TD WIDTH=100% BACKGROUND=/web/hoilgui11.gif></TD>
|
|
<TD><IMG SRC=/web/hoilgui12.gif></TD>
|
|
</TR></TABLE>
|
|
<CENTER><B>
|
|
[ <A HREF=http://hi1.horseisle.com/web/rules.php>Rules</A> ]
|
|
[ <A HREF=http://hi1.horseisle.com/web/termsandconditions.php>Terms and Conditions</A> ]
|
|
[ <A HREF=http://hi1.horseisle.com/web/privacypolicy.php>Privacy Policy</A> ]</B><BR>
|
|
[ <A HREF=http://hi1.horseisle.com/web/expectedbehavior.php>Expected Behavior</A> ]
|
|
[ <A HREF=http://hi1.horseisle.com/web/contactus.php>Contact Us</A> ]
|
|
[ <A HREF=http://hi1.horseisle.com/web/credits.php>Credits</A> ]<BR>
|
|
<FONT FACE=Verdana,Arial SIZE=-2>Copyright © 2020 Horse Isle</FONT>
|
|
|
|
<!-- Google Analytics -->
|
|
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
|
</script>
|
|
<script type="text/javascript">
|
|
_uacct = "UA-1805076-1";
|
|
urchinTracker();
|
|
</script>
|
|
|