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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Deceptor
Forum: vB4 Programming Discussions 10-01-2010, 01:39 AM
Replies: 10
Views: 1,265
Posted By Deceptor
This should do the trick ...

This should do the trick
$vbulletin->input->clean_array_gpc('r', array(
'mystring' => TYPE_STR,
));

$mystring = $vbulletin->GPC['mystring'];
Forum: vBulletin 3.8 Add-ons 09-30-2010, 11:04 PM
Replies: 1,279
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 307,459
Posted By Deceptor
Sent you a PM :)

Sent you a PM :)
Forum: vBulletin 4.x Add-ons 09-30-2010, 12:53 AM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
onehost - Are you using XCache by any chance, or...

onehost - Are you using XCache by any chance, or another cacher? If Xcache check the main post regarding XCache authentification.

Tize - You're welcome :)

ceho - The mod works on 4.0.7 just...
Forum: vBulletin 3.8 Add-ons 09-29-2010, 12:20 AM
Replies: 1,279
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 307,459
Posted By Deceptor
Turn it on, run the system test to see if it's...

Turn it on, run the system test to see if it's working and you're done :) Tweak the settings in the ACP if you desire. (This is all assuming you've got a cache system installed and ready to go, like...
Forum: vBulletin 4.x Add-ons 09-29-2010, 12:15 AM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
The query isn't generated or executed by vB...

The query isn't generated or executed by vB Optimise, the MySQL error itself means the tmp directory is usually full, here's a topic on it over at vb.com:...
Forum: vB4 Programming Discussions 09-24-2010, 03:19 PM
Replies: 1
Views: 1,482
Posted By Deceptor
Create a file called something like...

Create a file called something like "optionsview.php", inside the file paste this code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
require_once('./global.php');

echo '<pre>';...
Forum: vBulletin 3.8 Add-ons 09-21-2010, 07:23 PM
Replies: 1,279
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 307,459
Posted By Deceptor
Interesting - that query is from the Pro version...

Interesting - that query is from the Pro version and this is the Lite thread. If you're a customer head over to our support forums please (check the main post for the website link) :)
Forum: vBulletin 4.x Add-ons 09-15-2010, 11:40 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
Those settings seem fine newsoftw, you've...

Those settings seem fine newsoftw, you've allocated 8MB to the var cache which should be far more than enough required. As my previous post explained, there isn't really any "optimal" settings, they...
Forum: vBulletin 4.x Add-ons 08-31-2010, 10:03 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
That would mean it's not working then (even with...

That would mean it's not working then (even with vBulletin), vBulletin won't throw errors if the datastore cache you're using is failing to store/fetch, it'll just keep using the database and make 0...
Forum: vBulletin 4.x Add-ons 08-29-2010, 10:27 AM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
What kind of errors Artak? Make sure you've...

What kind of errors Artak? Make sure you've configured memcache for vBulletin in includes/config.php, vB Optimise will use those memcache connection settings. After assigning Memcache to vB Optimise...
Forum: vBulletin 4.x Add-ons 08-27-2010, 02:39 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
Hi newsoftw, With XCache all you really need...

Hi newsoftw,

With XCache all you really need to do is tweak the memory allocations to the cache and var cache, var cache is the only one vB Optimise is concerned with, for Lite I'd recommend...
Forum: vBulletin 4.x Add-ons 08-20-2010, 08:16 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
XCache may not work with certain PHP setups...

XCache may not work with certain PHP setups FFMania, it can be funny with FastCGI/DSO depending on the handler/module php is running under. In most circumstances I tell people Memcache would be a...
Forum: vBulletin 4.x Add-ons 08-18-2010, 07:38 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
You won't really find any performance difference...

You won't really find any performance difference between XCache/Memcache, but XCache may be your better option (however Memcache has greater realiability/support). You'd need to contact your host to...
Forum: vBulletin 4.x Add-ons 08-12-2010, 12:45 PM
Replies: 102
Views: 29,721
Posted By Deceptor
Yuri - Then it's probably another template...

Yuri - Then it's probably another template messing with it, check your thanks template which inserts into the postbit since that appears right after and could be messing with it.

Storms - There...
Forum: vBulletin 4.x Add-ons 08-07-2010, 07:46 PM
Replies: 102
Views: 29,721
Posted By Deceptor
Storms - I'm afraid you can't set it to give out...

Storms - I'm afraid you can't set it to give out 1 card for random decks, you can manually assign cards though where it gives 1 of each selected.

Yurified - You can adjust the following template...
Forum: vBulletin 4.x Add-ons 08-05-2010, 10:58 PM
Replies: 102
Views: 29,721
Posted By Deceptor
Hey storms, Is there any javascript errors...

Hey storms,

Is there any javascript errors reported in IE or Firefox (depending which browser you use)?
Forum: vBulletin 4.x Add-ons 08-03-2010, 09:54 PM
Replies: 102
Views: 29,721
Posted By Deceptor
Note the Trade Center isn't something in the this...

Note the Trade Center isn't something in the this version if you're confused over where it is.
Forum: vBulletin 4.x Add-ons 08-03-2010, 09:53 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
That depends on the load reduced, and vB Optimise...

That depends on the load reduced, and vB Optimise Lite is only impacting MySQL - your php generation time will remain the same more or less. Other optimisations focus'd on PHP/Your HTTP server would...
Forum: vBulletin 4.x Add-ons 08-01-2010, 07:44 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
It's not meant to make pages load/appear faster,...

It's not meant to make pages load/appear faster, it's designed to reduce load on MySQL (atleast that's true for this version anyway). :)
Forum: vBulletin 4.x Add-ons 08-01-2010, 07:43 PM
Replies: 102
Views: 29,721
Posted By Deceptor
If you need further documentation you can find it...

If you need further documentation you can find it here: http://www.dragonbyte-tech.com/content/45-tt-documentation :)
Forum: vBulletin 4.x Add-ons 07-29-2010, 03:32 PM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
I'm afraid that information isn't logged in the...

I'm afraid that information isn't logged in the Lite version gonumber6.
Forum: vBulletin 4.x Add-ons 07-29-2010, 02:37 AM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
:) Enjoy you two

:) Enjoy you two
Forum: vBulletin 4.x Add-ons 07-28-2010, 01:52 AM
Replies: 461
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 101,164
Posted By Deceptor
Glad it's made a difference :)

Glad it's made a difference :)
Forum: Sphinx 07-26-2010, 02:50 PM
Replies: 10
Views: 6,070
Posted By Deceptor
Assisted Animemike in installing Sphinx Search...

Assisted Animemike in installing Sphinx Search today and decided to install it myself - I got the same error when being redirected to search results (not the CMS). I've applied this fix which stops...
Forum: vBulletin 3.8 Add-ons 07-25-2010, 06:59 AM
Replies: 1,279
Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)
Views: 307,459
Posted By Deceptor
Make sure you've configured your memcache...

Make sure you've configured your memcache settings in includes/config.php for vBulletin, although you don't need to connect it to the vBulletin datastore vB Optimise needs to be able to read the...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 02:52 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.05131 seconds
  • Memory Usage 2,075KB
  • 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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (70)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