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 7
1
2
3
>
Last
»
Showing results 1 to 25 of 168
Search took
0.02
seconds.
Search:
Posts Made By:
kmike
Forum:
Forum and Server Management
10-04-2010, 06:21 PM
Replies:
33
Post table is too big, how to reduce or split it?
Views:
10,656
Posted By
kmike
Yes, you can define multiple data sources, one...
Yes, you can define multiple data sources, one for each database, and combine corresponding indexes using a single distributed index. There's one important limitation though - document ids should be...
Forum:
vBulletin 3.6 Add-ons
10-04-2010, 08:11 AM
Replies:
26
Miscellaneous Hacks -
Google Analytics Registration Goal Plugin
Views:
9,054
Posted By
kmike
For those who are using the new Google Analytics...
For those who are using the new Google Analytics async tracking code, attached is the updated product file.
The async code that you put in the HEAD page section looks like this:
<script...
Forum:
Forum and Server Management
06-09-2010, 10:36 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
ChopSuey, they already have a working (in...
ChopSuey, they already have a working (in production) 3.7 version, as could be seen on most of the IB auto sites. They have decided not to release it - probably to not add it to the number of reasons...
Forum:
Forum and Server Management
04-14-2010, 05:39 AM
Replies:
3
Data sent from/to databases
Views:
686
Posted By
kmike
The large traffic between the db backend and web...
The large traffic between the db backend and web frontend is not unusual for vBulletin - apart from the page data, it retrieves a datastore on each request, and some datastore entries are...
Forum:
Forum and Server Management
04-14-2010, 04:55 AM
Replies:
7
LBCache can halve your server load with vBulletin?
Views:
1,862
Posted By
kmike
These two solutions could be run in parallel,...
These two solutions could be run in parallel, since they are tackling the completely different things. vB Optimise caches some internal vBulletin structures, not even close to the full pages or even...
Forum:
Forum and Server Management
04-07-2010, 05:31 PM
Replies:
6
Turn off Forum via Shell Command Line?
Views:
3,736
Posted By
kmike
Note that the queries above will not work when...
Note that the queries above will not work when one of the datastore caching modules (XCache, APC, eAccelerator, memcached) is enabled. The script must be more sophisticated - it should be able to...
Forum:
Forum and Server Management
04-02-2010, 12:48 PM
Replies:
9
vB 3.8.5 with 2k users online, this colo can handle it?
Views:
939
Posted By
kmike
Also it depends on the forum size, or to be more...
Also it depends on the forum size, or to be more precise, on the database size.
Forum:
Forum and Server Management
03-25-2010, 01:06 PM
Replies:
7
Finally a good bounce manager
Views:
2,345
Posted By
kmike
Read up on the Return-Path email header....
Read up on the Return-Path email header. vBulletin puts the bounce email address there, and puts the webmaster address in the From header. The rest is handled automatically by the email software -...
Forum:
Forum and Server Management
03-16-2010, 12:52 PM
Replies:
7
Finally a good bounce manager
Views:
2,345
Posted By
kmike
What a horrible article. It's absolutely ok if...
What a horrible article. It's absolutely ok if you are just silently flushing the incoming bounces down the drain, but creating an autoresponder that floods the originating servers with useless spam?...
Forum:
vBulletin 3.8 Add-ons
02-12-2010, 05:38 PM
Replies:
1,279
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
307,455
Posted By
kmike
If you cache just datastore (not caching...
If you cache just datastore (not caching templates, styles and languages), and the size of the datastore is relatively small (just 10-20 forums, not many plugins and thread prefixes), then the...
Forum:
Forum and Server Management
01-26-2010, 09:52 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
FYI, realtime index updates in Sphinx are near: ...
FYI, realtime index updates in Sphinx are near:
http://twitter.com/sphinxsearch/statuses/8179531738
Looks like so far the realtime indexes are only accessible via SphinxQL.
Forum:
Forum and Server Management
01-16-2010, 05:20 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
That's what we're doing, too, though the delta is...
That's what we're doing, too, though the delta is still there. The bonus is that you can set up a distributed index with the number of agents equal to the number of CPUs, like described here...
Forum:
Forum and Server Management
01-15-2010, 10:47 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
Apart from using Sphinx to search for the similar...
Apart from using Sphinx to search for the similar threads, you can also use it to generate the post excerpts with search keywords highlighted when in the "Show search results as posts" mode.
Our...
Forum:
vBulletin 3.8 Add-ons
12-25-2009, 04:31 AM
Replies:
1,279
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
307,455
Posted By
kmike
That's what the "Flush vB Optimize cache" is for...
That's what the "Flush vB Optimize cache" is for in the options.
Forum:
vBulletin 3.6 Add-ons
10-03-2009, 05:04 AM
Replies:
914
Add-On Releases -
vBISpy - AJAX real-time feed of new posts/threads
Views:
276,610
Posted By
kmike
Digital Point's mod was the first. Arguably, this...
Digital Point's mod was the first. Arguably, this mod is a rip off from Digitalpoint's Spy, or at the very least inspired by it:
http://forums.digitalpoint.com/showthread.php?p=1384601#post1384601...
Forum:
Forum and Server Management
09-25-2009, 06:18 PM
Replies:
13
Unoptimized query
Views:
1,946
Posted By
kmike
Oh yes. Hopefully the default sort order for...
Oh yes.
Hopefully the default sort order for that forum is by the last post time, otherwise the index wouldn't work.
Forum:
Forum and Server Management
09-25-2009, 02:40 PM
Replies:
13
Unoptimized query
Views:
1,946
Posted By
kmike
The query is already using that index, according...
The query is already using that index, according to EXPLAIN in the first post:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE thread ...
Forum:
Forum and Server Management
09-09-2009, 02:02 PM
Replies:
103
/clientscripts over to Amazon S3/Cloudfront?
Views:
23,103
Posted By
kmike
Just a quick note that 43 hits per second for a...
Just a quick note that 43 hits per second for a seldom changing and relatively small (a few hundred of megabytes in total) static content is nothing for the modern multiplexing web servers such as...
Forum:
Forum and Server Management
08-06-2009, 01:31 PM
Replies:
103
/clientscripts over to Amazon S3/Cloudfront?
Views:
23,103
Posted By
kmike
You should consider adding "Expires" HTTP header...
You should consider adding "Expires" HTTP header to .js files, so the user browsers won't have to re-check these files for updates on every page load. And by the way, the same could be done for the...
Forum:
vBulletin 3.8 Add-ons
07-25-2009, 05:18 AM
Replies:
1,279
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
307,455
Posted By
kmike
I'd set it to "shm_only", once you determine the...
I'd set it to "shm_only", once you determine the optimal size of shared memory so all scripts and cached keys fit in it. I'd start with 96M, and then watch the shared memory utilization in the...
Forum:
vBulletin 3.8 Add-ons
07-24-2009, 03:33 PM
Replies:
1,279
Board Optimization -
[DBTech] vB Optimise 2.0.1 (Lite)
Views:
307,455
Posted By
kmike
There is no need for calling eaccelerator_rm()...
There is no need for calling eaccelerator_rm() there, eaccelerator_set() takes care of replacing the older value with a new one. That being sad, it's extremely strange that PHP timed out on that...
Forum:
Forum and Server Management
07-18-2009, 06:33 PM
Replies:
12
PHP accelerators
Views:
1,404
Posted By
kmike
That "design issue" comment in...
That "design issue" comment in class_datastore.php was removed in vB 3.7. And we've been using eAccelerator as a datastore cache among other things such as a template and style cache (via hacks) on...
Forum:
Forum and Server Management
07-18-2009, 05:25 AM
Replies:
12
PHP accelerators
Views:
1,404
Posted By
kmike
eAccelerator is another PHP opcode...
eAccelerator is another PHP opcode cache/accelerator which is supported by vBulletin.
eAccelerator is the only which is compatible with Zend Optimizer.
Forum:
Forum and Server Management
06-21-2009, 10:41 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
SphinxQL isn't quite ready for the production...
SphinxQL isn't quite ready for the production (http://www.mysqlperformanceblog.com/2009/04/19/talking-mysql-to-sphinx/) at this moment.
Forum:
Forum and Server Management
05-17-2009, 07:05 AM
Replies:
833
Sphinx Search
Views:
241,215
Posted By
kmike
I'm not sure why there are duplicate keys, but...
I'm not sure why there are duplicate keys, but looking at the script, I guess that changing INSERT to REPLACE at the end of the script will indeed help.
Another note for those running Sphinx...
Showing results 1 to 25 of 168
Page 1 of 7
1
2
3
>
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
08:25 PM
.
-- 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.03039 seconds
Memory Usage
2,054KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(53)
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.0138
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi