mirror of
https://silica.codes/islehorse/HorseIsle-Sites-Archive.git
synced 2025-04-05 13:12:56 +13:00
406 lines
25 KiB
PHP
406 lines
25 KiB
PHP
<HTML><HEAD><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon16.png' sizes='16x16'><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon32.png' sizes='32x32'><link rel=icon type='image/png' href='https://hi3.horseisle.com/www/g/favicon96.png' sizes='96x96'><!-- Global site tag (gtag.js) - Google Ads: 697866393 -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-697866393"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'AW-697866393');
|
|
</script>
|
|
<style type="text/css">
|
|
//color:#F3003C //logo red W colo
|
|
//color:#792107 //Dark brown logo sign
|
|
|
|
body {
|
|
background-image: url(bg.png);
|
|
}
|
|
|
|
#abovefooter {
|
|
overflow:auto;
|
|
padding-bottom: 150px;
|
|
}
|
|
|
|
hr {
|
|
height:4px;
|
|
border:0px;
|
|
width: 95%;
|
|
color:#792107;
|
|
background-color:#792107;
|
|
}
|
|
|
|
DIV {
|
|
text-align:left;
|
|
}
|
|
|
|
div.content {
|
|
padding: 60px 40px 80px 240px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
font-family: Arial;
|
|
}
|
|
|
|
div.LeftCol {
|
|
position: relative;
|
|
float: left;
|
|
padding-bottom: 100px;
|
|
top: 280px;
|
|
left: 18px;
|
|
width: 220px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
font-family: Arial;
|
|
}
|
|
|
|
div.TopBarContent {
|
|
position:fixed;
|
|
top: 0px;
|
|
left: 100px;
|
|
right: 0px;
|
|
height:48px;
|
|
vertical-align: middle;
|
|
z-index: 20;
|
|
text-align: right;
|
|
font-size: 20px;
|
|
color: #DDD;
|
|
font-family: Arial;
|
|
display:inline;
|
|
margin:0;
|
|
padding:2px;
|
|
padding-top:8px;
|
|
}
|
|
|
|
div.TopBarBG {
|
|
position:fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
height:48px;
|
|
z-index: 1;
|
|
background:#792107;
|
|
}
|
|
|
|
div.TopBarBottomBG {
|
|
background:#ceb4b0;
|
|
position:fixed;
|
|
top: 48px;
|
|
left: 0px;
|
|
right: 0px;
|
|
height:6px;
|
|
z-index: 1;
|
|
}
|
|
|
|
div.SocialMedia {
|
|
position:fixed;
|
|
left: 60px;
|
|
bottom: 2px;
|
|
z-index: 5;
|
|
}
|
|
|
|
div.Logo {
|
|
position:fixed;
|
|
top: 4px;
|
|
left: 6px;
|
|
z-index: 10;
|
|
}
|
|
|
|
div.title {
|
|
align:center;
|
|
position: fixed;
|
|
top: 0px;
|
|
left:92px;
|
|
text-align: left;
|
|
font-size: 48px;
|
|
font-weight: 600;
|
|
color:#E3BC42;
|
|
z-index: 5;
|
|
text-shadow:
|
|
-1px -1px 0 #000,
|
|
1px -1px 0 #000,
|
|
-1px 1px 0 #000,
|
|
1px 1px 0 #000;
|
|
}
|
|
|
|
div.subtitle {
|
|
left:200px;
|
|
text-align: left;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color:#;
|
|
color:#792107;
|
|
}
|
|
|
|
UPDATE {
|
|
font-size: 18px;
|
|
font-variant: small-caps;
|
|
padding: 5px;
|
|
font-weight: 900;
|
|
}
|
|
|
|
textarea.forum {
|
|
width: 100%;
|
|
height: 180px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.loginInput {
|
|
-webkit-border-radius: 6;
|
|
-moz-border-radius: 6;
|
|
border-radius: 6px;
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
color: #333;
|
|
font-family: Arial;
|
|
display:inline;
|
|
margin:0;
|
|
padding:2;
|
|
}
|
|
|
|
|
|
input {
|
|
font-size: 16px;
|
|
}
|
|
|
|
select {
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
a {
|
|
font: bold 16px arial;
|
|
color: #005511;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.btn {
|
|
-webkit-border-radius: 6;
|
|
-moz-border-radius: 6;
|
|
border-radius: 6px;
|
|
font-family: Arial;
|
|
font-weight: 500;
|
|
color: #222;
|
|
font-size: 18px;
|
|
background: #E3BC42;
|
|
padding: 2px 4px 2px 4px;
|
|
margin: 3px 3px;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
border: solid #000 1px;
|
|
}
|
|
|
|
.btn:hover {
|
|
background: #A48830;
|
|
color: #ddd;
|
|
text-decoration: none;
|
|
}
|
|
|
|
IMG {
|
|
border:0;
|
|
}
|
|
|
|
TABLE {
|
|
empty-cells:show;
|
|
border-spacing:0px;
|
|
}
|
|
|
|
TABLE.list TD {
|
|
padding:2px;
|
|
}
|
|
|
|
TABLE.toplistbrief TD {
|
|
font-size: 14px;
|
|
padding: 0px 2px;
|
|
color: #202020;
|
|
}
|
|
|
|
TH {
|
|
background-color: #EDE5B4;
|
|
padding: 2px 6px;
|
|
border: 1px solid #000000;
|
|
font: small-caps 900 16px arial;
|
|
color: #000000;
|
|
}
|
|
|
|
TR.a0 {
|
|
background-color: #EDE5B4;
|
|
}
|
|
|
|
TR.a1 {
|
|
background-color: #D4CCA1;
|
|
}
|
|
|
|
TD {
|
|
font: 16px arial;
|
|
color: #000000;
|
|
margin:0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
TD.newslist {
|
|
padding: 4px 4px;
|
|
border: 2px solid #000000;
|
|
background-color: #dbefa9;
|
|
text-align: left;
|
|
}
|
|
|
|
TD.forum {
|
|
font: 14px arial;
|
|
padding: 2px;
|
|
}
|
|
|
|
TD.forumlist {
|
|
padding: 1px 2px;
|
|
border: 2px outset #ffe400;
|
|
background-color: #EDE5B4;
|
|
text-align: center;
|
|
font: bold 16px arial;
|
|
}
|
|
|
|
TD.forumcell {
|
|
border-width: 1px 0px;
|
|
border-style:solid;
|
|
border-color:FFFFEE;
|
|
}
|
|
|
|
TD.forumselected {
|
|
padding: 1px 2px;
|
|
border: 2px inset #ffe400;
|
|
background-color: #dac270;
|
|
text-align: center;
|
|
font: bold 16px arial;
|
|
}
|
|
|
|
TD.forumpost {
|
|
padding: 5px 10px;
|
|
border: 2px solid #000000;
|
|
background-color: #F5F0D0;
|
|
text-align: left;
|
|
}
|
|
|
|
TD.forumadmin {
|
|
padding: 5px 10px;
|
|
border: 2px solid #000000;
|
|
background-color: #FFDDDD;
|
|
}
|
|
|
|
FORUMSUBJECT {
|
|
font: bold 16px arial;
|
|
color: #004400;
|
|
}
|
|
|
|
FORUMUSER {
|
|
font: 14px arial;
|
|
color: #000044;
|
|
}
|
|
|
|
FORUMDATE {
|
|
font: 14px arial;
|
|
color: #444444;
|
|
}
|
|
|
|
FORUMTEXT {
|
|
font: 16px arial;
|
|
color: #440000;
|
|
}
|
|
|
|
</style>
|
|
|
|
<SCRIPT >
|
|
function getWidth() {
|
|
return Math.max(
|
|
document.body.scrollWidth,
|
|
document.documentElement.scrollWidth,
|
|
document.body.offsetWidth,
|
|
document.documentElement.offsetWidth,
|
|
document.documentElement.clientWidth
|
|
);
|
|
}
|
|
|
|
function AdjustTitle() {
|
|
// alert(getWidth());
|
|
if (getWidth()<1500) {
|
|
document.getElementById("PageTitle").style.top="50px";
|
|
document.getElementById("PageTitle").style.left="200px";
|
|
document.getElementById("PageContent").style.padding="105px 40px 80px 240px";
|
|
} else {
|
|
document.getElementById("PageTitle").style.top="0px";
|
|
document.getElementById("PageTitle").style.left="130px";
|
|
document.getElementById("PageContent").style.padding="60px 40px 80px 240px";
|
|
}
|
|
|
|
}
|
|
<!-- window.onload = function(e){ AdjustTitle(); } -->
|
|
</SCRIPT>
|
|
|
|
<TITLE>Horse Isle 3: Welcome Adventurers</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY topmargin=0 rightmargin=0 leftmargin=0 BGCOLOR=F8F8F8 onresize="AdjustTitle()" onload="AdjustTitle()">
|
|
<DIV style="min-height:100%;position:relative;">
|
|
<DIV id="abovefooter">
|
|
<DIV class='TopBarBG'></DIV>
|
|
<DIV class='TopBarBottomBG'></DIV>
|
|
<DIV class='Logo'><A HREF=index.php><IMG SRC=HI3Logostraight256.png></a></DIV>
|
|
<DIV class='LeftCol' id='LeftCol'><CENTER><B>Random <A HREF=?SS>Screenshots!</A></B></CENTER><A HREF=screenshots/50.jpg><IMG SRC=screenshots/thumbs/50.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/34.jpg><IMG SRC=screenshots/thumbs/34.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/44.jpg><IMG SRC=screenshots/thumbs/44.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/57.jpg><IMG SRC=screenshots/thumbs/57.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/1.jpg><IMG SRC=screenshots/thumbs/1.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/26.jpg><IMG SRC=screenshots/thumbs/26.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/75.jpg><IMG SRC=screenshots/thumbs/75.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/17.jpg><IMG SRC=screenshots/thumbs/17.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/60.jpg><IMG SRC=screenshots/thumbs/60.jpg style='margin-top:6px;border:1px solid black;'></A><BR><A HREF=screenshots/10.jpg><IMG SRC=screenshots/thumbs/10.jpg style='margin-top:6px;border:1px solid black;'></A><BR></DIV>
|
|
<DIV class='SocialMedia'>
|
|
<A HREF=https://www.facebook.com/horseisleofficial/><IMG border=0 SRC=facebook.png WIDTH=48 HEIGHT=48></A>
|
|
<A HREF=https://www.youtube.com/user/HorseIsle2><IMG border=0 SRC=youtube.png WIDTH=48 HEIGHT=48></A>
|
|
</DIV>
|
|
|
|
<DIV class=TopBarContent><FONT FACE=ARIAL>
|
|
<A CLASS=btn HREF=createaccount.php>New Account!</A>
|
|
<A CLASS=btn HREF=forgotpass.php>Forgot?</A>
|
|
|
|
|
|
<FORM METHOD=POST STYLE="display:inline;">
|
|
Email: <INPUT TYPE=INPUT NAME=EMAIL SIZE=22 CLASS=loginInput>
|
|
Pass: <INPUT TYPE=PASSWORD NAME=PASS SIZE=10 CLASS=loginInput>
|
|
<INPUT TYPE=SUBMIT VALUE=Login CLASS=loginInput style="background: #E3BC42;"></B>
|
|
</FORM>
|
|
</DIV>
|
|
<DIV CLASS=title id='PageTitle'>Welcome Adventurers</DIV><DIV CLASS=content id='PageContent'>
|
|
<DIV CLASS=subtitle id='PageSubTitle'>Come Join The Infinite Wilds!</DIV><BR><BR><CENTER><IMG SRC='Banner9.png' style='width:80%;max-width:800px;'></CENTER><TABLE WIDTH=100%><TR style='background:linear-gradient(to right, #BF953F, #FCF6BA, #deba6e, #FBF5B7, #AA771C);'><TD style='padding:5px;'><CENTER><B>
|
|
<FONT SIZE=+2>Horse Isle 3 - Infinite Wilds!</FONT><BR>
|
|
Infinite World to Explore, Infinite Genetic Breeding, Infinite Wilds to catch!<BR>
|
|
Free downloads for MAC, Linux And Windows Computers!<BR>
|
|
</B></TD></TR></TABLE><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>HI3: Infinite Wilds!</FONT> <FONT COLOR=FFFFFF>(Come join the adventure!)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;">
|
|
Welcome to the newest in our series of family friendly games made for horse fanatics! Clean, nonviolent fun, with some education tossed in!
|
|
Grand adventure and real world horse genetics await you in this, our third installment.<BR><BR>
|
|
HI3 is fully 3D, yet retains the unique charm of the previous games. Your horse's performance and actual look are based on its genetics, just like the real world.
|
|
No two horses look or behave alike. Come discover your special horses!<BR><BR>
|
|
Along the way, make friends with some of our great playerbase. HI3 players are helpful and fun folks! This is a special place :)
|
|
<BR><BR>
|
|
<CENTER><A HREF=createaccount.php CLASS=btn>Create Free Account!</A></CENTER><BR>
|
|
<B>Infinite Wilds:</B> Infinite World, Infinite Wild Horses & Infinite Horse Genetics Combinations!
|
|
</div></div><TABLE WIDTH=100%><TR style='background:linear-gradient(to right, #BF953F, #FCF6BA, #deba6e, #FBF5B7, #AA771C);'><TD style='padding:5px;'><CENTER><B>Players Currently Online:171 Active Accounts:3458</B></TD></TR></TABLE><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.41a</FONT> <FONT COLOR=FFFFFF>(June 28, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD>Whistle while you work.. . This fun update adds the feel of true intelligence to your horses! (those that have any INT that is ;) )
|
|
<BR>
|
|
<BR><B>Additions & Changes:</B>
|
|
<BR>+ Item sorting mode retained when same page is displayed again (Selling plushies for instance)
|
|
<BR>+ No Particles Setting: stops player effects, bubbles, fireworks, weather, hoofprints, etc. makes for a sadder game! BUT- may be good for troubleshooting crash problems.
|
|
<BR>+ No Auto Emote Setting: no longer auto player-emote if chat text matches.
|
|
<BR>+ Right clicking no longer resets camera, must double click now. (too many accidents)
|
|
<BR>+ Poison ivy won't spawn between a course prep time and the running through of first gate. (between time of clicking TRY, and timer start for instance) anymore.
|
|
<BR>+ Poison ivy injuries not counted while running a course.
|
|
<BR>+ Adventure Quests - changed 60 and 100 char limit for buttons to 70 for both.
|
|
<BR>
|
|
<BR><B>Whistle-able Horses!</B>
|
|
<BR>+ When you are far away from your horse, press F to whistle.
|
|
<BR>+ Whistled horse will attempt to walk towards you, even going around things in their way.
|
|
<BR>+ Less intelligent horses are less capable of finding paths to you.
|
|
<BR> > > 0% INT is worst, improving up to 50%. and then 50%-100% is fully capable.
|
|
<BR>+ Certain personality or equine types will increase the chance that your whistle is ignored.
|
|
<BR> > > Stubborn (up to 25%)
|
|
<BR> > > Lazy (up to 25%)
|
|
<BR> > > Leader (up to 25%)
|
|
<BR> > > Donkeys, Zebras, and Zedonks (up to 50%)
|
|
<BR> > > All of these factors are reduced with experience or bond. (5000 of either means 100% reliable whistling).
|
|
<BR> > > Once a horse ignores a whistle there is a 10 second countdown before they can be whistled again.
|
|
<BR>+ Exerted horses may move more slowly when whistled.
|
|
<BR>+ Players do not hear other whistles. (would be annoying likely :) )
|
|
<BR>
|
|
<BR><B>A New Donkey Breed:</B>
|
|
<BR>+ Grand Noir du Berry Donkey (<b>READ coat info in BBB</b>)
|
|
<BR>
|
|
<BR><B>Updated Breed Info About:</B>
|
|
<BR>+ American Dutch Harness Horse
|
|
<BR>+ Dutch Tuigpaard (now has one of the longest entries in the game!)
|
|
<BR>
|
|
<BR><B>Bug Fixes:</B>
|
|
<BR>- Scrapbooked horses from before Art Kit System now show their tack again properly.
|
|
<BR>- Removed HI3.gc.log file that caused unnecessary game update after fresh install.
|
|
<BR>- Editing signs should now update right away. (no need to QT away and back)</TD></TR></TABLE></div></div><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.40e</FONT> <FONT COLOR=FFFFFF>(June 10, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD><B>Additions & Changes:</B>
|
|
<BR>+ Doubled breeding servers. Should provide 20-50% faster breeding when lots of folks are breeding. In general, please try to not rush through all 20+ of your breedings at once. If it continues to bog down server from this, we will have to limit how many horses you can breed without waiting.
|
|
<BR>+ Horizontal rules properly show now between news posts when you look via Myself -> Current News
|
|
<BR>+ Ice tree and sapling may now be planted. (assume steady supply of ice cubes in these planters :) )
|
|
<BR>
|
|
<BR><B>A New Harness Breed:</B>
|
|
<BR>+ American Dutch Harness Horse (<b>Read breeding guidelines in BBB</b>)
|
|
<BR>
|
|
<BR><B>Bug Fixes:</B>
|
|
<BR>- No more ocean critters in Animalistic Shape Shifting :)
|
|
<BR>- No sprinting above % rule now should work properly.
|
|
<BR>- More consistent ordering on the new horse tack sort.
|
|
<BR>- springing => sprinting spell fix.
|
|
<BR>- Stopped item sorting on 'Current Missions' exporter listings.</TD></TR></TABLE></div></div><div style="margin:6;"><div style="width:calc(100%-4px);text-indent:50px;text-align:left;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>NEWS: HI3 Client Update v.40d</FONT> <FONT COLOR=FFFFFF>(June 9, 2021)</FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10><TR><TD VALIGN=top><IMG SRC=/www/g/n-client.png ALIGN=left WIDTH=75 style='margin-right:10px;'></TD><TD>Whoops, v40c added a couple serious bugs. This should fix them.
|
|
<BR>
|
|
<BR><B>Bug Fixes:</B>
|
|
<BR>- Fixed new Elk Cows crashing folks
|
|
<BR>- Fixed a new server crash introduced 2 hrs ago ;)
|
|
<BR></TD></TR></TABLE></div></div><BR style='clear:both;'><DIV style='width:1000px;margin:6px;'><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Lusitano Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Turtle</TD><TD>Laura the Carrot</TD><TD align=right>71,362</TD></TR><TR><TD>Blaze</TD><TD><B>|HH|</B> Eros Legacy</TD><TD align=right>68,896</TD></TR><TR><TD>Adventures</TD><TD><B>:Hig:</B> Hiigara</TD><TD align=right>61,192</TD></TR><TR><TD>Unseelie</TD><TD><B>|HH|</B> Pendragon</TD><TD align=right>24,777</TD></TR><TR><TD>Unseelie</TD><TD><B>'Un'</B> Graveyard Keeper</TD><TD align=right>19,466</TD></TR><TR><TD>Blaze</TD><TD><B>|HH|</B> Amatus</TD><TD align=right>16,246</TD></TR><TR><TD>Aoife</TD><TD>Captain Trips</TD><TD align=right>15,315</TD></TR><TR><TD>Amadeus</TD><TD><B>de ,</B> keithritto</TD><TD align=right>15,146</TD></TR><TR><TD>Vega</TD><TD><B>VEGA</B> Elise</TD><TD align=right>13,876</TD></TR><TR><TD>Aoife</TD><TD><b>Aoi</b> Arnica</TD><TD align=right>10,490</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=813>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Polish Arabian Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Vampyr</TD><TD><B>PYR</B> Red Robin 1035-64</TD><TD align=right>85,176</TD></TR><TR><TD>BurntToast</TD><TD><B>/Ere/</B> Carrots?</TD><TD align=right>45,458</TD></TR><TR><TD>Jasmine</TD><TD><B>JAS</B> taiyaki</TD><TD align=right>43,996</TD></TR><TR><TD>Addictive</TD><TD><B>SAB</B> - Luna</TD><TD align=right>34,556</TD></TR><TR><TD>MadHare</TD><TD><B>hare.</B> veneficia</TD><TD align=right>27,708</TD></TR><TR><TD>Pepsi</TD><TD><B>Pepsi</B> 0988- Fire Splashed- mosiac</TD><TD align=right>18,010</TD></TR><TR><TD>MadHare</TD><TD>Glass</TD><TD align=right>15,816</TD></TR><TR><TD>Pup</TD><TD><B>JAS</B> maxed 13.1kexp</TD><TD align=right>13,112</TD></TR><TR><TD>UnusualKat</TD><TD><B>SOF</B> Khufu</TD><TD align=right>12,947</TD></TR><TR><TD>PoundingHooves</TD><TD><B>SAB</B> Octavian</TD><TD align=right>12,434</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=770>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Hackney Horse Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Corolla</TD><TD><B>.~.</B> Cassiopeia</TD><TD align=right>22,282</TD></TR><TR><TD>GoatLoops</TD><TD><B>I|G|I</B> Ackley</TD><TD align=right>15,979</TD></TR><TR><TD>Silvern</TD><TD><B>siIv.</B> 0945 -' nyx</TD><TD align=right>14,828</TD></TR><TR><TD>AppleBird</TD><TD><B>AB</B> Ishtar 969</TD><TD align=right>13,759</TD></TR><TR><TD>Trinity</TD><TD><B>TRN8T</B> Poetry in Motion</TD><TD align=right>11,109</TD></TR><TR><TD>PandorasWitness</TD><TD><B>PB</B> Muchi</TD><TD align=right>9,547</TD></TR><TR><TD>WinonaRyder</TD><TD><B>[wr.]</B> Hackamore</TD><TD align=right>6,000</TD></TR><TR><TD>Quenya</TD><TD><B>*W*</B> 945 16.2 45.66</TD><TD align=right>5,567</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Wizard</TD><TD align=right>5,383</TD></TR><TR><TD>Permafrost</TD><TD><B>DWN</B> Drizzle</TD><TD align=right>5,172</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=870>View Top 100</A></div></div><BR style='clear:both;'><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Hirzai Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Peppermint</TD><TD align=right>3,899</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Winterberry</TD><TD align=right>2,774</TD></TR><TR><TD>FillyDancer</TD><TD><B>Perma</B> Apple Mint</TD><TD align=right>2,774</TD></TR><TR><TD>FillyDancer</TD><TD><B>Perma</B> Orange Mint</TD><TD align=right>2,768</TD></TR><TR><TD>FillyDancer</TD><TD><B>Perma</B> Wintergreen</TD><TD align=right>2,521</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Final Curtain</TD><TD align=right>2,348</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Four o' Clock</TD><TD align=right>2,005</TD></TR><TR><TD>OasisBlue</TD><TD>Casper LF</TD><TD align=right>2,000</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Coral Berry</TD><TD align=right>1,759</TD></TR><TR><TD>Permafrost</TD><TD><B>Perma</B> Coral Bells</TD><TD align=right>1,753</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=876>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Senne Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Hayl</TD><TD align=right>12,641</TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Eycestorm</TD><TD align=right>11,346</TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Sunny</TD><TD align=right>10,820</TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Avalanche</TD><TD align=right>10,416</TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Hayl's Legacy</TD><TD align=right>9,597</TD></TR><TR><TD>OasisBlue</TD><TD>Maneater</TD><TD align=right>8,721</TD></TR><TR><TD>Garney</TD><TD><B>^G^</B> DMT Haylstorm</TD><TD align=right>7,387</TD></TR><TR><TD>NotMyFairytale</TD><TD>Harmonia of Thebes</TD><TD align=right>6,182</TD></TR><TR><TD>StellaBella</TD><TD><B>ELLA</B> Moon</TD><TD align=right>5,164</TD></TR><TR><TD>AppleBird</TD><TD><B>AB</B> Tiger of Etna 969</TD><TD align=right>4,874</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=655>View Top 100</A></div></div><div style="margin:6;float:left;width:320px;"><div style="width:calc(100%-4px);text-align:center;border-style:solid;border-width:2px;border-color:000000;height:auto;background-color:#792107;padding:5px 0px;"><FONT style='font-variant: small-caps;font-size: 22px;font-weight: bold;color: #E3BC42;'>Hanoverian Exp <NOBR>Top 10</NOBR></FONT></div><div style="width:(100%-4px);background-color:#FFFFFF;border-style:solid;border-width:1;border-color:000000;padding:5px;"><TABLE class=toplistbrief><TR><TD class=TLH><B>Player</B></TD><TD class=TLH><B>Horse</B></TD><TD class=TLH><B>Exp</B></TD></TR><TR><TD>Ever</TD><TD><B>(A)</B> Adagio</TD><TD align=right>53,627</TD></TR><TR><TD>RivalStar</TD><TD><B>RIVL*</B> Canadian Dream</TD><TD align=right>43,790</TD></TR><TR><TD>Ever</TD><TD><B>4Ever</B> Shutterfly</TD><TD align=right>25,146</TD></TR><TR><TD>KindMustang</TD><TD><B>WhCF</B> Der Magier</TD><TD align=right>24,948</TD></TR><TR><TD>BlackAuster</TD><TD><B>aus.</B> Geronimo 16.8 61.69 1002 4.6</TD><TD align=right>17,412</TD></TR><TR><TD>Prelude</TD><TD><B>VOL.3</B> Gematria</TD><TD align=right>16,577</TD></TR><TR><TD>WhiteSummer</TD><TD><B>Azira</B> Hellada</TD><TD align=right>14,749</TD></TR><TR><TD>Prelude</TD><TD><B>VOL.3</B> Icon In The Making</TD><TD align=right>13,911</TD></TR><TR><TD>Geralt</TD><TD><B>aus.</B> H1196</TD><TD align=right>13,000</TD></TR><TR><TD>KittyCat</TD><TD>Hanoverian</TD><TD align=right>12,813</TD></TR></TABLE><CENTER><A HREF=toplists.php?tlid=624>View Top 100</A></div></div><BR style='clear:both;'></div><BR style='clear:both;'></DIV>
|
|
</DIV>
|
|
<DIV style="
|
|
position:absolute;
|
|
bottom:0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
height:60px;
|
|
background-color:#792107;
|
|
">
|
|
</DIV>
|
|
<DIV style="
|
|
position:absolute;
|
|
bottom:0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
height:82px;
|
|
font-size:16px;
|
|
color:#ddd;
|
|
text-align: center;
|
|
vertical-align: bottom;
|
|
padding:0px;
|
|
">
|
|
<A CLASS=btn HREF=privacy.php>Privacy Policy</A>
|
|
<A CLASS=btn HREF=termsandconditions.php>Terms and Conditions</A>
|
|
<IMG SRC=HI3Mini.png WIDTH=64 HEIGHT=64 style="margin:-6;">
|
|
<A CLASS=btn HREF=rules.php>Rules</A>
|
|
<A CLASS=btn HREF=credits.php>Credits</A>
|
|
<A CLASS=btn HREF=roadmap.php>Road Map</A>
|
|
<A CLASS=btn HREF=http://horsesareawesome.com/fa4/>Fan Art</A>
|
|
<BR>
|
|
Copyright © 2017-2021 Horse Isle
|
|
</DIV>
|