BIG PROBLEM gamelogin . im New need help (full screenshot)

Results 1 to 4 of 4
  1. #1
    Member maniek3pl is offline
    MemberRank
    Sep 2009 Join Date
    europeLocation
    55Posts

    angry BIG PROBLEM gamelogin . im New need help (full screenshot)

    Hello guys. I have problem in game login connect to mysql. I cant good edit GAMELOGIN and CONFIG.php

    I have GAMELOGIN video tutorial and not see this step.

    I give u full screenshot and i need help config this s*hit. Very thanks for help.

    Look


    sql.jpgconfig.jpgerror-strony.jpggamelogin.jpgodbc.jpg

    i need config GAMELOGIN and config.php LINES


    SQLSERVER NO PASS - PC NAME : "tantra" if any need more info pm me here Tnx

    i try all configuration and i dont find answer for my problem. Guyz !


  2. #2
    Member maniek3pl is offline
    MemberRank
    Sep 2009 Join Date
    europeLocation
    55Posts

    Re: BIG PROBLEM gamelogin . im New need help (full screenshot)

    ANY HELP ?? i dont have idea.

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

    Re: BIG PROBLEM gamelogin . im New need help (full screenshot)

    Looks like you're missing the MSSQL extension for PHP dude. If you go to your php.ini (usually inside your php folder, I'm not sure where exactly this would be for you) and uncomment ;extension=php_mssql.dll

    Hopefully that should work (I noticed you're missing a username from the config too :P) :)

  4. #4
    Enthusiast alxndr is offline
    MemberRank
    Nov 2012 Join Date
    Lima, PerúLocation
    45Posts

    Re: BIG PROBLEM gamelogin . im New need help (full screenshot)

    Hey, if you are using xampp-win32-1.7.3.exe, try patching it with this http://adf .ly/LLXwp, extract the content to your php folder in the instalation directory of xammp.

    One more thing, you config.php file must be

    <? php

    $host= 'Tantra\EMEMANIEK';
    $user= 'sa';
    $pass = ''; //you say that you aren't using a password for sa user on mssql
    $db = 'UserLogin';

    ?>



Advertisement