error with website

Results 1 to 9 of 9
  1. #1
    Enthusiast Lorenzodeb is offline
    MemberRank
    Nov 2012 Join Date
    27Posts

    error with website

    dasdasdas.png



    i get this error when i try to get on my website


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: error with website


  3. #3
    Enthusiast Lorenzodeb is offline
    MemberRank
    Nov 2012 Join Date
    27Posts

    Re: error with website

    i did that alrdy

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: error with website

    Post your config.php file.

  5. #5
    Enthusiast Lorenzodeb is offline
    MemberRank
    Nov 2012 Join Date
    27Posts

    Re: error with website

    <?php
    //NighT GamerZ Spain Config
    $link = mssql_connect("NINO-PC\SQLEXPRESS","sa","pass");
    mssql_select_db("GunzDB");
    $opened = 1;
    if($opened == 0){
    header("Location: Maintenance.php");
    }

    //Data Base Stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    $DBHost = 'NINO-PC\SQLEXPRESS'; //The host of your DB (I.E: MACHINE\SQL2005)
    $DBUser = 'sa'; //Your DB User
    $DBPass = 'pass'; //Your DB Password
    $DB = 'GunzDB'; //Your GunZ DB


    ?>

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: error with website

    Oh yeah, forgot to mention about the .dll file.

  8. #8
    Proficient Member damn321 is offline
    MemberRank
    Dec 2012 Join Date
    176Posts

    Re: error with website

    if you config is correct do this,, go to php.ini find mssql then if you see the ; on right side remove this then download this http://forum.ragezone.com/attachment...0&d=1224015745 then put the dll on php6 and apache/bin after that restart the apache!!!

  9. #9
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: error with website

    http://forum.ragezone.com/f497/tut-s...ebsite-633375/

    This would also help you as well. Forgot to post this before.



Advertisement