[Help] Final Revolution

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! Aiona is offline
    MemberRank
    Feb 2008 Join Date
    The NetherlandsLocation
    232Posts

    config [Help] Final Revolution

    Well, This is what i get with EVERY Final Revoltuion website.
    Code:
    Fatal error: Call to undefined function mssql_connect() in C:\AppServv\www\config.php on line 32
    
    Warning: Unknown: open(C:/Users/USER/AppData/Local/Temp\sess_b2e2a155683e4f40a760a53bd5a0c261, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    
    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/USER/AppData/Local/Temp) in Unknown on line 0
    I'm pretty sure im doing something incorrect, heres the config.

    Code:
    <?
    
    @session_start();
    
    //MSSQL Server configuration
    
    $_MSSQL[Host]               = "ID243119";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "******";
    $_MSSQL[DBNa]               = "GunzDB";
    
    //MySQL Server configuration
    
    $_MYSQL[Host]               = "localhost";
    $_MYSQL[User]               = "root";
    $_MYSQL[Pass]               = "password";
    $_MYSQL[DBNa]               = "foro";
    
    //Configuration
    
    $_CONFIG[NewsFID]           = 2;
    $_CONFIG[EventsFID]         = 0;
    $_CONFIG[vBulletinPrefix]   = "xxxxx";
    $_CONFIG[ForumURL]          = "*******";
    
    //Offline page
    $_CONFIG[OfflinePage]       = "";
    
    
    
    
    $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
    mssql_select_db($_MSSQL[DBNa], $r);
    
    ?>
    Before you whine about ''Use the serach button'' etc, I DID, i followed the tutrial to fix appserv too.

    So please help?
    Last edited by Aiona; 23-07-10 at 07:45 PM.


  2. #2
    Account Upgraded | Title Enabled! ::.kakashi.:: is offline
    MemberRank
    May 2009 Join Date
    MarsLocation
    321Posts

    Re: [Help] Final Revolution

    <?

    @session_start();

    //MSSQL Server configuration

    $_MSSQL[Host] = "ID243119";
    $_MSSQL[User] = "sa";
    $_MSSQL[Pass] = "******";
    $_MSSQL[DBNa] = "GunzDB";
    Change text with red color (:
    to:

    ID243119\SQLEXPRESS

  3. #3
    Account Upgraded | Title Enabled! Aiona is offline
    MemberRank
    Feb 2008 Join Date
    The NetherlandsLocation
    232Posts

    Re: [Help] Final Revolution

    Quote Originally Posted by ::.kakashi.:: View Post
    Change text with red color (:
    to:

    ID243119\SQLEXPRESS
    Thanks for ur help, but it didnt work because when i login to mssql im using ID243119 and ID243119 worked fine for some ranking/register pages a few days ago. Im running on a vps.



Advertisement