There is a free web host which has mssql supporting ?

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    There is a free web host which has mssql supporting ?

    Tittle , there is a free web host to set up my gunz web with out any my SQl Error?
    I mean a free web host that I can connect to my db from my computer


  2. #2
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by ofiritsmeeee View Post
    Tittle , there is a free web host to set up my gunz web with out any my SQl Error?
    I mean a free web host that I can connect to my db from my computer
    Just don't make a server at all.

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

    Re: There is a free web host which has mssql supporting ?

    Download Apache Web Server, and configure it to use MS-SQL yourself.

  4. #4
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by wesman2232 View Post
    Download Apache Web Server, and configure it to use MS-SQL yourself.
    I know , Apache running my web-site perfectly.
    But i want to upload this site for public , but when i uploaded it , it says "mssql connection error".
    Then i was looking for a fix but the administrator of the web host said "no support for mssql for free domains".
    I'm asking for a free web host which has this feature.
    Sorry for bad english.

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

    Re: There is a free web host which has mssql supporting ?

    Wrong configurations from what I see it.

  6. #6
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by Anju View Post
    Wrong configurations from what I see it.
    Fatal error: Call to undefined function mssql_connect() in /home/a6992686/public_html/include/config.php on line 13

    There's no problem to fix it with Appserv , but how should i fix it if i have no access to php.ini..

  7. #7
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by ofiritsmeeee View Post
    Fatal error: Call to undefined function mssql_connect() in /home/a6992686/public_html/include/config.php on line 13

    There's no problem to fix it with Appserv , but how should i fix it if i have no access to php.ini..
    php.ini->

    Search for
    ;extension=php_ming.dll
    ;extension=php_mssql.dll
    And change it to:

    extension=php_ming.dll
    extension=php_mssql.dll
    And then download this dll-> Download NTWDBLIB.RAR from Sendspace.com - send big files the easy way
    And replace the dll in this folder -> C:\AppServ\php5\
    And then restart apache.

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

    Re: There is a free web host which has mssql supporting ?

    If you have no access to php.ini, then you need administrator rights.

  9. #9
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by sahar042 View Post
    php.ini->

    Search for


    And change it to:



    And then download this dll-> Download NTWDBLIB.RAR from Sendspace.com - send big files the easy way
    And replace the dll in this folder -> C:\AppServ\php5\
    And then restart apache.
    Thanks for the help but you didn't read and i wrote..
    on my own computer i fixed it.. but how can i fix it on web host ?

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

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by ofiritsmeeee View Post
    Fatal error: Call to undefined function mssql_connect() in /home/a6992686/public_html/include/config.php on line 13

    There's no problem to fix it with Appserv , but how should i fix it if i have no access to php.ini..
    I believe PHP dropped support for the mssql_* functions since version 5.3.
    So either ask the host to install the correct PHP version and enable it or don't be cheap and buy your own hosting/VPS/dedicated server.

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

    Re: There is a free web host which has mssql supporting ?

    Quote Originally Posted by SuperWaffle View Post
    I believe PHP dropped support for the mssql_* functions since version 5.3.
    So either ask the host to install the correct PHP version and enable it or don't be cheap and buy your own hosting/VPS/dedicated server.
    You are correct. What he needs is the older version of ntwdblib.dll which has those functions.
    Search for my "Unofficial Fix Thread" it has everything you need and steps needed to fix this problem.



Advertisement