View file fortune.php

File size: 2.38Kb
<?php include 'head.php'; $rand = rand(1,10); echo '<hr></hr><center><img src="img/fortune.gif"/><big>';
if(isset($_POST["xxx"])) { if($rand=="1"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> You would be lucky at gambling today.'; }
if($rand=="2"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> The person you have a crush on realy likes you so go for it! <3'; }
if($rand=="3"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> If you go fishing this week you will catch the biggest fish! :)'; }
if($rand=="4"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> Today you might be lucky with your financial issues.'; }
if($rand=="5"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> Many people are attracted to you but you do not notice it'; }
if($rand=="6"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> If you plant anything today, it will grow healthy. :-)'; }
if($rand=="7"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> What you realy need is a better personallity'; }
if($rand=="8"){ echo '<b>Ok..ok i know that it was a cheat</b>'; }
if($rand=="9"){ echo '<b>Since you won i will try to bless you one of the best fortune:</b> You can now eat anything you are alergic to. Bless'; }
if($rand=="10"){ echo '<b>Since you won i will try to give you one of the best fortune:</b> '.$_SESSION["userName"].'...'.$_SESSION["userName"].'...'.$_SESSION["userName"].'....... Now is a good time to seek change.'; } } else {
if($rand=="1"){ echo 'Try being more kind to your mates.'; }
if($rand=="2"){ echo 'Someone you hang around with is not the person you should hang around with'; }
if($rand=="3"){ echo 'Someone in your family is trying to look down on you.'; }
if($rand=="4"){ echo 'Try to give more to poor people'; }
if($rand=="5"){ echo 'Do not eat anymore salt , because it will damage your kidneys , their is only 5% left'; }
if($rand=="6"){ echo 'Do not take drugs , even if you are feeling curious for it.'; }
if($rand=="7"){ echo 'Read more books, if you dont know whats inside.'; }
if($rand=="8"){ echo 'Try exersising more often.'; }
if($rand=="9"){ echo 'Stop masturbating , its wrong.'; }
if($rand=="10"){ echo 'Do not look at any more porn , it suppose to be private!'; } } echo '</big></center><hr></hr>'; include 'foot.php'; ?>