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

421 lines
11 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: Privacy Policy</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'>Privacy Policy</DIV><DIV CLASS=content id='PageContent'>
<DIV CLASS=subtitle id='PageSubTitle'>We will never share your info</DIV><BR><BR>
<b><font color='#990000'>YOUR PERSONAL INFORMATION:</font><br>
</b><i>UNDER 13:</i><b>&nbsp; </b>If a player is 12 years old or younger, we will collect the Parent/Guardian's email instead of the player's.&nbsp; We collect no personally identifiable information from players under 13 years old.<br>
<br>
Horse Isle recognizes your privacy. We collect certain information to allow us to run the game. We store usernames and passwords along with a player's email, birthdate, and country when you sign-up. We use cookies to allow secure access by users. Subscribers who do not accept cookies from the domain 'horseisle.com' cannot access most areas of the site.&nbsp; We log site and game activity (such as the IP address of users) to allow us to better manage the site.&nbsp; We may use this information to exclude visitors who violate our rules.<br>
<br>
We have clear rules disallowing communication between players of personally identifiable information.&nbsp; We also strive to have usernames that do not contain any 'hints' to the player's true identity.&nbsp; Emails and IP addresses of players are not visible to anyone who is not a Horse Isle staff member.<br>
<br>
The only personally identifiable information we require from anyone is a valid email address.&nbsp; The email address is only used to send the initial activation of the account, and to make sure only one account is setup per email. The email will not be used again except for password recovery by request of a player or other support-related functions.&nbsp; Other information asked for is not personally identifiable.&nbsp; That is country of residence, gender (determines whether you are referred to as he/she in the game) and birthdate.&nbsp; Birthdate is used to award players a bonus on their birthday,&nbsp; and to know age of player for parental control and rights. <br>
<br>
Horse Isle does not use advertising as a source of revenue.&nbsp; So NO player information is sold to others or provided to others for marketing information or any other reason.<br>
<br>
All actions within the game may be logged and reviewed by Horse Isle staff.&nbsp; This includes, but is not limited to, chats, private chats, messages, and profiles.<br>
<br>
Upon closing an account ALL information is deleted about a player.&nbsp; including the email and game profile we stored.<br>
<br>
<b style='color: rgb(153, 0, 0);'>ADDITIONAL PERSONAL INFORMATION:</b><br>
When a player,&nbsp; or parent of a player, wishes to make a payment for optional game currency, We collect additional information.&nbsp; We require the payee's information (Not a child's)&nbsp; And use this information in case there ever is a problem with payment issue.&nbsp; If inaccurate information is provided we may assume the account is fraudulent and close the account.&nbsp; <br>
<br>
<font color='#990000'><b>YOUR ONLINE ACTIVITY:</b></font><br>
All actions within the game, including chats, private chats, messages and descriptions (player, horse or ranch) may be monitored by Horse Isle staff and moderators.&nbsp; In addition to rule enforcement and possible account banning, at our discretion this content may be reproduced for any purpose,&nbsp; or given to any authority such as parents, FBI, etc.<br>
<br>
If we ever discover any sign of predator behavior we will pass it along to the proper authorities with as much identifiable information that we may have.&nbsp; Including player's username, password, email, IP address, chat logs, payment information, etc..&nbsp; We put online safety above the privacy of an individual.&nbsp; NEVER make any attempt to find out where another player lives or any personally identifiable information.<br>
<br>
</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>