yow! a aliitle help here :)

Results 1 to 3 of 3
  1. #1
    Valued Member John Ray is offline
    MemberRank
    Jan 2013 Join Date
    Zamboanga City,Location
    143Posts

    yow! a aliitle help here :)

    i successfully open my web, and this error shows in the header of the web.


    Code:
    $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);


    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


    ~~ ahmm, and people... does the tantra k5 has a account creator, just like k4?
    i think it has, i just dont have it
    Last edited by John Ray; 17-06-13 at 12:19 PM.


  2. #2
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: yow! a aliitle help here :)

    the error you are recieving is a database error. you need to create the invalid database or it won't work

  3. #3
    Valued Member John Ray is offline
    MemberRank
    Jan 2013 Join Date
    Zamboanga City,Location
    143Posts

    Re: yow! a aliitle help here :)

    Quote Originally Posted by jbeitz107 View Post
    the error you are recieving is a database error. you need to create the invalid database or it won't work

    troubleshoot..
    can fully understand you Sir.



Advertisement