HorseIsle-Sites-Archive/hi3.horseisle.com/www/createaccount.php

462 lines
12 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: Create An Account</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'></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>
&nbsp;
&nbsp;
<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'>Create An Account</DIV><DIV CLASS=content id='PageContent'>
<DIV CLASS=subtitle id='PageSubTitle'>Join our world of fun and adventure!</DIV><BR><BR>
<CENTER><TABLE WIDTH=100% BORDER=0><TR><TD VALIGN=top>
<FONT SIZE=+2><B>Make My Account:</B></FONT><BR><I>Only one account per person. Make sure you have parental guidance if under 13!</I><BR>
<BR>
<FORM METHOD=POST>
<B>GAME DETAILS (Take time selecting a good Playername, it will be your permanent game name):</B><BR>
<FONT COLOR=005500>Playernames are made up of valid dictionary words with the first letter of each word capitalized.<BR>
Real names are not allowed, Pick something fun and original, there are some ideas on right.<BR>
<FONT SIZE=+1 COLOR=502070>Good:<FONT COLOR=GREEN>BlueBunny</FONT> Not:<FONT COLOR=RED>BLUEBUNNY</FONT> or <FONT COLOR=RED>bluebunny</FONT> or <FONT COLOR=RED>MaryBunny</FONT></FONT><BR>
If the Playername you choose is offensive in anyway your account will be deleted as soon as it's noticed.
<BR></FONT>
Desired playername: <INPUT TYPE=TEXT SIZE=20 MAX=20 VALUE="" NAME="user2"> <I><FONT SIZE-1>[3-20 letters only, capitalize first letter of each word]</FONT></I><BR>
Desired password: <INPUT TYPE=PASSWORD SIZE=20 MAX=64 VALUE="" NAME="pass1"> <I><FONT SIZE-1>[8+ both letters and other chars, case matters]</FONT></I><BR>
Repeat&nbsp; password: <INPUT TYPE=PASSWORD SIZE=20 MAX=64 VALUE="" NAME="pass2"> <I><FONT SIZE-1>[same as above]</FONT></I><BR>
<!--
Gender: <SELECT NAME=sex>
<OPTION VALUE="">Select Gender
<OPTION VALUE="FEMALE" >Female / Girl
<OPTION VALUE="MALE" >Male / Boy
</SELECT> <I>[Determines whether you are referred to as 'him' or 'her' in game]</I>
<BR>
-->
<BR>
<B>PERSONAL DETAILS (Kept private, NEVER shared with any other players or any other company):</B><BR>
Your Valid Email: <INPUT TYPE=TEXT SIZE=40 NAME=email VALUE=''> <I><FONT SIZE-1>[ Login codes sent here and this email is used to verify you own account in future. DO NOT use a disposable account as you could lose control of your hard earned account ]</FONT></I> <FONT SIZE=-1 COLOR=880000>NOTE: (Be sure to check spam folder)</FONT><BR>
Your Birthdate: <SELECT NAME=month><OPTION VALUE=1 >January<OPTION VALUE=2 >February<OPTION VALUE=3 >March<OPTION VALUE=4 >April<OPTION VALUE=5 >May<OPTION VALUE=6 >June<OPTION VALUE=7 >July<OPTION VALUE=8 >August<OPTION VALUE=9 >September<OPTION VALUE=10 >October<OPTION VALUE=11 >November<OPTION VALUE=12 >December</SELECT> Day:<INPUT TYPE=TEXT SIZE=3 NAME="day" VALUE="">
Year:<INPUT TYPE=TEXT SIZE=5 NAME="year" VALUE=""> <I>[ used to verify account ownership and birthday bonuses ]</I><BR>
Your Country: <INPUT TYPE=TEXT SIZE=30 NAME="country" VALUE=""> <I>[ Please enter: USA / Canada / UK / NZ / Australia / etc. ]</I><BR>
Password Recovery Question:<SELECT NAME=passrecq>
<OPTION>
<OPTION>My favorite food
<OPTION>My favorite pets name
<OPTION>My best friends first name
<OPTION>My favorite singer
<OPTION>My favorite sports star
<OPTION>My favorite team
<OPTION>My favorite cartoon character
<OPTION>My favorite actor
<OPTION>My favorite horse
</SELECT> Answer:<INPUT TYPE=TEXT SIZE=15 NAME=passreca VALUE=''><I> [ This is used to verify account ownership ]</I><BR><BR>
<B>LEGALITIES (Only Check if TRUE!):</B><BR>
I have Read and Understand and will follow the <A HREF=rules.php>Rules</A>: <INPUT TYPE=CHECKBOX NAME="cbr" VALUE="OK" ><BR>
I have Read and Understand the <A HREF=termsandconditions.php>Terms and Conditions</A>: <INPUT TYPE=CHECKBOX NAME="cbt" VALUE="OK" ><BR>
Optional Referral ID:
<INPUT TYPE=TEXT NAME=REFID SIZE=6> <I>[If a fellow player referred you and gave a number, enter it here for membership bonuses]</I><INPUT TYPE=HIDDEN NAME=LREF VALUE="">
<BR>
<BR>
<INPUT CLASS=btn TYPE=SUBMIT VALUE='CREATE NEW ACCOUNT'><BR>
</FORM>
<BR>
</TD><TD VALIGN=top><BR>
<TABLE BGCOLOR=FFFFFF CELLPADDING=4><TR style='background-color: #792107'>
<TD><FONT COLOR=FFFFFF><B><CENTER>Random<BR>Available<BR>Names:</CENTER></B></FONT>
</TD></TR><TR><TD><CENTER><FONT SIZE=+0>
AbsurdShire<BR>DecrepidFog<BR>DroneDaisey<BR>PhobicCryingTwin<BR>ClownFastPoetry<BR>ImperfectHatter<BR>BlackMelodicRein<BR>GoingPokeyPoetry<BR>UpsetMule<BR>SoggyPoet<BR>FearlessTeacher<BR>IllusionEmerald<BR>LatterBrownie<BR>JazzyVenturer<BR>AncientWhiteBee<BR>CosmicSaga<BR>ElephantUnderAce<BR>SpeedilyExpected<BR>NegativeVision<BR>BurgundyVision<BR>NormalFatRunner<BR>GreatMegaEventer<BR>MaterialCake<BR>UsualEyes<BR>DeepMeekPhobia<BR>PopularRunner<BR>JumpyMaiden<BR>GoblinEquestrian<BR>HulkingFirstDove<BR>SquaredRabbitt<BR>FloweryCarriage<BR>WigglyTurner<BR>OrangeTalker<BR>FifthWildflower<BR>NearAce<BR>BestSillyOne<BR>
</FONT></TD></TR></TABLE>
</TD></TR></TABLE>
</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 &copy 2017-2021 Horse Isle
</DIV>