Search results

  1. D

    Game with runable servers.

    Hey, me and my friend have bought vps so we can play some games together like minecraft, terraria, cube world, 7 days to die etc Does anyone know of any other games that have server files that i can run on my vps. We need more games to play.
  2. D

    Showing MySQL details?

    Works!!!! THANKS :D
  3. D

    Showing MySQL details?

    Im trying to get a page that will show the personl that logged in their email and what rank they are
  4. D

    Showing MySQL details?

    I have this working for username $fetch_users_data = mysql_fetch_object(mysql_query("SELECT * FROM `members` WHERE username='".$_SESSION['username']."'")); } But i cant get it to work for email or rank. How would i do this?
  5. D

    Php register form help.

    I got it working. I have no idea what was wrong :s i just re-made the whole thing
  6. D

    Php register form help.

    no, it dont work
  7. D

    Php register form help.

    Still not working. I give up :L
  8. D

    Php register form help.

    yes tanis i tried your still no luck
  9. D

    Php register form help.

    Still not working. i changed the config bit
  10. D

    Php register form help.

    teso i get Parse error: syntax error, unexpected T_INCLUDE_ONCE in /home/a8732736/public_html/index.php on line 105
  11. D

    Php register form help.

    Ok still not working... I changed the pass to password on the text thing dont work i did the button as part of the form and still, nope
  12. D

    Php register form help.

    Nope still not working and holmes what? i have got it set to <form action="" method="post">
  13. D

    Php register form help.

    Okay here goes :D <body> <div class="header"> <div class="wrapper"> <div class="Logo"></div> <div class="headernav"><font color="white"><b> Please login or register to enter the Dobby's Network website.</b></font> </div> </div> </div>...
  14. D

    Php register form help.

    holmes i did that
  15. D

    Php register form help.

    nope still not working :(
  16. D

    Php register form help.

    Okay now i get I didn't set the register POST. above the signup form
  17. D

    Php register form help.

    Okay now i get I didn't set the register POST. above the signup form
  18. D

    Php register form help.

    Parse error: syntax error, unexpected '}', expecting ',' or ';' in /home/a8732736/public_html/index.html on line 135 If you want to see what im trying to do go to http://dobbys-network.site40.net/ and click register
  19. D

    Php register form help.

    okay i removed register.php from form action and still it does nothing
  20. D

    Php register form help.

    There is no error. This is what the actual php and html looks like <a href="#x" class="overlay" id="join_form"></a> <div class="popup"> <? include_once"config.php"; if (isset($_POST['register'])) { $email = $_POST['email']; $password =...
Top