Jump to content
MakeWebGames

Redeye

Members
  • Posts

    213
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Redeye

  1. Re: Guess the next poster nope :-P Scarlet? :?
  2. Re: 3 Word Game that had been
  3. Re: throw an object at the top poster I throw... hmmm... I throw a rabbit filled with rabies tied to a stake covered in acid that kills Smilies and Absolute Zeros... ...and to rub his face in it I go to his funeral and pee on his grave... ...and the bury the infested rabbit next to the grave lol :-D :-) :-P :evil: 8-)
  4. Re: Counting (nr game) 1563
  5. Re: Guess the next poster nope me with my redeye lol ;) :-P :evil: tears?
  6. Re: [Free] [V1] Guess What Cup? (Casino Game) Hey all, I have made a modified version of this so you get pics with it <?php require "globals.php"; $money=$ir['money']; $win=$money+50; $lose=$money-20; $action=$_GET['action']; if ($action=="") { print "You Approach 3 cups on a table, A wierd old guy says guess what cup has the ball under to win $50, it will cost $20."; print "<center> Pick a Cup: </center> [url='cups.php?action=left'][img=plasticcup1.jpg][/url]</a> [url='cups.php?action=center'][img=plasticcup2.jpg][/url]</a> [url='cups.php?action=right'][img=plasticcup3.jpg][/url]</a>"; exit; } if ($action=="left") { $pickleft=rand(1,3); if ($pickleft=="2") { print "You picked left and found the ball under the cup! You won $50! <a href=cups.php>Back</a>"; $db->query("UPDATE users SET money=$win WHERE userid=$userid"); exit; } else { $db->query("UPDATE users SET money=$lose WHERE userid=$userid"); print "You picked left but didnt find the ball under the cup! Better luck next time <a href=cups.php>Back</a>"; exit; } } if ($action="center") { $pickcenter=rand(1,3); if ($pickcenter=="1") { print "You picked Center and found the ball under the cup! You won $50! <a href=cups.php>Back</a>"; $db->query("UPDATE users SET money=$win WHERE userid=$userid"); exit; } else { print "You picked Center but didnt find the ball under the cup! Better luck next time <a href=cups.php>Back</a>"; $db->query("UPDATE users SET money=$lose WHERE userid=$userid"); exit; } } if ($action="right") $pickright=rand(1,3); { if ($pickright=="3") { print "You picked Right and found the ball under the cup! You won $50! <a href=cups.php>Back</a>"; $db->query("UPDATE users SET money=$win WHERE userid=$userid"); exit; } else { print "You picked Right but didnt find the ball under the cup! Better luck next time <a href=cups.php>Back</a>"; $db->query("UPDATE users SET money=$lose WHERE userid=$userid"); exit; } } $h->endpage(); ?> and here are the images: name this one plasticcup1.jpg name this one plasticcup2.jpg name this one plasticcup3.jpg
  7. Re: Guess the next poster yep tears again :-P
  8. Re: If you could be me for a day If I was seanybob, I would get a tatoo across my head saying REDEYE IS THE BEST as it is true... :-P :-D :lol: :wink:
  9. Re: Counting (nr game) 1546
  10. Re: If you could be me for a day Get a tattoo saying a swear word across my forehead
  11. Re: throw an object at the top poster Chucks a planet at Jesse... lol
  12. Re: If you could be me for a day Kill Myself... only joking
  13. Re: Guess the next poster nope me and myself... tears next
  14. Re: Counting (nr game) 1539
  15. Re: Guess the next poster Nope :-P Tears??? :?
  16. Re: Guess the next poster Nope....   Tears :?
  17. Re: Counting (nr game) 1533
  18. Re: Counting (nr game) 1517
  19. Re: 3 Word Game who smelt like
  20. Re: Counting (nr game) 1515
  21. Re: THIS OR THAT? Movies Cheese on Toast or Beans on Toast :?
  22. Re: Guess the next poster YEP TEARSANDSORROW? :?
  23. Re: Counting (nr game) 1513
  24. Re: throw an object at the top poster Chucks some garlic at Vorless DarkChaos :evil:
  25. Re: THIS OR THAT? Windows media player Ebay or Shops
×
×
  • Create New...