Webhost

Results 1 to 8 of 8
  1. #1
    Member peru is offline
    MemberRank
    Jul 2010 Join Date
    52Posts

    Webhost

    hi ive got a webhost and uploaded my site to it via php
    it is gunz rev 2010

    but as ive uploaded my site to another webhost
    $_MSSQL[Host] = "AT266";
    $_MSSQL[User] = "sa";
    $_MSSQL[Pass] = "mssqlpasshere";
    $_MSSQL[DBNa] = "mssqldatabasenamehere";

    it wont connect though my server runs on a vps my site runs on another companys webhost how do i connect it


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

    Re: Webhost

    For me; I had to go into my webhosting cpanel, and then go to the "Databases" section, and there was an option called "Remote MySQL".

    It then told me to add a host, so I just typed in the IP of my VPS, and then added it to the list.

    & then it allowed sql access from the vps to my webhosting.

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

    Re: Webhost

    Web host's usually don't support MSSQL stuff because it doesn't have the functions enabled or something like that. That's why most people host their site via VPS etc.

  4. #4
    Member peru is offline
    MemberRank
    Jul 2010 Join Date
    52Posts

    Re: Webhost

    Quote Originally Posted by Dell Honne View Post
    Web host's usually don't support MSSQL stuff because it doesn't have the functions enabled or something like that. That's why most people host their site via VPS etc.
    this host is got mssql databases etc

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

    Re: Webhost

    Check if you have remote connections enabled on your server's MSSQL.

    Oh right, for "host" your supposed to use your server's IP not the name.

    $_MSSQL[Host] = "AT266"; <-- Change to your server's IP.

  6. #6
    Member peru is offline
    MemberRank
    Jul 2010 Join Date
    52Posts

    Re: Webhost

    ok it works now but when homepage loads it shows all but wont let me login and in background it sais Warning: touch() [function.touch]: Unable to create file userlogs/9a5 because Permission denied in d:\Sites\vhosts\mygunz.com\httpdocs\secure\shield.php on line 71
    Last edited by peru; 19-08-10 at 10:08 PM.

  7. #7
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Webhost

    Quote Originally Posted by peru View Post
    ok it works now but when homepage loads it shows all but wont let me login and in background it sais Warning: touch() [function.touch]: Unable to create file userlogs/9a5 because Permission denied in d:\Sites\vhosts\************\httpdocs\secure\shield.php on line 71
    Hosting on a free host isn't that smart. Just host it on your local server. That's alot easier. And you don't have to mess around what remote mssql and stuff.

  8. #8
    Member peru is offline
    MemberRank
    Jul 2010 Join Date
    52Posts

    Re: Webhost

    its not a free host its payd for



Advertisement