Client login problem, pls help ...

Results 1 to 6 of 6
  1. #1
    Apprentice Jacuzy is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Client login problem, pls help ...

    I have copy a server & client tantra file from my friend.
    Thats server & client already running well in online mode.

    When i try to run it in offline mode to test some upgrade item, event, NPC etc i have a problem with my Itemserver like on this picture.
    I have succesfully run DBSRV, MSGSRV, SQLDAEMON & GMTool, fail to run ITMSRV with error message on this picture.



    When i try to run zone server 1 & 2, it is run succesfully too.
    Another problem appear when i try to run the client file with error message like on this picture.



    Can anyone help me to solve this problem ... ?
    Pls help me ...
    I need to solve this problem ASAP
    Last edited by Jacuzy; 09-04-13 at 04:34 AM.


  2. #2
    Apprentice Jacuzy is offline
    MemberRank
    Feb 2011 Join Date
    8Posts
    My problem of Itemserver have been solve.
    Now i need to solve login problem, but i need s_game folder from htdocs in xampp application.
    Can someone help me to share that folder ... ???
    Please help me ... :(

    ---

    Update :
    I have been download the s_game folder and setting all based on the guide from urgent on this link
    But i am not success when exceute this link :
    http://25.62.28.181/s_game/login/gam...s&user_pass=%s
    like this picture.



    NOTE :
    25.62.28.181 is my hamachi LAN IP, i use hamachi because i dont have IP LAN.
    My configuration file of config.php on folder C:\xampp\htdocs\s_game is like this :

    $host = 'ibm-jti'; ==> Mssql server name
    $user = 'sa';
    $pass = '090900';
    $db = 'UserLogin';

    Should i change my Mssql server name to IBM-JTI/SQLEXPRESS to fix this problem ... ?
    Please i really need help ...
    Last edited by Harrison; 09-04-13 at 09:11 AM.

  3. #3
    Member intercorei5 is offline
    MemberRank
    Sep 2012 Join Date
    84Posts

    Re: Client login problem, pls help ...

    use MSSQL not MYSQL

  4. #4
    Apprentice Jacuzy is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: Client login problem, pls help ...

    Quote Originally Posted by intercorei5 View Post
    use MSSQL not MYSQL
    Sorry i mean is MSSQL not MYSQL (wrong type)

  5. #5
    Account Upgraded | Title Enabled! Harrison is offline
    MemberRank
    Mar 2009 Join Date
    417Posts

    Re: Client login problem, pls help ...

    You need to enable MSSQL as an extension in your C:/xampp/php/php.ini.

    Search for ;extension=php_mssql.dll and uncomment it. (remove the ; )

  6. #6
    Apprentice Jacuzy is offline
    MemberRank
    Feb 2011 Join Date
    8Posts

    Re: Client login problem, pls help ...

    Quote Originally Posted by Harrison View Post
    You need to enable MSSQL as an extension in your C:/xampp/php/php.ini.
    Search for ;extension=php_mssql.dll and uncomment it. (remove the ; )
    Thanks for your advice.
    But after i do it, i got warning message like this picture.



Advertisement