Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 439
Search took 0.01 seconds.
Search: Posts Made By: orban
Forum: Forum and Server Management 06-05-2008, 09:41 PM
Replies: 7
Views: 1,385
Posted By orban
If every user is just member of a handful of...

If every user is just member of a handful of those usergroups just create a new field in the user table, and store directly the ids of the forums he has access to in that field. Then make some...
Forum: Forum and Server Management 06-03-2008, 07:57 AM
Replies: 833
Views: 241,217
Posted By orban
Thanks rebelde, adding prefixes to the full text...

Thanks rebelde, adding prefixes to the full text index is a great idea, I don't know why I haven't considered this. Also re-enabled PMs ;)
Forum: Forum and Server Management 05-11-2008, 07:25 AM
Replies: 833
Views: 241,217
Posted By orban
You added replycount to your postsrc? You do...

You added replycount to your postsrc?

You do realize that this is really buggy, because when a thread with 0 replies is in the main post index, it will show up as having 0 replies until you update...
Forum: Forum and Server Management 05-10-2008, 09:42 PM
Replies: 833
Views: 241,217
Posted By orban
If you are using the script posted in post 1, I...

If you are using the script posted in post 1, I wrote there it only works when searching threads, because Sphinx doesn't have replycount integer stored for posts. I don't think I'm checking for...
Forum: Community Lounge 05-06-2008, 06:26 PM
Replies: 19
Views: 2,309
Posted By orban
9000.00 9000.00 9000.00

9000.00 9000.00 9000.00
Forum: Forum and Server Management 05-06-2008, 08:56 AM
Replies: 833
Views: 241,217
Posted By orban
Wrap "if...

Wrap "if (is_array($vbulletin->GPC['prefixchoice'])) { .... }" around the that block



Are you sure the sphinx_counter table is set up properly



Change the line with "$searchhash" to...
Forum: Forum and Server Management 05-05-2008, 09:13 PM
Replies: 833
Views: 241,217
Posted By orban
That's a bit beyond what I'm trying to accomplish...

That's a bit beyond what I'm trying to accomplish here but if somebody wants to give it a go :)
Forum: Forum and Server Management 05-05-2008, 04:55 PM
Replies: 833
Views: 241,217
Posted By orban
1) Change line 514 to "$errors[] =...

1) Change line 514 to "$errors[] = array('searchnoresults', '');"
2) Add "$cl->SetFieldWeights(array('title' => 100, 'pagetext' => 10));" after line 410 and change those values to your liking (see...
Forum: Forum and Server Management 05-05-2008, 10:33 AM
Replies: 833
Views: 241,217
Posted By orban
Hello amcd! Anyway, slowly getting back in...

Hello amcd!

Anyway, slowly getting back in business, updated the first post in this thread... just sharing what I have at the moment. Maybe I can get some feedback

It's kind of messy but yeah
...
Forum: Forum and Server Management 05-05-2008, 07:10 AM
Replies: 833
Views: 241,217
Posted By orban
I will be releasing an updated version of the...

I will be releasing an updated version of the vBulletin Sphinx integration for 3.6 and 3.7 without file modification (two plugins, two file uploads), later today. Contains copy paste code from...
Forum: Forum and Server Management 07-27-2007, 11:56 AM
Replies: 833
Views: 241,217
Posted By orban
I'm leaving this place if somebody wants to take...

I'm leaving this place if somebody wants to take over this thread and keep the guide up to date feel free to do so it's on page 26 I think. Bye.
Forum: vB3 General Discussions 07-26-2007, 12:03 PM
Replies: 1
Views: 781
Posted By orban
How to avoid sessions when parsing bbcode?

I need to parse bbcode but I want to avoid any sessions.

To use class_bbcode.php you have to include global.php which includes init.php which starts a session.

require_once('./global.php');...
Forum: Modification Graveyard 07-25-2007, 07:04 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
It would be easier if you read the first line.

It would be easier if you read the first line.
Forum: Modification Graveyard 07-21-2007, 10:57 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
Alright I see where you are coming from. Yeah...

Alright I see where you are coming from. Yeah references will solve the problem, vB's code is more messed up than you'd ever think. Well I updated functions_template_cache.php.
Forum: Modification Graveyard 07-21-2007, 04:48 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
Do vB default templates have <if> conditions?...

Do vB default templates have <if> conditions? Because all the default templates work fine for me. Feel free to filter out $GLOBALS, but what does it matter anyway? This level of detail is absolutely...
Forum: Modification Graveyard 07-21-2007, 03:12 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
1) As I said if you are interested in maximizing...

1) As I said if you are interested in maximizing performance take a look at the one I marked as experimental, I will actually clean that up a bit soon and upload here. Just did a quick and dirty...
Forum: Modification Graveyard 07-21-2007, 02:23 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
1) Alright that works too thought I doubt there's...

1) Alright that works too thought I doubt there's any performance gain. I only use the experimental version anyway which basically does what you suggest just with functions.

2) Hmm, is that...
Forum: Modification Graveyard 07-21-2007, 02:07 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
1. How? vB template calls are like this: ...

1. How?

vB template calls are like this:

eval('$foo .= "' . fetch_template('bar') . '";');

fetch_template( ) returns the template as a string.

2. Is that hook new?
Forum: Modification Graveyard 07-20-2007, 11:48 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
Not it can make your installation slower, use...

Not it can make your installation slower, use more resources, RAM, cpu.
Forum: Modification Graveyard 07-20-2007, 11:27 PM
Replies: 377
Board Optimization - Plugin Based Template Cache
Views: 69,316
Posted By orban
This modification is for HIGH TRAFFIC vB...

This modification is for HIGH TRAFFIC vB installations.
Forum: Forum and Server Management 07-09-2007, 08:21 PM
Replies: 833
Views: 241,217
Posted By orban
<a...

<a href="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_concat" target="_blank">http://dev.mysql.com/doc/refman/5.0/...unction_concat</a>

The query that grabs the posts, use...
Forum: Big Board Discussions 07-08-2007, 04:53 PM
Replies: 42
Views: 8,780
Posted By orban
markp_2000...

markp_2000 (https://vborg.vbsupport.ru/member.php?u=151240): Sorry. The administrator has banned your IP address. To contact the administrator click here...
Forum: Big Board Discussions 07-08-2007, 09:47 AM
Replies: 9
Views: 1,563
Posted By orban
I rsync them to another server, smooth and...

I rsync them to another server, smooth and painless. You can't possible gzip and download 5gb of attachments every couple days so we had to find another way.
Forum: Big Board Discussions 07-07-2007, 08:25 PM
Replies: 14
Views: 1,803
Posted By orban
You aren't swapping by any chance are you?

You aren't swapping by any chance are you?
Forum: Big Board Discussions 07-07-2007, 01:09 PM
Replies: 14
Views: 1,803
Posted By orban
Do you have any news? Have you managed to set up...

Do you have any news? Have you managed to set up slow query log?
Showing results 1 to 25 of 439

 
Forum Jump

All times are GMT. The time now is 03:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03539 seconds
  • Memory Usage 2,069KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (63)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete