mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-08 22:25:42 +12:00
fixed loop
This commit is contained in:
parent
cc29179a35
commit
b678936384
2 changed files with 25 additions and 2 deletions
|
@ -170,6 +170,29 @@ individual. NEVER make any attempt to find out where another player lives
|
||||||
or any personally identifiable information.<br/>
|
or any personally identifiable information.<br/>
|
||||||
<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>
|
</TD></TR></TABLE>
|
||||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
||||||
<TR>
|
<TR>
|
||||||
|
|
|
@ -334,8 +334,8 @@ if (isset($_GET["ACCEPT"])) {
|
||||||
if ($_GET["ACCEPT"] === "1") {
|
if ($_GET["ACCEPT"] === "1") {
|
||||||
echo '<hr color="#000000" size="1" width="75%">
|
echo '<hr color="#000000" size="1" width="75%">
|
||||||
<center><br><font size="+1">
|
<center><br><font size="+1">
|
||||||
In order to play Horse Isle, you must Read, Understand, and Agree to follow the Rules Above.<br>
|
In order to play Horse Isle, you must Read, Understand, and Accept the Terms Above.<br>
|
||||||
<b>[ <a href="newuserquiz.php">I WILL FOLLOW THE RULES</a> ] [ <a href="/">I WILL NOT</a> ]</b><br>
|
<b>[ <a href="privacypolicy.php?ACCEPT=1">I ACCEPT</a> ] [ <a href="/">I DO NOT ACCEPT</a> ]</b><br>
|
||||||
</font><br>
|
</font><br>
|
||||||
</center>';
|
</center>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue