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![]()



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



