mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-08 22:25:42 +12:00
reverted rules and moved changes to tos.php
This commit is contained in:
parent
9b0a03dcd5
commit
e51565c254
2 changed files with 20 additions and 8 deletions
|
@ -223,12 +223,8 @@ the first two situations and if you agree to a trade, even if the player said
|
||||||
they would give the item/horse back, be willing to lose that item/horse in case
|
they would give the item/horse back, be willing to lose that item/horse in case
|
||||||
they are lying. <B>DO NOT file a fake/non-serious abuse report as you will be penalized
|
they are lying. <B>DO NOT file a fake/non-serious abuse report as you will be penalized
|
||||||
instead of the person you had a problem with!</B> - Abuse reports take a lot of time and effort to deal with, And while we appreciate and manage the serious ones, the non-serious ones waste way too much of our time. The ABUSE REPORT system is a SERIOUS tool, please treat it as such.<br/>
|
instead of the person you had a problem with!</B> - Abuse reports take a lot of time and effort to deal with, And while we appreciate and manage the serious ones, the non-serious ones waste way too much of our time. The ABUSE REPORT system is a SERIOUS tool, please treat it as such.<br/>
|
||||||
<hr color="#000000" size="1" width="75%">
|
|
||||||
<center><br><font size="+1">
|
|
||||||
In order to play Horse Isle, you must Read, Understand, and Agree to follow the Rules Above.<br>
|
|
||||||
<b>[ <a href="newuserquiz.php">I WILL FOLLOW THE RULES</a> ] [ <a href="/">I WILL NOT</a> ]</b><br>
|
|
||||||
</font><br>
|
|
||||||
</center>
|
|
||||||
</TD></TR></TABLE>
|
</TD></TR></TABLE>
|
||||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
||||||
<TR>
|
<TR>
|
||||||
|
@ -252,5 +248,4 @@ In order to play Horse Isle, you must Read, Understand, and Agree to follow th
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
_uacct = "UA-1805076-1";
|
_uacct = "UA-1805076-1";
|
||||||
urchinTracker();
|
urchinTracker();
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -327,6 +327,22 @@ control of, or a national or resident of, any such country or on any such
|
||||||
list.<br/>
|
list.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if (isset($_GET["ACCEPT"])) {
|
||||||
|
if ($_GET["ACCEPT"] === "1") {
|
||||||
|
echo '<hr color="#000000" size="1" width="75%">
|
||||||
|
<center><br><font size="+1">
|
||||||
|
In order to play Horse Isle, you must Read, Understand, and Agree to follow the Rules Above.<br>
|
||||||
|
<b>[ <a href="newuserquiz.php">I WILL FOLLOW THE RULES</a> ] [ <a href="/">I WILL NOT</a> ]</b><br>
|
||||||
|
</font><br>
|
||||||
|
</center>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
</TD></TR></TABLE>
|
</TD></TR></TABLE>
|
||||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
||||||
<TR>
|
<TR>
|
||||||
|
@ -334,6 +350,7 @@ list.<br/>
|
||||||
<TD WIDTH=100% BACKGROUND=/web/hoilgui11.gif></TD>
|
<TD WIDTH=100% BACKGROUND=/web/hoilgui11.gif></TD>
|
||||||
<TD><IMG SRC=/web/hoilgui12.gif></TD>
|
<TD><IMG SRC=/web/hoilgui12.gif></TD>
|
||||||
</TR></TABLE>
|
</TR></TABLE>
|
||||||
|
|
||||||
<CENTER><B>
|
<CENTER><B>
|
||||||
[ <A HREF=//master.horseisle.com/beginnerguide/>New Player Guide</A> ]<BR>
|
[ <A HREF=//master.horseisle.com/beginnerguide/>New Player Guide</A> ]<BR>
|
||||||
[ <A HREF=/web/rules.php>Rules</A> ]
|
[ <A HREF=/web/rules.php>Rules</A> ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue