The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
New search tables question
I am trying to update an old hack and this is the query that always worked in vb 3, but they don't use a single search table anymore in vb 4. There are four different search-type tables now. Can anyone please give me a clue as to what the vb 4 version of this query would be?
Code:
$lastsearches = $db->query_read(" SELECT search.* , user.username FROM " . TABLE_PREFIX . "search AS search LEFT JOIN " . TABLE_PREFIX . "user AS user USING (userid) WHERE search.query != '' AND orderedids != '' AND personal <> 1 ORDER BY search.searchid DESC LIMIT 0, 15 "); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|