Page 5 of 5 FirstFirst 12345
Results 41 to 45 of 45

Thread: Log In System

  1. #41
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    you need to set the details up on your server though..


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  2. #42

    Default

    what's dbname?(not name but can some1 give an e.g. of what i need to add) cause I think all my details I entered are correct accept that one
    www.habbo-works.tk
    Normal for you , Strange for us!

  3. #43

    Default

    Can some1 please help me for one more minute.. My login system won't connect to database I think It's cause the details I enter aren't correct. But not so experienced with database so Dunno if I enter the right names. Can some1 give me an example if your
    username = Hello
    password = Dnno
    database = Hello_login
    localhost = Look
    site is called = MYSITE.com
    and e-mail = [email protected]

    (these details are just an example of what I have)

    How to fill them in in this code :

    HTML Code:
    //skip the config file if somebody call it from the browser.
    if (eregi("config.php", $_SERVER['SCRIPT_NAME'])) {
        Header("Location: index.php"); die();
    }
    
    //your databse hostname.
    $dbhost = "THISTOFILLIN";
    //your database username.
    $dbuname = "THISTOFILLIN";
    //your db password
    $dbpass = "THISTOFILLIN";
    $dbname = "THISTOFILLIN";
    //don't change unless you change this value in the db.
    $prefix = "maaking";
    
    //change this
    $site_name  = "maaking.com user login system";
    $site_email = "THISTOFILLIN";
    $site_url = "THISTOFILLIN";


    Please some1 :p
    www.habbo-works.tk
    Normal for you , Strange for us!

  4. #44
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:

    Default

    Quote Originally Posted by tleftye
    I know this is hard but can some1 explain how to make a login system? Like habbos.co.uk . Users need to register and then they can login with that account.

    Please help :p
    lmaorofl that deserves to be pwnd

    http://www.stupidian.com
    (contains mild swearing)

  5. #45

    Default

    loool ;o..
    www.habbo-works.tk
    Normal for you , Strange for us!

Page 5 of 5 FirstFirst 12345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •