View file public_html/luckygame.php

File size: 923B
<?php

/************************************

Script : Adnetwork
Website : http://facebook.com/mohd.arshadsaifi79

Script is created and provided by Arshad (http://facebook.com/mohd.arshadsaifi79)
**************************************/

include 'db.php';
include 'functions.php';

headtag("$SiteName - Play Lucky Game");

if($userlog==1){
$uid=dump_udata("id");
echo '<div class="title">Play Lucky Game</div>';
echo '<b>RULES:<br/> <div class="ad">1. Its a Visiting Room Game.</div><div class="ad">2. $0.12 is Entry Fees to Play This Game.</div><div class="ad">3. Who Enter Into Room as 10th Visitor, They Will Get $1 Prize.</div>';
echo '<div class="ad"><center><form action="/playluckygame.php" method="post"><input type="submit" value="Play Game"/></form></center></div>';

echo '<div class="page"><a href="/user/dashboard">Go Back To Dashboard</a></div>';



include 'foot.php';


}

else {

header('Location:/');
}
?>