Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: phpxcache
Forum: vBulletin 3.6 Add-ons 01-20-2008, 05:51 AM
Replies: 243
Views: 114,161
Posted By phpxcache
check your phpinfo() page and see if XCache gets...

check your phpinfo() page and see if XCache gets loaded and set properly, make sure you've updated the correct php.ini
Forum: vBulletin 3.6 Add-ons 12-30-2007, 02:12 AM
Replies: 243
Views: 114,161
Posted By phpxcache
never mind, the advice was post after your reply...

never mind, the advice was post after your reply :)
and yes, i am.
Forum: vBulletin 3.6 Add-ons 12-30-2007, 01:28 AM
Replies: 243
Views: 114,161
Posted By phpxcache
i've added trouble shooting at the first post for...

i've added trouble shooting at the first post for those who have problem with a. mixing data, b. unserialize() warning
Forum: vBulletin 3.6 Add-ons 11-28-2007, 01:40 AM
Replies: 243
Views: 114,161
Posted By phpxcache
this applies to apc too, if you wanna fix it, try...

this applies to apc too, if you wanna fix it, try
open class_core.php, look for:
$this->prefix =& $this->registry->config['Datastore']['prefix'];
and modify to:
$this->prefix =...
Forum: vBulletin 3.6 Add-ons 09-23-2007, 12:44 AM
Replies: 243
Views: 114,161
Posted By phpxcache
how do you load xcache.so? extension=xcache.so ...

how do you load xcache.so?
extension=xcache.so
OR
zend_extension=/path/to/xcache.so

try the other way
Forum: vBulletin 3.6 Add-ons 09-22-2007, 07:36 AM
Replies: 243
Views: 114,161
Posted By phpxcache
why not try phpinfo() and show us what's there,...

why not try phpinfo() and show us what's there, just like you check your ini settings
to setup a phpinfo, see www.php.net/phpinfo example
Forum: vBulletin 3.6 Add-ons 09-21-2007, 06:05 AM
Replies: 243
Views: 114,161
Posted By phpxcache
try phpinfo() ?

try phpinfo() ?
Forum: vBulletin 3.6 Add-ons 09-16-2007, 01:23 AM
Replies: 243
Views: 114,161
Posted By phpxcache
yep, i just installed it for someone

yep, i just installed it for someone
Forum: vBulletin 3.6 Add-ons 07-18-2007, 05:15 AM
Replies: 243
Views: 114,161
Posted By phpxcache
u have to get your XCache run first. i...

u have to get your XCache run first.

i suppose u have installed a XCache with rpm, but u shall append php.ini with xcache.ini and update some values.

see...
Forum: vBulletin 3.6 Add-ons 07-14-2007, 12:43 AM
Replies: 243
Views: 114,161
Posted By phpxcache
sure, rpm won't run for you, but it will install...

sure, rpm won't run for you, but it will install xcache, and you run php+xcache. that's it. it doesn't matter if you install it with rpm or whatever
Forum: vBulletin 3.6 Add-ons 07-01-2007, 12:39 PM
Replies: 243
Views: 114,161
Posted By phpxcache
XCache datastore is same as file/apc/memcached...

XCache datastore is same as file/apc/memcached data sore, u just pick one of them.
1. use XCache for php caching, and/or:
2. use of and ONLY one of "ea/file/apc/memcached/XCache" for datastore...
Forum: vBulletin 3.6 Add-ons 07-01-2007, 12:08 AM
Replies: 243
Views: 114,161
Posted By phpxcache
u need no hack but just install XCache extension...

u need no hack but just install XCache extension to cache php.

this hack/addon just allow you cache datastore to XCache beside memcached/file/apc/...
so if you wanna use memcache for...
Forum: vBulletin 3.6 Add-ons 06-21-2007, 01:34 AM
Replies: 243
Views: 114,161
Posted By phpxcache
you can use XCache as opcode cacher, while using...

you can use XCache as opcode cacher, while using xcache OR memcached as vBulletin datastore cache.
Forum: vBulletin 3.6 Add-ons 03-13-2007, 12:11 AM
Replies: 243
Views: 114,161
Posted By phpxcache
you'd better check if all your plugins works when...

you'd better check if all your plugins works when vb_datastore is enabled (vb_datastore_xcache is only one of the datastores). may other vbulletin professional users give you advice
Forum: vBulletin 3.6 Add-ons 03-05-2007, 10:52 PM
Replies: 243
Views: 114,161
Posted By phpxcache
yup, i thought i can be vB_datastore_XCache...

yup, i thought i can be vB_datastore_XCache plugin problem, but i copy the code from vB_datastore_APC, so it can also be problem of other plugin that isn't compatible with vB_datastore_*

thanks...
Forum: vBulletin 3.6 Add-ons 03-04-2007, 11:29 PM
Replies: 243
Views: 114,161
Posted By phpxcache
does vb_Datastore_File works? (i can't recall the...

does vb_Datastore_File works? (i can't recall the name, u may check the class name in class_datastore.php)

if yes, it's vB_Datastore_XCache problem, otherwise, it's the problem between vbgooglemap...
Forum: vBulletin 3.6 Add-ons 03-04-2007, 08:55 AM
Replies: 243
Views: 114,161
Posted By phpxcache
the php cache part and the size of var cache...

the php cache part and the size of var cache looks good. but var cache is not caching anything in your case. did u request the vBulletin first to let it cache something in?
Forum: vBulletin 3.6 Add-ons 03-04-2007, 08:10 AM
Replies: 243
Views: 114,161
Posted By phpxcache
as i said, set it to 10M or so, not 10

as i said, set it to 10M or so, not 10
Forum: vBulletin 3.6 Add-ons 03-04-2007, 06:56 AM
Replies: 243
Views: 114,161
Posted By phpxcache
you gotta remove the old patch that you applied...

you gotta remove the old patch that you applied (inserted) to use the new installtion way.

search includes/* for string "vB_Datastore_XCache" (without the quotes)
Forum: vBulletin 3.6 Add-ons 03-04-2007, 01:57 AM
Replies: 243
Views: 114,161
Posted By phpxcache
i assume you're usig windows, can u tell me how...

i assume you're usig windows, can u tell me how is your php installed? not the installtion steps, but about how it looks like. iis? apache? mod_fastcgi or not?


See Faq: Why is my cache being...
Forum: vBulletin 3.6 Add-ons 03-03-2007, 01:50 PM
Replies: 243
Views: 114,161
Posted By phpxcache
i have updated the topic again. setting...

i have updated the topic again.
setting "xcache.var_size not 0" is same as "xcache.size"
xcache.var_size = 10M or so is fine, just resize it for to fit your needs.

you gotta copy the content of...
Forum: vBulletin 3.6 Add-ons 03-02-2007, 10:00 PM
Replies: 243
Views: 114,161
Posted By phpxcache
datastore cache to XCache - boost your vBulletin

中文用户讨论@vbulletin-china.cn (http://forum.vbulletin-china.cn/showthread.php?p=5635)

(note: do not apply this patch on vBulletin 3.7 as it's included already)
This patch allow you to use XCache...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT. The time now is 12:27 PM.


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.02000 seconds
  • Memory Usage 2,011KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (22)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (66)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete