Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. Re: Allows you to email all your game users Yerp if someone runs this on my server it relays a good thousand emails. Wont make your server go bang unless you've got hug amount's of users.
  2. Re: Counting (nr game) 2024 - Yer not to fun nice random convo going on tho i should start something new :D such as :mrgreen: AFRO
  3. Re: The world mite end on Wednesday 10ths september 2008... Great at school im gonna get "We're gonna die tommorow" some day in October,
  4. Re: Allows you to email all your game users Yours basically emails all the users maybe a form for the userid, Or maybe make it so if a user dosen't come online in the last 15 days email them.
  5. Re: Counting (nr game) 2019 - If this is supposed to be a game its not very fun
  6. Re: Counting (nr game) 2006
  7. Re: Counting (nr game) 2000 I ROCK :D
  8. Re: Count Backwards :D 4880
  9. Re: Ajax Chat my edition The idea was you answered the question not insulted him?
  10. Re: Owner Panel V.2 Nope look how he types and i do, Because i helped him with one piece of coding he thinks im "tutoring" him now. Which im not at all. He goes to my school also thats how we know each other.
  11. Re: Owner Panel V.2 Contact your host, Get them to change your password.
  12. Re: The world mite end on Wednesday 10ths september 2008... Hmm, Someones mind? (I'm not christian)
  13. Re: Help Needed (Crons) Nope its the permissions some hosts deny access until its requested, For some reason.
  14. Re: [mod] Mcc Christmas Theme Looking good add this to your CSS img { border: none; } Gets rid of the borders around linked images ;)
  15. Re: Boat + Planks Mod [V2] Karlos has posted this on my forums. I've added a little security http://php-forums.net/viewtopic.php?f=51&t=47
  16. Re: Login V2 Maybe next time use some more CSS to make it looks more interesting, Maybe use of more images aswell. Its good for your first login :D
  17. Re: Advance mail box LOL you want to see some of my stuff i made a while ago lets just says its worse then holey cheese
  18. Re: [V2] Ignore User Mail [V2] Nice job Tonka ;), I wish more people would help others out with there coding
  19. Re: Small Mod :) Nice little mod, Will be helpful for some games :D
  20. Re: Point/Cash Exchange Not exactly certain but if your trying to give a user Points is this called under crystals in the database? $db->query("UPDATE users SET crystals=crystals+$iqgain,money=money-{$_POST['money']} WHERE userid=$userid"); print "You traded {$_POST['crystals']} Credits for \$".number_format($iqgain)."."; Because or that would need to be edited. to something lke $_POST['money'] = abs(@intval($_POST['money'])); $sql = sprintf("UPDATE users SET points=points+%s,money=money-{%s} WHERE userid=%s, $iqgain, $_POST['money'], $userid); $db->query($sql); print "You traded {$_POST['crystals']} Credits for \$".number_format($iqgain)."."; Im not entirely sure tho (BTW i added security to the second one ;)) Can you explain what the problem is more?
  21. Re: The world mite end on Wednesday 10ths september 2008... It's Wednesday, I'm still alive how is everyone else? Great P.E 3rd lesson what fun :cry:
  22. Re: The world mite end on Wednesday 10ths september 2008... Only 40 mins untill tommorow anyone know what time there doing it?
  23. Re: The world mite end on Wednesday 10ths september 2008... Save me now xD
  24. Re: The world mite end on Wednesday 10ths september 2008... So anyone know if this machine is even remotely stable? Well there doing it in some Cave not sure how that's going to help.
  25. Re: Counting (nr game) 1996 And Decepti0n Your dead :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil: :evil:
×
×
  • Create New...