vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - datastore cache to XCache - boost your vBulletin (https://vborg.vbsupport.ru/showthread.php?t=141005)

Freezerator 03-16-2007 09:31 PM

Really nice mod. Has anyone tested this with vbSEO?

Also waiting till the vbadvanced bug is confirmed of fixed :)
Keep up the great works on this one!

nix 03-16-2007 09:35 PM

Quote:

Originally Posted by Freezerator (Post 1205150)
Really nice mod. Has anyone tested this with vbSEO?

Also waiting till the vbadvanced bug is confirmed of fixed :)
Keep up the great works on this one!

I'm using it with vbSEO with no problems.

Zia 03-17-2007 02:09 AM

Quote:

Originally Posted by Freezerator (Post 1205150)
Really nice mod. Has anyone tested this with vbSEO?

Also waiting till the vbadvanced bug is confirmed of fixed :)
Keep up the great works on this one!

www.golpo.net

vbseo 3 RC8 .Ioncube Version.

Working without any single issue.
but may be-...maybe...maybe...there will be conflict with Zend Version.

magnus 03-17-2007 01:49 PM

Quote:

Originally Posted by Zia (Post 1205320)
www.golpo.net

vbseo 3 RC8 .Ioncube Version.

Working without any single issue.
but may be-...maybe...maybe...there will be conflict with Zend Version.


Yea, XCache will not work with Zend. They are mutually exclusive. I had to switch to ionCube.

Zia 03-17-2007 03:10 PM

ya magnus,
Zend(zend ext. manager) wont work with Xcache.
from the begeining we are on ioncube n its wroking flawless :)

nix 03-17-2007 05:43 PM

Also using Ioncube and have no issues with it so far.

vbSEO and vbadvanced both work.

Zia 03-18-2007 06:19 AM

Quote:

Originally Posted by nix (Post 1205748)
Also using Ioncube and have no issues with it so far.

vbSEO and vbadvanced both work.

very strange.....vbAdvance CMPS is working for u w/o any probs...

some is facing problem..then must be they ar3 doing something wrong...

Adrian Schneider 03-19-2007 01:47 AM

vBlogetin doesn't use vBulletin's datastore functionality, which means this hack will not affect it.

Code Monkey 03-31-2007 05:04 AM

This is great, thanks for your work on this. It's working great for me. Except it kills vBadvanced. So I put the following in config.php until I figure out why.

PHP Code:

if(!defined('VBA_SCRIPT'))
{
    
$config['Datastore']['class'] = 'vB_Datastore_XCache';


I also found that if you are running more than one instance of vBulletin on the same server then you need to put the following above the declaration of the datastore class in config.php (above)

PHP Code:

$config['Datastore']['prefix'] = 'prefixchoice'

Of course you need to choose a unique prefix for each site. The table prefix will do.

Code Monkey 03-31-2007 05:31 PM

One thing I have noticed is that cron scripts that update the datastore for third party products don't update the copy in xcache.


All times are GMT. The time now is 10:49 AM.

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.01267 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete