The Arcive of vBulletin Modifications Site. |
|
|
[vB4] Clean Up Cache - Make vBulletin load faster
This little plugin will make your forum load faster by cleaning up your forum cache that never gets cleaned up. You will need to create a plug-in by going to AdminCP>Plugin & Products>Add New Plugin. Then follow the following instructions: 1. Product - select vBulletin from the drop down menu 2. Hook Location - cron_script_cleanup_hourly from the drop down menu 3. Execution Order - leave it at 5 4. Plugin PHP Code - Copy and paste the following code in the box: Code:
require_once(DIR . '/includes/class_bootstrap_framework.php'); vB_Bootstrap_Framework::init(); vB_Cache::instance()->clean(true); |
|
#2
|
||||
|
||||
|
run plugin automatic?
|
|
#3
|
|||
|
|||
|
|
|
#4
|
||||
|
||||
|
installed .. thanks eddy...
|
|
#5
|
||||
|
||||
|
Is something like this possible for vB 3.x
|
|
#6
|
|||
|
|||
|
what do i put in this guys?
require_once(DIR . '/includes/class_bootstrap_framework.php'); thanks! |
|
#7
|
||||
|
||||
|
WOW - Give credit much? Your speaking about using the info by someone else you just passed off as your own per say?
http://www.vbulletin.com/forum/showt...ptimizing-vB4? http://articles.digitalpoint.com/con...ze-vBulletin-4 Thanks digitalpoint! https://vborg.vbsupport.ru/member.php?u=50147 Quote:
.
|
|
#8
|
|||
|
|||
|
This Mod coding In Vb3 ?
|
|
#9
|
||||
|
||||
|
And also this :
Quote:
|
|
#10
|
|||
|
|||
|
installed .. thanks
|
![]() |
|
|