View file public_html/lucky5.php

File size: 969B
<html>
<title>Lucky Room Game5</title>
<?php include "inc/def.php"; ?>
<?php include "inc/usrchk.php";
if($guest==1) {
header("location:index.php");
} ?>
<?php include "inc/header.php"; ?>
<div class="line">Lucky Room Game</div>
<?php
print "<div class='uright'><b>Entry Fees : <font color=red> $0.2 </font></b></div>";

print "<div class='uright'><b>Prize : <font color=red> $5 </font></b></div>";


print "<div class='uright'><b>Target Visitor : <font color=red>200 </font></b></div>";
echo '<hr/><b><a href="luckygame5.php">Play Now </a></b><hr/><br/>';

print "<div class='uright'><b>RULES:<br/> <font color=black>1. Its a Visiting Room Game.<br/>2. $0.2 is Entry Fees to Play This Game <br/>3.Who Enter Into Room as 100th Visitor, They Will Get $5 Prize.<br/>4.Room Will Display Your Visiting Number. </font></b></div>";
?>
<div class="uright"><img src="pics/ar.png" border="0" /><a href="home.php"><b>Back</b></a></div>
<?php include "inc/footer.php"; ?>
</html>