The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 20
1
2
3
11
>
Last
»
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
Problem with php-direct "hello world" reading arguments
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
How to see all values for {vb:raw vboptions.xxx}
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
Major Additions -
[DBTech] Triple Triad (Lite) [AJAX]
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
Major Additions -
[DBTech] Triple Triad (Lite) [AJAX]
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
Major Additions -
[DBTech] Triple Triad (Lite) [AJAX]
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
Major Additions -
[DBTech] Triple Triad (Lite) [AJAX]
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
Major Additions -
[DBTech] Triple Triad (Lite) [AJAX]
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
Warning on every search: "Warning: implode() [function.implode]"
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
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:52 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0071
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(265, 0, 1,''); -> cached fperms for forum 265
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi