Jump to content
MakeWebGames

Decepti0n

Members
  • Posts

    731
  • Joined

  • Last visited

    Never

Everything posted by Decepti0n

  1. Decepti0n

    Happy Easter

    Re: Happy Easter I love lengthy informative posts as well
  2. Re: 2nd Crystals [Free - All versions] Who says that mod that they bought was his?
  3. Re: Hi every one she was new a month and a half ago o.0
  4. Re: Register Page that stops multies Since your ip checks include $_SERVER['HTTP_X_FORWARED_FOR'], its open to abuse :\
  5. Re: Mercs For Sale   xD
  6. Decepti0n

    Happy Easter

    Re: Happy Easter I think he's skipping my house this year xD
  7. Re: football teams seany lakers < heat man i can't even remember who i go for in nba anymore
  8. Re: arcade mod v1 I think you'd need to edit the game itself :|
  9. Decepti0n

    Im Bored

    Re: Im Bored >.<
  10. Re: new query prob yeah :p i had a problem with it using a column called 'to', but backticks = tablename/columname I think
  11. Re: new query prob I think if you use backticks around tablenames, no matter what they are (even if they're a reserved word) it'll always search for the table name or coumn name
  12. Re: new query prob its the same reason you can't do like "SELECT select FROM delete" lol
  13. Re: new query prob $u=$db->query("SELECT `table` FROM honortypes WHERE `table`='{$_POST['table']}' AND type='{$_POST['type']}' AND howmuch={$_POST['howmuch']}"); table is a reserved keyword
  14. Re: Good idea!! I should make a chinese game
  15. Re: Coding Contests I always thought it'd be fun :p
  16. Re: arcade mod v1   <?php $var = "value"; echo $var; echo rand(1,10);   Run that, it works^ I know what you mean, i mean when its parsed, it stops at the ?> tag or the end of the page. Still, the tokens thing is a problem lol
  17. Re: Hi Lo $_SESSION['money'] == $_SESSION['money'] + 200; -> $_SESSION['money'] += 200; Besides it wont work without session_start(); at the top :\
  18. Re: arcade mod v1 The ?> is implied at the end of the page
  19. Re: Help me test this How? I can easily change my cookies Plus, they're already logged in (on a game), so it's either sessions or using the database (I didn't in that because, it's still testing :P)
  20. Re: Help me test this Cashflow is kept in sessions, right now im re-doing the dealers Ace's
  21. Re: Help me test this Yeah, the money thing is kinda iffy at the moment :|
  22. Re: Help me test this Because im testing
  23. Re: Help me test this Updated, testing a total cash flow, and betting, but I don't think its working too perfect at the moment :( also added card images (only clubs)
  24. Re: Help me test this   You (presumably) stood on 16, the dealer had Ace and 3 (11+3 = 14). He hit (since it's under 17), and got a 10, busted, and you won. The Ace works correctly according to the way I programmed it (as best I could according to BJ rules), and if you read the topic, you'll notice the word 'test'.
  25. Re: Help me test this Well im not an expert on blackjack, but from what I could find, as a 'rule' to prevent cheating or whatever, the dealer always stands on 17, but less than that will continue hitting, and Ace's for the dealer automatically count as 11.
×
×
  • Create New...