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

Showing results 1 to 25 of 113
Search took 0.00 seconds.
Search: Posts Made By: ShiningArcanine
Forum: vBulletin 3.5 Add-ons 12-20-2006, 09:44 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
It really depends on what your site's traffic is...

It really depends on what your site's traffic is and what your modifications are doing. If you take care of the uncached templates, your host might stop bothering you.
Forum: vBulletin 3.5 Add-ons 12-20-2006, 06:22 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Judging from his post, it appears that Chris has...

Judging from his post, it appears that Chris has a dedicated server and he has probably had it for some time. Assuming that Chris frequently browses his forums, I would imagine that he became...
Forum: vBulletin 3.6 Add-ons 12-09-2006, 12:51 PM
Replies: 75
Views: 22,741
Posted By ShiningArcanine
Is there any chance that this could be made...

Is there any chance that this could be made compliant with the XHTML 1.1 Transitional specification? This modification is currently incompliant with it, which has kept me from using it on my forums...
Forum: vBulletin 3.5 Add-ons 11-02-2006, 07:30 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
That is by vBulletin's design. It is more...

That is by vBulletin's design. It is more efficient not to cache rarely used templates than it is to cache them, so the vBulletin developers did that instead of caching every template vBulletin uses.
Forum: vBulletin 3.5 Add-ons 10-24-2006, 12:30 AM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
You have an uncached template. I have never had...

You have an uncached template. I have never had that problem myself, but I believe that you will want to add 'Marquee_Text' to the $globaltemplates array in global.php.
Forum: vBulletin 3.5 Add-ons 09-15-2006, 10:57 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Have you checked the HTML source to make sure...

Have you checked the HTML source to make sure that the comment is being sent to the browser?
Forum: vBulletin 3.5 Add-ons 09-15-2006, 10:06 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
I cannot verify that. I would rather...

I cannot verify that.



I would rather not have to maintain two threads though. I will update the main post though, to specify that.



Are you sure that you edited config.php appropriately...
Forum: vBulletin 3.6 Add-ons 07-27-2006, 03:04 AM
Replies: 1,340
Views: 454,876
Posted By ShiningArcanine
I was getting the post more often template shown...

I was getting the post more often template shown with version 4.0.6. I just upgraded to the latest version, which fixed it for me.

Ted, do you have any idea as to what is causing it yet?
Forum: vBulletin 3.5 Add-ons 06-19-2006, 09:58 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
That is an error from the PHP Parser. It...

That is an error from the PHP Parser. It generally means that you made a mistake somewhere. Looking at the first big of code you wrote, where the error occurred, everything looks okay. Have you tried...
Forum: vBulletin 3.5 Add-ons 06-19-2006, 04:20 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
I would not know about that but if you wanted to...

I would not know about that but if you wanted to make it work with external scripts, you would have to integrate vBulletin's hooks systems with it, in particular the global_complete hook.
Forum: vBulletin 3.5 Add-ons 06-14-2006, 08:03 PM
Replies: 17
Views: 7,007
Posted By ShiningArcanine
Personally, I think gzipping css files will not...

Personally, I think gzipping css files will not add as much bandwidth savings as gzipping .php files would but more bandwidth savings and faster initial page loads make doing something like this...
Forum: vBulletin 3.5 Add-ons 06-13-2006, 10:35 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
It is really not necessary to install the new...

It is really not necessary to install the new product file if you are using the old plugin. Are you using the plugin manager to uninstall the old plugin and the product manager to install the new...
Forum: vBulletin 3.5 Add-ons 06-06-2006, 11:15 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Try removing the extra body tag. You could also...

Try removing the extra body tag. You could also try using the "Optional config.php Variable" I outlined above.
Forum: vBulletin 3.5 Add-ons 05-30-2006, 07:07 AM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
File a support ticket with your host.

File a support ticket with your host.
Forum: vBulletin 3.5 Add-ons 05-29-2006, 07:06 AM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
It means that the welcome_headers template is not...

It means that the welcome_headers template is not being cached by vBulletin and an additional query is being generated to fetch it. You might want to talk to the author of the welcome_headers plugin...
Forum: vBulletin 3.5 Add-ons 05-17-2006, 11:13 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Perhaps your host did something to the server...

Perhaps your host did something to the server your website is on. Try filing a support ticket with them.
Forum: vBulletin 3.5 Add-ons 05-16-2006, 10:55 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Chances are you are on a Windows server. Server...

Chances are you are on a Windows server. Server load averages only exist on *nix and BSD servers.
Forum: vBulletin 3.5 Add-ons 05-15-2006, 10:38 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
You are probably on a Windows server. That would...

You are probably on a Windows server. That would be normal behavior as server load averages do not exist under Windows.



I do not know how that could be happening. Did you modify your...
Forum: vBulletin 3.5 Add-ons 05-15-2006, 12:53 AM
Replies: 72
Views: 29,852
Posted By ShiningArcanine
The HTML validator should be able to point those...

The HTML validator should be able to point those out to you:

http://validator.w3.org/
Forum: vBulletin 3.5 Add-ons 05-14-2006, 03:19 PM
Replies: 72
Views: 29,852
Posted By ShiningArcanine
I am looking through your modification's XHTML...

I am looking through your modification's XHTML code and I can see that it is not XHTML compliant. Is there any possibility of fixing this in version 1.0.2?

Edit: I tried cleaning up the XHTML as...
Forum: vBulletin 3.5 Add-ons 04-29-2006, 08:23 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
This is beyond the scope of microstats, but try...

This is beyond the scope of microstats, but try using vBulletin's debug mode to find out what the queries being made are. You could also try disabling products/plugins to see if queries disappear...
Forum: vBulletin 3.5 Add-ons 04-20-2006, 06:09 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
DementedMindz, use...

DementedMindz, use $config['Microstats']['replacementvariable'], there are instructions above.

Carlosacgj, if you are using Windows, microstats cannot display the server loads.
Forum: vBulletin 3.5 Add-ons 03-27-2006, 11:23 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
You might want to file a support ticket with A...

You might want to file a support ticket with A Small Orange then.
Forum: vBulletin 3.5 Add-ons 03-26-2006, 05:01 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
That is strange. My site is hosted at ASO without...

That is strange. My site is hosted at ASO without any problems. What server at ASO are you on?
Forum: vBulletin 3.5 Add-ons 03-13-2006, 08:02 PM
Replies: 406
Views: 96,766
Posted By ShiningArcanine
Yourwelcome. You will want to find: ...

Yourwelcome. You will want to find:

$debughtml = '<center><span class="smallfont">Page generated in <b>' . $totaltime . '</b> seconds with <b>' . $vbulletin->db->querycount . '</b> queries';

if...
Showing results 1 to 25 of 113

 
Forum Jump

All times are GMT. The time now is 07:02 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.02608 seconds
  • Memory Usage 2,051KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (74)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