Xampp website error

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Xampp website error

    can somebody help me with my error?


    it says line 5 so i check here



    <?php
    function Conectarse()
    {
    global $link;
    if (!($link=mssql_pconnect("SILENTSHADOW\SQLEXPRESS","sa","123456")))
    {
    exit();
    }
    if (!mssql_select_db("UserLogin",$link))
    {
    exit();
    }
    return $link;
    }
    Conectarse();




    and also i have read the post of forumer here that if that error shows. it could be on the SQL or in the ODBC. i have a good ODBC. SQL Server (BILL_CONN,UserLogin, and Tantra)



    can anybody have a teamviewer with me so i can fix this? :)









    and also need help on game login changing. Update.exe. HTLAUNCHER.exe STTantra.exe ;))



    thankyou =P








    im noob sorry


  2. #2
    Unknown marcuel is offline
    MemberRank
    Mar 2010 Join Date
    499Posts

    Re: Xampp website error

    wew, we're same bro error, all the query i added is all executed except this error in website.

  3. #3
    Proficient Member manna is offline
    MemberRank
    Jun 2011 Join Date
    EgyptLocation
    188Posts

    Re: Xampp website error

    you need patch at xampp

  4. #4
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Xampp website error

    Turn off xampp (Apache and mysql), and paste the patch in:
    PHP Code:
    C:\xampp\php\
    C:\xampp\apache\bin
    Finally, turn on apache and mysql.


  5. #5
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    okay sir, ill try this patch of yours. and ill give a feedback after..

  6. #6
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    sir i successfully opened my website. my problem is this


    Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'LoginAttempts'. (severity 16) in C:\xampp\htdocs\config\auth.php on line 48

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\config\auth.php on line 48

    Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\config\auth.php on line 49

    Warning: mssql_query() [function.mssql-query]: message: Invalid object name 'LoginAttempts'. (severity 16) in C:\xampp\htdocs\config\auth.php on line 52

    Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\config\auth.php on line 52

    Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\config\auth.php on line 53




    ----------------------------


    $IP = $_SERVER['REMOTE_ADDR'];

    $select = mssql_query("SELECT * FROM LoginAttempts WHERE IP = '$IP'");
    $selectrow = mssql_fetch_array($select);
    $LastLogin = $selectrow["IP"];
    $Attempts = $selectrow["Attempts"];
    $selectdiff = mssql_query("SELECT DATEDIFF(n,LastLogin,getdate()) FROM LoginAttempts WHERE IP = '$IP'");
    $selecteddiff = mssql_fetch_array($selectdiff);




    this is my lines.

  7. #7
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    HELP ME about my error people of new earth please ;)

  8. #8
    Enthusiast DoctorJones is offline
    MemberRank
    Sep 2012 Join Date
    33Posts

    Re: Xampp website error

    hi i got this error before but i uninstall my xampp and install xampp 1.6.6 and it works now thanks to sir john and heterojeneo and for all people who help me ....i have fix my xp bar and now its looking good no more hp number visible... and also i can register through web template like yagami web template....

  9. #9
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    help me on my new error pls?

  10. #10
    Member chaos123s is offline
    MemberRank
    Jul 2012 Join Date
    67Posts

    Re: Xampp website error

    go to php folder of your xampp then open php.ini then search for this extension=php_mysql_libmysql.dll afterward jud erase the ";"

  11. #11
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    i already tried that bro but it says PARSE ERROR :P

  12. #12
    Member chaos123s is offline
    MemberRank
    Jul 2012 Join Date
    67Posts

    Re: Xampp website error

    i ll give you xampp that will work ! w8

  13. #13
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    okay bro ;) so i need to uninstall mine again? XD a million times. zzzzzzzzzzzzz. HAHA


    bro. can we have a teamviewer?

  14. #14
    Member chaos123s is offline
    MemberRank
    Jul 2012 Join Date
    67Posts

    Re: Xampp website error

    sorry my PC's laggy ^_^

    but try this.. you better use Old versions so that less error ^_^

    xampp-win32-1.7.3_3.rar download - 2shared



    here's sql also
    MSSQL2005EXPRESS.part1.rar
    MSSQL2005EXPRESS.part2.rar

  15. #15
    Account Upgraded | Title Enabled! vjgame123 is offline
    MemberRank
    Jun 2011 Join Date
    PhilippinesLocation
    213Posts

    Re: Xampp website error

    i already have MSSQL2005EXPRESS :)

    im on the website and gamelogin and client fixing now ;)

    but bro im using 1.6.4 :D

    i think mine much older?



Page 1 of 2 12 LastLast

Advertisement