The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 18
1
2
3
11
>
Last
»
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
vbulletin_datastore - serialized tables
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
WHats Everyones Server Load Averages Right Now ?
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
Sphinx Search
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
How to avoid sessions when parsing bbcode?
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
Sphinx Search
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
Okay, I'm swallowing my pride...
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
Backing up Attachments
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
Browsing is fast; posting slow - what size does replicatin make sense?
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
Browsing is fast; posting slow - what size does replicatin make sense?
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
Page 1 of 18
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
03:58 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0060
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
FULLTEXT Search
php_sapi_name(): fpm-fcgi