fixed loop

This commit is contained in:
supertiger1234 2020-12-21 13:17:36 +00:00
parent cc29179a35
commit b678936384
2 changed files with 25 additions and 2 deletions

View file

@ -170,6 +170,29 @@ individual.  NEVER make any attempt to find out where another player lives
or any personally identifiable information.<br/>
<br/>
<?php
if (isset($_GET["ACCEPT"])) {
if ($_GET["ACCEPT"] === "1") {
echo '<br/>
<br/>
<center><br>
In order to play Horse Isle, you must Read, Understand, and Accept the Privacy Policy Above.<br>
<br>
Answer honestly here. You will still get to play if you are 12 or younger.<br>
<font size="+1"><b>[ <a href="newuser.php?A=1">I ACCEPT AND I AM 12 OR YOUNGER</a> ]</b><br>
<b>[ <a href="newuser.php?A=2">I ACCEPT AND I AM 13 OR OLDER</a> ]</b><br>
<b>[ <a href="/">I DO NOT ACCEPT</a> ]</b><br>
</font></center>
<br/>
<br/>';
}
}
?>
</TD></TR></TABLE>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<TR>

View file

@ -334,8 +334,8 @@ 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>
In order to play Horse Isle, you must Read, Understand, and Accept the Terms Above.<br>
<b>[ <a href="privacypolicy.php?ACCEPT=1">I ACCEPT</a> ] [ <a href="/">I DO NOT ACCEPT</a> ]</b><br>
</font><br>
</center>';
}