The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
search can be called by anyone with server access on the command line
so he gets access to all your indexes and thus to all your posts so if you have a designer ssh access to upload stuff he can basically read your private forums |
#32
|
|||
|
|||
Quote:
|
#33
|
|||
|
|||
Neither here, I'm the only with access.
|
#34
|
|||
|
|||
Quote:
|
#35
|
|||
|
|||
They aren't, but all posts/threads are filtered again on the results page.
|
#36
|
|||
|
|||
Attached is the patch for Sphinx 0.9.5 which adds two more group columns.
You'll have to have something like this in your sphinx.conf: Code:
sql_query=SELECT postid, \ pagetext, post.title, forumid, \ IF(post.userid=0,99999999,post.userid) AS userid, \ post.threadid AS threadid, post.dateline AS dateline \ FROM post ..... sql_group_column = forumid sql_group2_column = userid sql_group3_column = threadid sql_date_column = dateline sphinxapi.php supports two more grouping functions: SetGroup2(array) and SetGroup3(array). So search.php will have to call $sphinx->SetGroups2($userids) when searching by user(s), where $userids is an array containing their userid's. And similarly, $sphinx->SetGroups3(array($searchthreadid)) will be called when searching in a thread. |
#37
|
|||
|
|||
Thank you. Gonna try this out
|
#38
|
|||
|
|||
Quote:
|
#39
|
||||
|
||||
Thanks Orban (and others) for this solution.
0.9.6 is out, it fixes the following issues: - added support for empty indexes (solves the previous issues we had with indexes) - added support for multiple sql_query_pre/post/post_index - fixed timestamp ranges filter in "match any" mode - fixed configure issues with --without-mysql and --with-pgsql options - fixed building on Solaris 9 |
#40
|
|||
|
|||
Yes, but the patch for more than one group won't work for this...
I'm trying to get a snapshot of 0.9.7.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|