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

544 lines
16 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: Rules and Guidelines</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'>Rules and Guidelines</DIV><DIV CLASS=content id='PageContent'>
<DIV CLASS=subtitle id='PageSubTitle'>The following rules must be followed in order to remain a player of Horse Isle</DIV><BR><BR>
<BR>
<BR>
<CENTER style='font-size:150%'>
<B>Mainly:</B><BR>
<TABLE BORDER=0><TR style='font-size:150%'>
<TD style='text-align:right;'>Follow the <B style='color:#E3BC42;'>Golden Rule</B>:<BR>
And the <B style='color:#792107;'>Brown Rule</B>:
</TD><TD>
Treat others as you'd like to be treated.<BR>
This is Horse Isle, don't be a donkey!
</TD></TR></TABLE></CENTER>
<HR>
<BR>
<BR>
<B>HI3 Exceptions:</B> We have softened these rules a bit from HI2/1, as the internet is more understood by parents now and our playerbase has matured. Our goal is still a family friendly environment, but making realistic adjustments now.
<BR>
<HR>
<BR>
<font size='4' style='COLOR:#990000'><B>[RULE #1] No Obscenities, Inappropriate or Adult Topics</b></FONT><br/>
This is an all-ages, friendly environment.&nbsp; Remember that and communicate as
though your mother, grandmother and 7 year old sister were all watching.<br/>
No violent, offensive or inflammatory language.&nbsp; This includes religious
proselytizing, racial comments, ethnic stereotypes, political statements, etc.<br/>
No date-speak allowed. This is not a dating site, no boyfriend/girlfriend talk allowed. This includes talking about or referencing sexual orientation.<BR>
Because we need to monitor the chat, all chat must be in English.<BR>
All chat is recorded and monitored by Administrators, <b>including Private Chat</b>.
Keep it clean and family friendly.<br/>
<BR>
<B>HI3 Exception:</B> If grown ups want to talk about grown up non-explicit topics in a private chat, that is fine. The onus is on YOU to make sure no member is sensistive to the topics/younger. (We will only react to complaints, or wildly inappropriate content.) <BR>
<HR>
<br>
<font size='4' style='COLOR:#990000'><B>[RULE #2] No Sharing Personal Info</b></FONT><br/>
<b>NEVER share your Horse Isle password!</b>&nbsp; NO ONE from Horse Isle staff will
ever ask it from you.&nbsp; Never enter it on another website either.<br/>
No sharing of email addresses (Prevents anyone from logging into your account also!)<br/>
No sharing of websites/IM/facebook/discord<br/>
No sharing of phone/cell/mobile numbers<br/>
No sharing your age or asking for another player's age<br/>
No sharing real names/home addresses/home towns --&nbsp;
No outside advertising of any kind<br/>
Countries/States/Provinces are as detailed as we permit such communication.<br/>
Please limit your contact and friendships to IN-GAME only. This is for your and other
peoples' safety.<br/>
<BR>
<B>HI3 Exception:</B> The above all applies to public chats. Mentioning of facebook account, etc. is okay in a private chat with appropriate folks. Just please play safe. It is your responsibility to make sure it's appropriate for those you are chatting with FIRST. And let's try to keep it family friendly. Mis-chats happen frequently!
<BR>
<HR>
<BR>
<font size='4' style='COLOR:#990000'><B>[RULE #3] No Ruining Fun For Others</B></FONT><br>
No harassing/bullying other players.&nbsp; Do not tease, make
fun of, call names, etc.&nbsp; The old, <span style='FONT-STYLE:italic'>'if you
don't have anything nice to say..&nbsp; don't type.'</span>.<br/>
If someone does insult you, DO NOT respond.&nbsp; This will just make the
situation worse.&nbsp; If it was serious (breaking Rule #1) report the person to
a moderator or admin.&nbsp; You can do this directly or by filling out an
'Abuse' report.&nbsp; A recent chat log will be sent with the report, so the
offense must occur within that log.<br/>
Try to relax and remember it is easy to take offense to things which were not intended online. Try to just ignore things and move on.<BR>
Limit the use of ANY reporting/moderating features to things that warrant it. Many things deserve to simply be ignored and move on, please handle what you can on your own.<BR>
Use the %PMMUTE or %FULLMUTE command on players that annoy you.&nbsp; DO NOT let it escalate to a problem.<br/>
No spamming/flooding chat by repeating the same thing over and over or by typing random letters or symbols.<br/>
There is an auction system, classified ads, and ranch stores to sell horses.&nbsp; Please use that
instead of spamming chat. <br/>
<b>This is a positive environment. Anyone not respecting others may receive a chat violation by Admins.</b><br/>
<HR>
<br/>
<font size='4' style='COLOR:#990000'><B>[RULE #4] No Cheating</B></FONT><br/>
If you find a bug and report it, you will be rewarded, with both respect and
possibly an in-game reward.<br/>
If you find a bug and take advantage of it, that's cheating, and you could lose
your account.<br/>
If you are banned, do not create a new account. Your new account will also be banned, instead work through the issues with support.<BR>
Do not use any type of automated click/repetition tools. Instant permanent ban when detected.<BR>
Do not make multiple accounts, while HI3 has removed the benefits of this, It's still considered cheating.<BR>
<HR>
<br/>
<font size='4' style='COLOR:#990000'><B>[RULE #5] Parental Permission</B></FONT><BR>
Anyone under 18 should have parental permission to play.&nbsp;<br/>
We <span style='FONT-WEIGHT:bold'>REQUIRE</span> anyone under 13 to absolutely
have parental permission.&nbsp;<br/>
Many parents enjoy playing the game with their own account also, make it a family adventure!<br/>
Purchasing Mobia for the game Absolutely requires permission. Using any credit card info or Paypal accounts without permission that you do not own is <B>STEALING.</B> You will definitely get caught and then the account will be permanently banned and deleted.</B> <BR>
Additionally we offer parents with young kids optional <B>additional chat protections</B>. Ranging from Blocking ALL CHAT, blocking private messages, or only allowing them to see your chats while you play with them. Click into Account to see more information.<BR>
<HR>
<br/>
<font size='4' style='COLOR:#990000'><B>[RULE #6] Play Smart</b></FONT><br>
Never make a trade on a promise.&nbsp; Always make trades that are fair in
themselves.&nbsp; (Don't give someone one of your horses with their promise they
will give it back, etc.)&nbsp;&nbsp;<br/>
Do not trade something you are not willing to lose.<br/>
Do not buy or sell accounts. This is not only considered trading on a promise but is an easy way to get scammed.<br>
Never give out your password to ANYONE, even someone claiming to be with HI3.<br/>
Do not share accounts with other players. Remember you are 100% responsible for your account, so don't let someone else ruin it for you.<br>
Don't EVER agree to meet another player without parental consent in real life! Thems parents keep you safe!<br/>
Take breaks.&nbsp; Do not sit and play for hours straight.&nbsp; Try to break up
game time with other activities.&nbsp; This will make the game more fun in the
long run. We designed the game with the intention of the biggest benefits in the first hour or so of gameplay per day.<br/>
<HR>
<BR>
<font size='4' style='COLOR:#990000'><B>[RULE #7] Follow In-Game Courtesy</FONT></b><br/>
The following guidelines help you to get along with others in the game! These are also some of the most common causes of chat flaggings.
<LI>Please keep Ads for trading/horses/club members/competitions OUT of Global Chat (Any post that players could potentially profit from). Ads chat is best, Ads in global chat is considered rude.
<LI>No avoiding the chat filter for offensive content that would have otherwise been blocked.
<LI>Avoid repeating similar chats over again. Folks prefer to not have to read the same thing over and over. (Exception being ads chats with reasonable time gaps.)
<LI>If you get frustrated with someone, just move on/ignore. Remember they could be a young child. Getting frustrated helps nothing.
<LI>If your chat is flagged, understand it will be reviewed by an admin and if not appropriate the FLAGGER will get in trouble. Nothing will go against your account.
<LI>No Begging. Asking for help is okay. While similar, begging comes from a place of laziness. Don't be lazy.
<LI>Try to have a thicker skin! Most of the time players are just kidding/teasing when they say something. Try not to overreact :)
<BR>
<HR>
<BR><BR>
<CENTER><B>Clarifications/Specifics</B></CENTER>
<HR>
<BR>
<font size='4' style='COLOR:#990000'><B>In Game Art Content</FONT></b><br/>
The following guidelines are for the artkit in game.
<LI>Art Content must pass all the normal HI3 Rules.
<LI>Art should not be plagiarized from existing original in-game art. Players are welcome to make a batman logo for example, and since this is un-original someone else may make another version, etc. But someone's creative original art should not be duplicated.
<LI>Symbols and Initials can be considered against rules if they are explicit. For example, an elephant would be fine, an elephant with an R on it crossed out would be considered a political statement against the rules. Similarly rainbow art is fine, but LGBT at the bottom would push it against the rules.
<LI>Quilting patterns are too common and easy to replicate, so no plagiarism protections there. If you like a pattern, try to buy it from the original crafter. This saves yourself money of having it in your artkit taking up space and increasing publish fees.
<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>