Version: 1.2.1, by Trigunflame
Developer Last Online: Nov 2019
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.
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.
Yes i know about that one, it is actually a problem with how the script is coded but doesnt show itself due to vbulletins buffered output.
Basically its calling the replacepngtags() before the actual function is defined. You can solve that problem by moving the function definition above the actual call to it..
in lamens terms..
you want
function nameofthefunction()
{
}
nameofthefunction()
instead of vice versa.
Thanks. Works great now with that hack enabled. :banana:
I am missing (bottom forumhome) these plugins
Legend
Users visited last 24hrs
Users in FlashChat
I already deleted the plugin above and re-chmodded files to 0644 but they are still missing in FF, IE, Avant.
What could it be? I ran database optimizer but no good. Was working just fine prior. I actually tried to disable all 3 as well, yet "legend" (only header/title) STILL shows up (as it did when enabled also). Could it be improper file permissions?
I am missing (bottom forumhome) these plugins
Legend
Users visited last 24hrs
Users in FlashChat
I already deleted the plugin above and re-chmodded files to 0644 but they are still missing in FF, IE, Avant.
What could it be? I ran database optimizer but no good. Was working just fine prior. I actually tried to disable all 3 as well, yet "legend" (only header/title) STILL shows up (as it did when enabled also). Could it be improper file permissions?
If you uninstall Plugin Accelerator; you must first revert the modification it does to the files using the admincp.
Otherwise you need to reupload your vbulletin php files and ovewrite the ones on your server.
Also please make sure you are not confusing this hack with template compressor.
How stable is this just now (in your opinion) and if I install it, run it, and it all goes haywire, can I undo the changes made with a press of a button?
Thanks.
Its a lot more stable than it used to be. And yes should be able to enable/disable it which will revert the modifications to the files. In the event a file is corrupted for some reason just overwrite it with your copy of the file.