The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
datastore cache to XCache - boost your vBulletin Details »» | |||||||||||||||||||||||||||
datastore cache to XCache - boost your vBulletin
Developer Last Online: Mar 2008
(note: do not apply this patch on vBulletin 3.7 as it's included already) This patch allow you to use XCache as a datastore cache in vBulletin. This is definitely your choice if you have installed and enabled XCache on you server already. Take care that this is a beta version and was not heavily tested. And i'm not familiar with vBulletin source code as i just started reading it today, but i don't have any difficulty reading it thanks to my years of php skill Take aware that some vB plugin is not compatible with vB_datastore_*, not just vB_datastore_XCache. So, in case you find vB_datastore_XCache won't work, you'd better try datastore to file or memcache. If one of the others works but not vB_datastore_XCache, do report it to me so i can fix it. Pre-requirement
Install the modification for those of you who can't run "patch", u may patch the file manually
example class_datastore.php after modification: PHP Code:
PHP Code:
q. i have multiple vBulletin instance installed, the seems to mix data after install this plugin a. this applies to apc too because, if you wanna fix it, try open class_core.php, look for: $this->prefix =& $this->registry->config['Datastore']['prefix']; and modify to: $this->prefix = $this->registry->config['Datastore']['prefix'] . $_SERVER['SERVER_NAME']; // or HTTP_HOST q. Warning: unserialize() expects parameter 1 to be string, array given in $a.php on line $b a. upgrade your plugin/hack that $a.php belongs to, e.g. vbjournal/vbgallery etc. OR open $a.php and locate at line $b, remove unserialize call, e.g.: replace $var = unserialize($this->data); with $var = $this->data; be careful do not remove the whole line, just the unseralize( and ) Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
||||
|
||||
Quote:
u can give a try |
#63
|
|||
|
|||
Quote:
i have vbshout, CMPS, and more.. |
#64
|
||||
|
||||
why not? yes there are......enough plugings installed with my board...
with xcache i didnt hesitate to install anything... coz : the author of xcache & this hack..hes very much helpfull to solve users issue... if u face any problem with xcache + this mods...u can just open a ticket HERE be sure that u will get solution..like me & few others...untill things within his reach u will get the solution...... as per the thread no one face probs with vbshout yet. just GARS. tho some said vblogetin doestwork ..other hand some have it working... welll..go for it..any probs report to mOo. |
#65
|
|||
|
|||
Sorry for my ignorance - but what is the advantage of using this hack, rather than just using vB_Datastore_Filecache and letting xcache cache the files?
|
#66
|
|||
|
|||
I'm ignorant too about this Mod.
- Does this mod reduce the server load so my forum is faster? - Are there any positive consequences to use of bandwith? |
#67
|
||||
|
||||
Quote:
helo kontrabass, xcache will cache ur php file by defult.but if u want to cache ur database ..u can use it. Yes there are positive out put for that. Quote:
after install mods... 2 query reduced at my forum home.... and i was really wonder it reduce +4 query at aracde pages so other pages...as i think...forum is more faster now |
#68
|
|||
|
|||
vBadvanced doesn't work. No modules are displayed.
Anybody has a fix for vBadvanced with XCache datastore cache enabled? like this: https://vborg.vbsupport.ru/showpost....5&postcount=55 |
#69
|
||||
|
||||
Quote:
please submit a ticket http://trac.lighttpd.net/xcache/newticket mOo is taking care of every single ticket related to vb...u will have reg. there (5 sec. register) Please submit a ticket...with all the info...ur facing Thanx. |
#70
|
||||
|
||||
Nice. Shaved my FORUMHOME queries to 5. Definately makes a difference, good job!
|
#71
|
|||
|
|||
Hey Zachariah,
Thanks for this, but where do I made these changes? Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|