Help Website!

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

    Help Website!

    my screen is now blank i fixed the other part

    what does that mean
    Last edited by gsterv900; 04-02-10 at 04:52 AM.


  2. #2
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Help Website!

    its syaing it cant connect to the database it seem. and isnt it suppose to be /SQLEXPRESS not \SQLEXPRESS

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

    Re: Help Website!

    its supposed to be \ so why cant it conect

    ---------- Post added at 03:08 AM ---------- Previous post was at 02:30 AM ----------

    OMg i need help idk whats wrong

    ---------- Post added at 04:22 AM ---------- Previous post was at 03:08 AM ----------

    bumopp

  4. #4
    Valued Member Lifeles5 is offline
    MemberRank
    Mar 2008 Join Date
    147Posts

    Re: Help Website!

    It isnt database problem. The problem is in your webserver. Did you edited php.ini file?

  5. #5
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Help Website!

    I never said it was the database, I said it was having trouble connecting. I never gave a direct conclusion on what it might be

  6. #6
    Member platinumgamers is offline
    MemberRank
    Nov 2009 Join Date
    88Posts

    Re: Help Website!

    i got this 2.
    I also tried editing php.ini but that didnt work for me!

  7. #7
    Valued Member GavinX is offline
    MemberRank
    Apr 2006 Join Date
    UKLocation
    140Posts

    Re: Help Website!

    in php look for ;extension=php_mssql.dll and remove the ; if not done soo yet

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

    Re: Help Website!

    still doesent work

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

    Re: Help Website!

    ok so im trying something different only this time i get this

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\Website\secure\config.php on line 12


    config.php

    <?

    @session_start();

    //MSSQL Server configuration

    $_MSSQL[Host] = "GARRETT-D7BCFFC\SQLEXPRESS";
    $_MSSQL[User] = "sa";
    $_MSSQL[Pass] = "Kenman1937";
    $_MSSQL[DBNa] = "GunzDB";

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

    //MySQL Server configuration

    $_MYSQL[Host] = "localhost";
    $_MYSQL[User] = "root";
    $_MYSQL[Pass] = "";
    $_MYSQL[DBNa] = "GunzDB";

    //Configuration

    $_CONFIG[NewsFID] = 2;
    $_CONFIG[EventsFID] = 0;
    $_CONFIG[vBulletinPrefix] = "xxxxx";
    $_CONFIG[ForumURL] = "http://xxx.tk/";

    //Offline page
    $_CONFIG[OfflinePage] = "";

    $path['root'] = 'firma/';
    $path['emblems'] = 'clan/emblema/';

    // Gunz Database Configuration
    $_CONFIG[LoginTable] = "Login";
    $_CONFIG[CharTable] = "Character";
    $_CONFIG[ClanTable] = "Clan";
    $_CONFIG[ClanmemberTable] = "ClanMember";
    $color[255] = array(255,153,51); // Administrator
    $color[254] = array(255,153,51); // Developer/Gamemaster
    $color[253] = array(255,255,255); // Banned
    $color[252] = array(255,153,51); // Hidden GM
    $color[2] = array(0,68,255); // User With Jjang
    $color[0] = array(255,255,255); // Normal User

    $table['account'] = 'dbo.Account';
    $table['character'] = 'dbo.Character';
    $table['clanmember'] = 'dbo.ClanMember';
    $table['clan'] = 'dbo.Clan';

    ?>

  10. #10
    Valued Member redigaffi is offline
    MemberRank
    Jun 2009 Join Date
    SpainLocation
    105Posts

    Re: Help Website!

    i get the same error im using xweaver website please help :(

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

    Re: Help Website!

    plz help!

  12. #12
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: Help Website!

    Read.

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

    Re: Help Website!

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\Website\secure\config.php on line 12


    config.php

    <?

    @session_start();

    //MSSQL Server configuration

    $_MSSQL[Host] = "GARRETT-D7BCFFC\SQLEXPRESS";
    $_MSSQL[User] = "sa";
    $_MSSQL[Pass] = "Kenman1937";
    $_MSSQL[DBNa] = "GunzDB";

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

    //MySQL Server configuration

    $_MYSQL[Host] = "localhost";
    $_MYSQL[User] = "root";
    $_MYSQL[Pass] = "";
    $_MYSQL[DBNa] = "GunzDB";

    //Configuration

    $_CONFIG[NewsFID] = 2;
    $_CONFIG[EventsFID] = 0;
    $_CONFIG[vBulletinPrefix] = "xxxxx";
    $_CONFIG[ForumURL] = "http://xxx.tk/";

    //Offline page
    $_CONFIG[OfflinePage] = "";

    $path['root'] = 'firma/';
    $path['emblems'] = 'clan/emblema/';

    // Gunz Database Configuration
    $_CONFIG[LoginTable] = "Login";
    $_CONFIG[CharTable] = "Character";
    $_CONFIG[ClanTable] = "Clan";
    $_CONFIG[ClanmemberTable] = "ClanMember";
    $color[255] = array(255,153,51); // Administrator
    $color[254] = array(255,153,51); // Developer/Gamemaster
    $color[253] = array(255,255,255); // Banned
    $color[252] = array(255,153,51); // Hidden GM
    $color[2] = array(0,68,255); // User With Jjang
    $color[0] = array(255,255,255); // Normal User

    $table['account'] = 'dbo.Account';
    $table['character'] = 'dbo.Character';
    $table['clanmember'] = 'dbo.ClanMember';
    $table['clan'] = 'dbo.Clan';

    ?>

    I Have Read But Idk how to foix

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

    Re: Help Website!

    updated first post go look!

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

    Re: Help Website!

    anyone help!!!>???



Advertisement