there is a bug with /showthread.php?goto=lastpost&t=201 Urls they doesnt anymore exist..
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT postid AS postid, post.dateline, t.title as threadtitle, f.title as forumtitle, f.forumid as forumid
FROM vb_post AS post JOIN vb_thread AS t ON(t.threadid=post.threadid) JOIN vb_forum as f ON(f.forumid=t.forumid)
WHERE post.threadid = 201 AND post.visible = 1 AND
postid = (
SELECT MAX(t2.postid) AS postid
FROM vb_post AS t2
WHERE t2.threadid = 201 AND t2.visible = 1
)
LIMIT 1;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT MAX(t2.postid) AS postid
FROM vb_post AS t2
Error Number : 1064
Date : Sunday, April 9th 2006 @ 09:41:01 AM
Script :
http://www.domain.com/showthread.php...lastpost&t=201
Referrer :
IP Address : xx.xx.xx.xx
Username : unregistered
Classname : vb_database