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 2
1
2
>
Showing results 1 to 25 of 39
Search took
0.00
seconds.
Search:
Posts Made By:
Jujubee
Forum:
vBulletin 2.x Full Releases
05-06-2003, 05:01 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
This hack doesn't touch icons or dates so I don't...
This hack doesn't touch icons or dates so I don't know where those changes are coming from.
BTW, I've been letting this run for 24 hours between updates:
Forum:
vBulletin 2.x Full Releases
10-28-2002, 03:27 PM
Replies:
9
Hide Threads from Ignored Users
Views:
3,787
Posted By
Jujubee
Here ya go: in SHOWTHREAD.PHP FIND: ...
Here ya go:
in SHOWTHREAD.PHP
FIND:
$postbits .= getpostbit($post);
REPLACE WITH:
Forum:
Modification Requests/Questions (Unpaid)
10-28-2002, 06:21 AM
Replies:
7
ignore threads feature???
Views:
1,105
Posted By
Jujubee
Whoops, sorry. I've posted it as a hack: ...
Whoops, sorry.
I've posted it as a hack:
https://vborg.vbsupport.ru/showthread.php?threadid=45097
Forum:
Modification Requests/Questions (Unpaid)
10-28-2002, 03:29 AM
Replies:
7
ignore threads feature???
Views:
1,105
Posted By
Jujubee
Here's how: In FORUMDISPLAY.PHP, find: ...
Here's how:
In FORUMDISPLAY.PHP, find:
while ($thread=$DB_site->fetch_array($threads)) { // and $counter++<$perpage) {
ABOVE it add:
//IGNORED THREADS
Forum:
vBulletin 2.x Full Releases
10-27-2002, 10:00 PM
Replies:
9
Hide Threads from Ignored Users
Views:
3,787
Posted By
Jujubee
Hide Threads from Ignored Users
This little hack will completely hide threads started by users that are on the viewer's ignore list.
What it doesn't do:
- ignored usernames still show up in the "Last post by:" column on the...
Forum:
vBulletin 2.x Full Releases
09-06-2002, 01:13 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Sure, this would work. But personally, I don't...
Sure, this would work. But personally, I don't want it doing any updates when the load is high. I don't mind losing views if the server crashes.
With your code, for example, the load could be...
Forum:
vBulletin 2.x Full Releases
09-06-2002, 01:09 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Tim, have you been getting any emails with the...
Tim, have you been getting any emails with the above settings? PHP will produce a random number between 1 and 5. This won't ever equal 44. :)
If you want more frequent updates, change the 44 to...
Forum:
vBulletin 2.x Full Releases
08-25-2002, 04:31 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
I'm not familiar with the Lesane hack, but it...
I'm not familiar with the Lesane hack, but it looks way more complicated than this hack. Maybe you could ask them...
Forum:
vBulletin 2.x Full Releases
08-25-2002, 04:24 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Doh! I stopped getting notification emails......
Doh! I stopped getting notification emails... sorry for the long delay. :rolleyes:
I don't see why this wouldn't work with multiple web servers, but I can't be 100% without intimate knowledge of...
Forum:
vBulletin 2.x Full Releases
07-08-2002, 02:30 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
The threadview count is updated only when the db...
The threadview count is updated only when the db write occurs. So depending on the frequency of your updates, the count will remain at 0 for new threads for a while.
Is the db being written to...
Forum:
vBulletin 2.x Full Releases
07-04-2002, 10:12 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Ok, I've updated the hack a little. I've added...
Ok, I've updated the hack a little. I've added reporting of the ratio of Original Writes vs. Consolidated Writes.
Email will look like:
I use the ratio to tweak the frequency of the...
Forum:
vBulletin 2.x Full Releases
07-03-2002, 04:28 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
I consider views important to spur participation....
I consider views important to spur participation. Zeroes all over makes the board seem dead. :)
BTW, latest email after about 3 days without an update:
Forum:
vBulletin 2.x Full Releases
06-28-2002, 02:00 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Easy: Find if ($loadavg[0]<2 &&...
Easy:
Find if ($loadavg[0]<2 && mt_rand(1,500)=='44'){
and remove " $loadavg[0]<2 && "
Forum:
vBulletin 2.x Full Releases
06-27-2002, 02:45 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Latest email from 24-hour period: For...
Latest email from 24-hour period:
For the statisticians out there, this is a 39:1 ratio of original queries versus consolidated queries. Which in english means there were originally 39 times...
Forum:
vBulletin 2.x Full Releases
06-27-2002, 06:28 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
PMed you -- don't want to throw off this thread....
PMed you -- don't want to throw off this thread. :)
Forum:
vBulletin 2.x Full Releases
06-27-2002, 02:19 AM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Glad to be of help. :) BTW, the server my...
Glad to be of help. :)
BTW, the server my machine is on has been running at >5 load avg all day, and the temp table's got 14000 rows in it.... that's gonna be one crazy update. Will post when...
Forum:
vBulletin 2.x Full Releases
06-26-2002, 02:58 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
The only reason you wouldn't get the emails is if...
The only reason you wouldn't get the emails is if your server load is consistently above 2.0. Login to the Admin CP and check your current load.
Also, check the my_threadviews table via...
Forum:
vBulletin 2.x Full Releases
06-24-2002, 11:53 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
I'm using the default settings. :)
I'm using the default settings. :)
Forum:
vBulletin 2.x Full Releases
06-24-2002, 10:27 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
My settings? Which ones?
My settings? Which ones?
Forum:
vBulletin 2.x Full Releases
06-24-2002, 09:50 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Well, after about 18 hours of high load today...
Well, after about 18 hours of high load today (shared server), I got this email:
5500 MySQL queries distilled into 280 -- now that's what I call efficiency. :bunny:
Forum:
vBulletin 2.x Full Releases
06-24-2002, 08:29 PM
Replies:
104
Stop Users from Cross-linking Attachments
Views:
22,275
Posted By
Jujubee
Thanks for the tip DR2000 -- I'll make those...
Thanks for the tip DR2000 -- I'll make those changes myself now. :)
And maybe you should note that the
Admin -> User Groups -> Modify -> Unregistered -> Can download attachments
should be...
Forum:
vBulletin 2.x Full Releases
06-24-2002, 03:36 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
This hack is worth the effort if you need to...
This hack is worth the effort if you need to reduce your load. If you've got 150 users but no load problems, then it's not really necessary. If you're load is above 2, then this hack should help a...
Forum:
vBulletin 2.x Full Releases
06-23-2002, 11:34 PM
Replies:
104
Stop Users from Cross-linking Attachments
Views:
22,275
Posted By
Jujubee
Seems like any referer-based functionality is...
Seems like any referer-based functionality is being broken as each day passes. My IE6 users have no referer so they get blocked too. Various firewall packages also hide the referer. :(
Seems...
Forum:
vBulletin 2.x Full Releases
06-23-2002, 08:30 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Yowza! 1300 queries... :paranoid: Keep...
Yowza! 1300 queries... :paranoid:
Keep tweaking :)
Forum:
vBulletin 2.x Full Releases
06-23-2002, 06:50 PM
Replies:
98
Deferred Threadviews v1.00 (to reduce server load)
Views:
15,957
Posted By
Jujubee
Since you're on a dedicated server you can afford...
Since you're on a dedicated server you can afford to have more bulk updates. I'd suggest cranking up the second number (default is 600) in the mt_rand function so that updates take place less often....
Showing results 1 to 25 of 39
Page 1 of 2
1
2
>
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
04:52 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.01789 seconds
Memory Usage
2,037KB
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
(1)
pagenav_pagelink
(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.0008
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
FULLTEXT Search
php_sapi_name(): fpm-fcgi