About domain

Results 1 to 8 of 8
  1. #1
    Newbie SafargaS is offline
    MemberRank
    Jan 2016 Join Date
    15Posts

    About domain

    Hello,

    How can i create domain whit out xampp? Because i cant run web, i'm using 4.4 muweb. But can't connect whit me domain database?


  2. #2
    $ \/\/ /-\ G G Emari is offline
    Grand MasterRank
    Apr 2011 Join Date
    PhilippinesLocation
    670Posts

    Re: About domain

    what you mean you cant connect to your domain database?

  3. #3
    Newbie SafargaS is offline
    MemberRank
    Jan 2016 Join Date
    15Posts

    Re: About domain

    Fatal error: Call to undefined function mssql_connect() in /home/usmu/domains/mu.us.lt/public_html/backs/bd.php on line 127

    - - - Updated - - -

    $connect['IP'] = "mu.us.lt"; // server IP
    $connect['login'] = "usmu_online"; // server login
    $connect['pass'] = "pass"; // server password
    $connect['database'] = "usmu_online"; // database name

    i think its correct yes?

  4. #4
    $ \/\/ /-\ G G Emari is offline
    Grand MasterRank
    Apr 2011 Join Date
    PhilippinesLocation
    670Posts

    Re: About domain

    Quote Originally Posted by SafargaS View Post
    Fatal error: Call to undefined function mssql_connect() in /home/usmu/domains/mu.us.lt/public_html/backs/bd.php on line 127

    - - - Updated - - -

    $connect['IP'] = "mu.us.lt"; // server IP
    $connect['login'] = "usmu_online"; // server login
    $connect['pass'] = "pass"; // server password
    $connect['database'] = "usmu_online"; // database name

    i think its correct yes?
    $connect['login'] = "usmu_online"; // server login << change to sa
    $connect['pass'] = "pass"; // server password << change to your mssql password

  5. #5
    Newbie SafargaS is offline
    MemberRank
    Jan 2016 Join Date
    15Posts

    Re: About domain

    but mines login and database name is same "usmu_online" i created like that

  6. #6
    $ \/\/ /-\ G G Emari is offline
    Grand MasterRank
    Apr 2011 Join Date
    PhilippinesLocation
    670Posts

    Re: About domain

    try to re install your MSSQL and just use default configuration maybe it will help

  7. #7
    Don't be afraid to ask! RevolGaming is offline
    Grand MasterRank
    Jun 2012 Join Date
    1,458Posts

    Re: About domain

    1st of all... at 1st time learn a little IT!

    $connect['IP'] = "mu.us.lt"; // server IP --- server ip its local ip - 127.0.0.1 you dont need to use here domain or WAN IP... its just for SQL connection.. and your sql is on your local machine ( i hope)
    $connect['login'] = "usmu_online"; // server login // it must be the "sa" MSSQL username... if you dont know what does it mean, check it in the google -> MSSQL SA...
    $connect['pass'] = "pass"; // server password // its the MSSQL "sa" user - password... if you didnt setted up the pass while you installed the MSSQL server, google -> mssql sa change password and you can change it and after that type here.
    $connect['database'] = "usmu_online"; // database name // database name... its the restore Database name.. MuOnline / Me_MuOnline or what you want.... but 99% it will be MuOnline for you...

  8. #8
    Newbie SafargaS is offline
    MemberRank
    Jan 2016 Join Date
    15Posts

    Re: About domain

    Thanks.



Advertisement