[Guide]Error Registration Page[Guide]

Results 1 to 4 of 4
  1. #1
    Member mitor is offline
    MemberRank
    Mar 2007 Join Date
    ItalyLocation
    69Posts

    [Guide]Error Registration Page[Guide]

    Hi
    First im is italy..and dont speak a good english....
    ok im read in other post this error..

    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: STEVEN\SQLEXPRESS in C:\wamp\www\register\register.php on line X

    [X is number of line Example 7]

    ok...im resolve this error

    This is the Normal Page of Registration Account
    Code:
    <?php
    $srvip = "0.0.0.0";
    $srvport = "6000";
    $mssql_user = "mitor";
    $mssql_pass = "qdssfred3";
    $mssql_database = "GunzDB";
    $mssql_host = "YOURPC\SQLEXPRESS";
    $conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
    mssql_select_db($mssql_database);
    ?>
    <link rel="stylesheet" type="text/css" href="style.css"> 
    <?php 
    $query = mssql_query("SELECT TOP 10 * FROM Character order by xP Desc");
    [AND OTHER]
    and this is the page whit resolution problem:
    Code:
    <?php
    $srvip = "5.62.44.66";
    $srvport = "6000";
    $mssql_user = "";
    $mssql_pass = "";
    $mssql_database = "GunzDB";
    $mssql_host = "ACER-1889BD292F\SQLEXPRESS";
    $conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
    mssql_select_db($mssql_database);
    ?>
    <link rel="stylesheet" type="text/css" href="style.css"> 
    <?php 
    $query = mssql_query("SELECT TOP 10 * FROM Character order by xP Desc");
    Dont Insert USERNAME AND PASSWORD CAMP

    im use Server July Whit Normal Database

    Post Comment in this Topic

    ITALIAN TRANSLATED:ninja:
    TRADUZIONE IN ITALIANO:ninja:

    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: STEVEN\SQLEXPRESS in C:\wamp\www\register\register.php on line X

    [X


  2. #2
    Account Upgraded | Title Enabled! Amandy is offline
    MemberRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: [Guide]Error Registration Page[Guide]

    The default user is Sa try making the user "sa"

  3. #3
    Account Upgraded | Title Enabled! Kingston is offline
    MemberRank
    Jun 2007 Join Date
    601Posts

    Re: [Guide]Error Registration Page[Guide]

    Quote Originally Posted by Antv912 View Post
    The default user is Sa try making the user "sa"
    Right. "Sa" and Make a Password.

  4. #4
    Novice iri200 is offline
    MemberRank
    Jan 2008 Join Date
    1Posts

    Re: [Guide]Error Registration Page[Guide]

    Please

    how to resolve the error registration 32 when i want to phone by voip again it makes error registration 32



Advertisement