Previous Thread
Next Thread
Print Thread
Rating: 4
Joined: Nov 2002
Posts: 554
Code Monkey
Code Monkey
Offline
Joined: Nov 2002
Posts: 554
Josh it says to relace this line
Code
  SELECT t1.B_Number,t2.U_Username,t1.B_Posted,t1.B_IP,t1.B_Subject,t1.B_Body,t1.B_File,t1.B_Status,t1.B_Approved,t2.U_Picture,t1.B_Reged,t2.U_Title,t2.U_Color,t1.B_Icon,t1.B_Poll,t1.B_Parent,t2.U_Status,t2.U_Signature,t1.B_LastEdit,t1.B_LastEditBy,t2.U_Location,t2.U_TotalPosts,t2.U_Registered,t2.U_Rating,t2.U_Rates,t2.U_RealRating,t2.U_PicWidth,t2.U_PicHeight,t2.U_Number,t1.B_FileCounter,t1.B_AnonName<br /><br />


when mine actually looks like this
Code
//     SELECT t1.B_Number,t2.U_Username,t1.B_Posted,t1.B_IP,t1.B_Subject,t1.B_Body,t1.B_File,t1.B_Status,t1.B_Approved,t2.U_Picture,t1.B_Reged,t2.U_Title,t2.U_Color,t1.B_Icon,t1.B_Poll,t1.B_Parent,t2.U_Status,t2.U_Signature,t1.B_LastEdit,t1.B_LastEditBy,t2.U_Location,t2.U_TotalPosts,t2.U_Registered,t2.U_Rating,t2.U_Rates,t2.U_RealRating,t2.U_PicWidth,t2.U_PicHeight,t2.U_Number,t1.B_FileCounter,t1.B_AnonName, [:"red"]t1.B_ParentUser[/]<br />   



and I am also getting this now

SQL ERROR: Unable to do_query: // SELECT t1.B_Number,t2.U_Username,t1.B_Posted,t1.B_IP,t1.B_Subject,t1.B_Body,t1.B_File,t1.B_Status,t1.B_Approved,t2.U_Picture,t1.B_Reged,t2.U_Title,t2.U_Color,t1.B_Icon,t1.B_Poll,t1.B_Parent,t2.U_Status,t2.U_Signature,t1.B_LastEdit,t1.B_LastEditBy,t2.U_Location,t2.U_TotalPosts,t2.U_Registered,t2.U_Rating,t2.U_Rates,t2.U_RealRating,t2.U_PicWidth,t2.U_PicHeight,t2.U_Number,t1.B_FileCounter,t1.B_AnonName,t1.B_ParentUser SELECT t1.B_Number,t2.U_Username,t1.B_Posted,t1.B_IP,t1.B_Subject,t1.B_Body,t1.B_File,t1.B_Status,t1.B_Approved,t2.U_Picture,t1.B_Reged,t2.U_Title,t2.U_Color,t1.B_Icon,t1.B_Poll,t1.B_Parent,t2.U_Status,t2.U_Signature,t1.B_LastEdit,t1.B_LastEditBy,t2.U_Location,t2.U_TotalPosts,t2.U_Registered,t2.U_RatingImage,t2.U_PicWidth,t2.U_PicHeight,t2.U_Number,t1.B_FileCounter,t1.B_AnonName,t1.B_ParentUser FROM w3t_Posts AS t1, w3t_Users AS t2 WHERE t1.B_Main = 62335 AND t1.B_PosterId = t2.U_Number ORDER BY B_Number LIMIT 30
You have an error in your SQL syntax near '// SELECT t1.B_Number,t2.U_Username,t1.B_Posted,t1.B_IP,t1.B_Subject,t1.B_Bo' at line 2

Sponsored Links
Entire Thread
Subject Posted By Posted
[6.2] Admin Selectable Ratings 1.0 JoshPet 02/24/2003 9:58 AM
Re: [6.2] Admin Selectable Ratings 1.0 smilesforu 02/24/2003 11:19 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 02/24/2003 5:09 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 02/24/2003 5:10 PM
Re: [6.2] Admin Selectable Ratings 1.0 smilesforu 02/25/2003 3:05 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 02/25/2003 5:32 AM
Re: [6.2] Admin Selectable Ratings 1.0 smilesforu 02/25/2003 10:51 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 02/25/2003 10:54 AM
Re: [6.2] Admin Selectable Ratings 1.0 jluerken 04/12/2003 7:47 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 04/12/2003 7:52 PM
Re: [6.2] Admin Selectable Ratings 1.0 jluerken 04/12/2003 8:00 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 04/12/2003 8:14 PM
Re: [6.2] Admin Selectable Ratings 1.0 jluerken 04/13/2003 1:00 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 04/15/2003 1:47 AM
Re: [6.2] Admin Selectable Ratings 1.0 jluerken 04/16/2003 12:21 PM
Re: [6.2] Admin Selectable Ratings 1.0 Gardener 07/02/2003 7:42 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 07/02/2003 9:31 PM
Re: [6.2] Admin Selectable Ratings 1.0 Gardener 07/02/2003 11:16 PM
Re: [6.2] Admin Selectable Ratings 1.0 agate 09/06/2003 9:36 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 09/06/2003 9:54 AM
Re: [6.2] Admin Selectable Ratings 1.0 agate 09/06/2003 2:17 PM
Re: [6.2] Admin Selectable Ratings 1.0 agate 09/06/2003 4:19 PM
Re: [6.2] Admin Selectable Ratings 1.0 BWilliams_dup1 09/30/2003 7:42 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 09/30/2003 8:18 AM
Re: [6.2] Admin Selectable Ratings 1.0 BWilliams_dup1 09/30/2003 7:59 PM
Re: [6.2] Admin Selectable Ratings 1.0 salim 10/03/2003 6:13 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 10/03/2003 7:18 PM
Re: [6.2] Admin Selectable Ratings 1.0 salim 10/04/2003 8:34 AM
Re: [6.2] Admin Selectable Ratings 1.0 AKD96 10/08/2003 5:10 PM
Re: [6.2] Admin Selectable Ratings 1.0 Ian_W 10/27/2003 7:36 PM
Re: [6.2] Admin Selectable Ratings 1.0 harsh 01/21/2004 9:16 PM
Re: [6.2] Admin Selectable Ratings 1.0 harsh 01/21/2004 9:37 PM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 01/22/2004 6:20 AM
Re: [6.2] Admin Selectable Ratings 1.0 ChAoS_dup1 02/12/2004 1:03 AM
Re: [6.2] Admin Selectable Ratings 1.0 ChAoS_dup1 02/12/2004 1:11 AM
Re: [6.2] Admin Selectable Ratings 1.0 JoshPet 02/12/2004 2:32 AM
Re: [6.2] Admin Selectable Ratings 1.0 ChAoS_dup1 02/14/2004 12:16 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,834
Joined: January 2000
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 408
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 10
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)