help me for website config.php

Results 1 to 1 of 1
  1. #1
    Infraction Banned dark_sillius is offline
    MemberRank
    Jan 2007 Join Date
    38Posts

    help me for website config.php

    <?php
    $srvip = "What enter ?"; when i put mmy ip here dont work,ip hamachi too what ?? !!!! my site dont work too
    $srvport = "6000";
    $mssql_user = "";
    $mssql_pass = "";
    $mssql_database = "GunzDB";
    $mssql_host = "DARK_SILLIUS\SQLEXPRESS";===> its correct ?
    $conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
    mssql_select_db($mssql_database);
    $forum = "/forum/index.php"

    ?>




Advertisement