Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. <tr><td class="contenthead">Bus Station</td></tr> add <table class='table'> before it lolz
  2. On my game, i just remove certain parts of the url, e.g .php, .com .co.cc(for kiddies)
  3. If its on the same sever yes.
  4. If you use some db functions, it is possible, heres how i once did it after the userstats insert add this: $change = $db->change_db('forms');//Forums db name if($change === FALSE) { echo mysql_error(); } $db->query("INSERT INTO forum_members (is_activated, memberName, passwd, emailAddress, gender, dateRegistered, realName) VALUES ('1', '{$username}', sha1('{$_POST['password']}'), '{$_POST['email']}', '{$_POST['gender']}', unix_timestamp(),'{$username}' )"); //Insert into forums from the post above $changeback = $db->change_db('game');//Game db name if($changeback === FALSE) { echo mysql_error(); }
  5. Lol, you gotta love these fake hackers, all they do is sit on their comp, and use basic hacks which they havent made (script kidde) and then hack little games.
  6. free hosting?
  7. Coz thats not big headed
  8. Lol, i purchased this and a JS/AJAX book about an hour ago, didnt see this post tho.
  9. abs(@intval($_GET['st']));
  10. Wow, i remember you, welcome back.
  11. Which one was that immortal?
  12. And what do you mean by 'i knw im from england and all'
  13. MDK, i know it works, just saying that ben wants to learn switch
  14. What langs can you code? That would help ;)
  15. Ben, just ignore MDK666, your learning switch, not if
  16. Danny696

    GYM

    Some updates, Since ive posted this, ive added: New mailbox with clickable smilies (code found from google) New inv Search the GraveYard Search the Cematary New Attack System
  17. You needa learn Basic HTML, <hr></hr> Its <hr />
  18. mabey he doesnt trust thug. ive never seen his securing, so i cant say anything. But when i started, i was called a n00b, i just wanted to prove everyone wrong, and i think i can say that i have. The first thing i didnt do was make a game, because i didnt have the knowalge to secure it or make unique mods for it, and i knew it.
  19. No need for that switch, a simple if(isset($_GET['x'])) would do fine
  20. A player shouldnt have that much money/stats, thats bad
  21. You can, but i cant remeber how, its on dynamic drive i think.
  22. Oh, and for the $db->query, theres no need for the $c, because its already done in the database ;)
  23. Dayo, the 0 in the query, doesnt have to have ' & ' around it as its a number, not a string.
  24. Shall i post it here? i want a banner (sixes: 468x60) its gotto say GraveYard; Madness in the middle, the link (http://www.gravemadness.com) below, and then themed images around it/behind it.
  25. Someone made it me for free when i started php, they dont code anymore
×
×
  • Create New...