fatalgunz web help

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    fatalgunz web help

    i get cannot connect to database or w/e


    um i edited every config to the right thing

    and its not connecting to the database can someone help?


  2. #2
    Account Upgraded | Title Enabled! Project is offline
    MemberRank
    Oct 2009 Join Date
    621Posts

    Re: fatalgunz web help

    You don't really give us much to work with. Do you get any certain errors?

  3. #3
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    Re: fatalgunz web help

    "Cant connect to database"

    thats what i get and when i have php.ini running normaly like it shows errors it shows this:

    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: GARRETT\SQLEXPRESS in C:\AppServ\www\backupweb\config.php on line 27
    Cant connect to database


    here is line 27:

    $resource = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");


    here is the full config.php

    Code:
    <?
    
    @session_start();
    
    //MySQL Server configuration
    
    $_MSSQL[Host]   = "GARRETT\SQLEXPRESS";
    $_MSSQL[User]   = "sa";
    $_MSSQL[Pass]   = "Sencered";
    $_MSSQL[DBNa]   = "GunzDB";
    
    //Configuration
    
    $_CONFIG[NewsFID]           = 2;
    $_CONFIG[EventsFID]         = 0;
    $_CONFIG[vBulletinPrefix]   = "";
    $_CONFIG[ForumURL]          = "http://microgunz.no-ip.org/forum/";
    
    $_CONFIG[HashPart]	    = "";
    
    //Offline page
    $_CONFIG[OfflinePage]       = "";
    
    
    
    
    $resource = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
    mssql_select_db($_MSSQL[DBNa], $resource);
    
    ?>

  4. #4
    We are Maverick! Dell Honne is offline
    MemberRank
    Feb 2009 Join Date
    ON, CanadaLocation
    3,271Posts

    Re: fatalgunz web help

    Your localhosting it right?

    Maybe try your IP instead?

  5. #5
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    Re: fatalgunz web help

    i dont get it the host in config is the mssql host witch is my computer name

  6. #6
    We are Maverick! Dell Honne is offline
    MemberRank
    Feb 2009 Join Date
    ON, CanadaLocation
    3,271Posts

    Re: fatalgunz web help

    Well that sucks.

    Maybe use another website then?

  7. #7
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    Re: fatalgunz web help

    well whats wrong idk i cant find it

  8. #8
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    Re: fatalgunz web help

    i went over the files agian and ive edited everything i can posibly find that connects it to the database and i still get the same error

  9. #9
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: fatalgunz web help

    Use another website and stop double posting.

  10. #10
    Apprentice Da End is offline
    MemberRank
    Aug 2010 Join Date
    Ina game..Location
    5Posts

    Re: fatalgunz web help

    I agree... This guy obviously did not read tha rules.

  11. #11
    Account Upgraded | Title Enabled! gsterv900 is offline
    MemberRank
    Jun 2009 Join Date
    573Posts

    Re: fatalgunz web help

    ok i want to use this web and sorry for double post

    how do you set it up?



Advertisement