Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Plugin Accelerator Details »»
Plugin Accelerator
Version: 1.2.1, by Trigunflame Trigunflame is offline
Developer Last Online: Nov 2019 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 02-05-2006 Last Update: 03-11-2006 Installs: 171
Code Changes Additional Files  
No support by the author.

Vbulletin Plugin Accelerator
Accelerate Your Forums Plugins



Summary:

If you use the Vbulletin Plugin System (Specially if you use a lot of plugins), this will help improve the performance of the system overall by inlining all of the plugin code into the PHP files themself.

Essentially making it as if you had hacked the files yourself, this will give you better performance on your forum overall.

PS. Use this in conjunction with my Other Hack (Compress Forum Templates) for speeding up your forum even more by compressing templates.
https://vborg.vbsupport.ru/showthread.php?t=107615
PS. Use this in conjunction with my Other Hack (Template Cache System) for speeding up your forum by caching its templates.
https://vborg.vbsupport.ru/showthread.php?t=110144

Install:
  1. Download the zip file.
  2. Open install.txt and Read Instructions

Upgrade:
  1. Download the zip file.
  2. Uninstall Product "Vbulletin Plugin Accelerator"
  3. Open install.txt and Read Instructions to install like usual.

Current Status: (RC2)

Release Candidate 2 Has Been Released.
This code has been deemed acceptable and to be used by all.

Please report any bugs back to this thread.
Thanks.
  • Latest Changes: 02/11/2006
  • Fixed another problem with backslashes, hopefully this will fix some other problems.
  • To upgrade, just replace the includes/class_plugin_accelerator.php with the new one.

Important Notes:

1. While this IS a release candidate, more than likely its not fully bug free so Please backup your files before you install this modification, this system is not yet perfect.

2. When running "Rebuild Hook Cache" and "Rebuild All Plugins" if you ever see a small parse error, or file couldnt be opened error; re-run both again and it should go away.

3. includes/hook_files.php contains locations of all the files the accelerator scans for plugin hooks, if you have any files that have been renamed, moved, etc.. you need to add it to that file on its own line, thanks.


If You Have Problems:

If you incur any parse errors, or pages not displaying after running the steps. Please make a copy of the affect file as well as its original version, zip them and upload somewhere. Send me a link to the file for me to download, review and provide a fix.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #142  
Old 03-13-2006, 02:50 PM
Trigunflame's Avatar
Trigunflame Trigunflame is offline
 
Join Date: Aug 2002
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hotwheels
How can i delete all of this from my database.........I finished the install of the 3 hack's listed above and it literally killed my site......I no longer am able to use shoutbox, attachment's in quickreply, photoshop images on forum home, etc...........

I really really need help trying to figure out how to get this problem resolved. All of the hack's show they are still installed on my site, but yet, none of them will appear now......

I have removed the hack's here, in reverse order and still no luck getting my forum's to work correctly......

www.insanemustangs.com username: test Password: tester feel free to have a look and see.......we really miss the shoutbox feature.
Template Compressor would be the culprit please read the posts in that thread. It does not concern the other 2 modifications.
Reply With Quote
  #143  
Old 03-13-2006, 07:11 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mentalrz
Would this work well with vbseo installed also?
It does
Reply With Quote
  #144  
Old 03-15-2006, 07:30 PM
Trigunflame's Avatar
Trigunflame Trigunflame is offline
 
Join Date: Aug 2002
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reply With Quote
  #145  
Old 03-15-2006, 09:54 PM
RsX's Avatar
RsX RsX is offline
 
Join Date: Sep 2004
Location: Toronto
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I changed the chmods of every single file in my includes folder except the config.php and i still get that damn


Quote:
Can not write changes to (************/forum/ajax.php).

This system needs WRITE access to the specified files listed in *************/forum/includes/hook_files.php

Please use your FTP Client or other system, and Change Permissions on specified files to 666 or 777 depending on your setup.

Ill just wait for this hack to become automatic
Reply With Quote
  #146  
Old 03-16-2006, 07:07 PM
h_kakashi h_kakashi is offline
 
Join Date: Oct 2004
Location: London
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much for this fantastic hack. Noticed a significant improvement, however ran into one error when attempting to create a new thread or reply.

Code:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642

Parse error: parse error, unexpected '\"' in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642
After some investigating it turns out the error is caused if your hack is used in conjunction with the "IRC /me command" plugin located here :

https://vborg.vbsupport.ru/showthread.php?t=93171

If its a quick fix your end, it might be worth it but its no biggie. Thanks again.
Reply With Quote
  #147  
Old 03-17-2006, 01:06 PM
Trigunflame's Avatar
Trigunflame Trigunflame is offline
 
Join Date: Aug 2002
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by h_kakashi
Thank you very much for this fantastic hack. Noticed a significant improvement, however ran into one error when attempting to create a new thread or reply.

Code:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642

Parse error: parse error, unexpected '\"' in /home/kakashi/public_html/forums/includes/functions_newpost.php on line 642
After some investigating it turns out the error is caused if your hack is used in conjunction with the "IRC /me command" plugin located here :

https://vborg.vbsupport.ru/showthread.php?t=93171

If its a quick fix your end, it might be worth it but its no biggie. Thanks again.
Thanks for reporting, will look into it.
Reply With Quote
  #148  
Old 03-19-2006, 06:56 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello....Here Lots of people using it?

Curious..really...what abt your performance y improvment?
Hope noticed that, after installing that some .php files size(kb) getting bigger......

How many (app) plugins did u have installed in ur ord?
What difference did u noticed b4 & after installing it?

THankx
Reply With Quote
  #149  
Old 03-19-2006, 10:56 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zia
Hope noticed that, after installing that some .php files size(kb) getting bigger......
Since this replaces one line of code calling a hook, with all the actual hooks code, then the files are bound to get bigger.
Reply With Quote
  #150  
Old 03-20-2006, 03:51 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thnkx Paul..

any one tell me plz forum's performance b4 & after install it?
Reply With Quote
  #151  
Old 03-21-2006, 07:54 PM
Trigunflame's Avatar
Trigunflame Trigunflame is offline
 
Join Date: Aug 2002
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no way to determine a universal performance % increase because it is relative to the amount of plugins that you have enabled and how much code is used inside of those plugins.

So yes you will see an improvement, however like with many of my other releases.. which I am still busy with; this is not complete and as such its not at 100% efficiency.

When a full release comes out, it will require some changes to vbulletin itself, IE. Disable Querying of the Plugin Code at all.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:52 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.04878 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete