 |
 |
 |
 |
#258554 - 02/16/04 07:58 PM
Re: Useful MySQL Queries for UBB.Threads
[Re: 234234]
|
Enthusiast
Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
|
I ran this query and it came up with errors:<br /><br />SELECT `U_Username`, `U_Group`, `U_RegIP`, `B_IP`, `B_PosterId`<br />FROM `w3t_Posts`, `w3t_Users`<br />WHERE (((`B_IP` = '199.253.23.1') AND (`B_PosterId` = `U_Number`)) OR (`B_IP` = '199.253.23.1'))<br /><br />The IP listed is the one in question from my site.<br /><br />Here are the errors that were returned:<br /><br />SQL ERROR: Unable to do_query: SELECT `U_Username`, `U_Group`, `U_RegIP`, `B_IP`, `B_PosterId` FROM `w3t_Posts`, `w3t_Users` WHERE (((`B_IP` = '199.253.23.1') AND (`B_PosterId` = `U_Number`)) OR (`B_IP` = '199.253.23.1'))<br />Unknown column 'U_Group' in 'field list'<br />Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home/smoknz28/public_html/ubbthreads/mysql.inc.php on line 167<br /><br />Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/smoknz28/public_html/ubbthreads/mysql.inc.php on line 133
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|