vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Plugin Accelerator (https://vborg.vbsupport.ru/showthread.php?t=107315)

Trigunflame 02-27-2006 02:10 AM

Quote:

Originally Posted by lordofgun
thanks! that worked!

You = Welcome.

Mattikana 02-27-2006 10:52 AM

Quote:

Originally Posted by Trigunflame
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:

Trigunflame 03-05-2006 12:05 AM

Ya, I definately need to get this updated as well; ive been putting it off while workin on other things.

HOPEFULLY can get some more additions within the next few days.

Chadi 03-05-2006 05:25 AM

After running this:

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?

Trigunflame 03-05-2006 02:36 PM

Quote:

Originally Posted by chadi
After running this:

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.

Trigunflame 03-11-2006 02:40 PM

Quote:

Originally Posted by mini2
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.

DementedMindz 03-12-2006 01:44 PM

wow i noticed a major speed up in my pages thanks :)

Trigunflame 03-12-2006 02:00 PM

Glad to know :) Get the word out !

Mudvayne 03-12-2006 04:49 PM

Trigunflame.. last update yesterday.. But didnt got any update mail.. Plz send an update everytime u update ur hack.. Thts a request :)..

MissKalunji 03-12-2006 05:03 PM

Whatst he update? whats new?

Mudvayne 03-12-2006 05:14 PM

Quote:

Originally Posted by MissKalunji
Whatst he update? whats new?

Dont know :confused:.. But just noticed tht Last Update: Yesterday..

@Trigunflame.. 1st I was getting this error.. I'm using this hack.. https://vborg.vbsupport.ru/showthread.php?t=103915 .. Thn today I reupload a fresh class_bbcode.php n its works fine..
Quote:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /www/*/********/*****/forum/includes/class_bbcode.php on line 348

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /www/*/********/*****/forum/includes/class_bbcode.php on line 35
But Now I got kinda damn error :confused:..
Quote:

Warning: Unterminated comment starting line 3287 in /www/g/golponet1/htdocs/forum/includes/adminfunctions.php on line 3287
I cant even login to ACP :\.. Any help plz.. Cant even disable this for temp.. I'm using this hack https://vborg.vbsupport.ru/showthread.php?t=97278
Note tht.. I never edit the /includes/adminfunctions.php file.. Its just untouched.. help me plz..

Trigunflame 03-12-2006 05:21 PM

Quote:

Originally Posted by Shuvo
Trigunflame.. last update yesterday.. But didnt got any update mail.. Plz send an update everytime u update ur hack.. Thts a request :)..

I just updated the install help file.

Trigunflame 03-12-2006 05:22 PM

Quote:

Originally Posted by Shuvo
Dont know :confused:.. But just noticed tht Last Update: Yesterday..

@Trigunflame.. 1st I was getting this error.. I'm using this hack.. https://vborg.vbsupport.ru/showthread.php?t=103915 .. Thn today I reupload a fresh class_bbcode.php n its works fine..

But Now I got kinda damn error :confused:..

I cant even login to ACP :\.. Any help plz.. Cant even disable this for temp.. I'm using this hack https://vborg.vbsupport.ru/showthread.php?t=97278
Note tht.. I never edit the /includes/adminfunctions.php file.. Its just untouched.. help me plz..

Just overwrite adminfunctions.php for now, ill figure something shortly. It should start working again.

Mudvayne 03-12-2006 05:25 PM

One more thing Trigunflame.. Its just creating prob with index.php.. But advplugins.php.. template.php.. options.php is working damn fine :confused:.. If I replace adminfunctions.php with new one the hack 'll b work fine?

Edit: Overwrite adminfunctions.php.. Now acp index load.. But got an error at the top of acp..
Quote:

Warning: Unterminated comment starting line 3641 in /www/g/golponet1/htdocs/forum/includes/adminfunctions_template.php on line 3641

Trigunflame 03-12-2006 05:28 PM

Quote:

Originally Posted by Shuvo
One more thing Trigunflame.. Its just creating prob with index.php.. But advplugins.php.. template.php.. options.php is working damn fine :confused:.. If I replace adminfunctions.php with new one the hack 'll b work fine?

It should, some plugins do weird things with the accelerator.. until I figure out what it is.. you may have to repeat those steps each time you make a change to the plugins.

Its a rare occurance though, it doesnt happen as much as it used to.. sometimes if you re-run the script the 2nd time it wont happen..

Mudvayne 03-12-2006 05:43 PM

Strange!!!!!!!! After got the adminfunction_template.php error.. I rebuild the hooks cache n rebuilt all plugins.. Thn I got the same class_bbcode error.. Thn I overwrite the class_bbcode.php n its working fine again.. Again reuploading the adminfunction_template.php file thr is no error in acp index now :confused:..

Zia 03-13-2006 01:13 AM

lolz rc3 released..but this time also didnt get any mail notification..

wondering its my ends probs or no notification send? umm for others update i get mail notofication regularly......

Trigunflame 03-13-2006 06:39 AM

It was just the install.txt was modified.. nothing major yet.

cd1986 03-13-2006 12:58 PM

This latest version was working well, until i disabled the accelerator to see if it was conflicting with another hack i have installed. After refreshing my forum, i noticed a number of things had disappeared (such as post count, forum activity). Went to check out the files on ftp to find a number of them had had content deleted (including member.php, functions.php, showthread.php). I re-uploaded the files and all was well again, but i've uninstalled the accelerator for now.

Is there any common reason for file content being erased when enabling / disabling the accelerator?

MentaL 03-13-2006 02:23 PM

Would this work well with vbseo installed also?

Trigunflame 03-13-2006 02:50 PM

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.

buro9 03-13-2006 07:11 PM

Quote:

Originally Posted by mentalrz
Would this work well with vbseo installed also?

It does :)

Trigunflame 03-15-2006 07:30 PM


RsX 03-15-2006 09:54 PM

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

h_kakashi 03-16-2006 07:07 PM

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.

Trigunflame 03-17-2006 01:06 PM

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.

Zia 03-19-2006 06:56 AM

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

Paul M 03-19-2006 10:56 AM

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.

Zia 03-20-2006 03:51 AM

Thnkx Paul..

:) any one tell me plz forum's performance b4 & after install it?

Trigunflame 03-21-2006 07:54 PM

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.

hydn 03-23-2006 12:02 AM

beware this hack crashed my forums COMPLETELY. After clicking enable i was welcome by blank pages everywhere and a 20mb per min error log.

I have 12 plugins and hacks and i've NEVER EVER had problems with any hack besides this. May be just me but this is a forum and thus i'm posting my experience.

I'm also going to remove the template compress hack. just not as seamless as hellcats.. even if his isn't as effective it WORKS and without any issues for the last month on my forums.

MissKalunji 03-23-2006 12:16 AM

Quote:

Originally Posted by hydn
beware this hack crashed my forums COMPLETELY. After clicking enable i was welcome by blank pages everywhere and a 20mb per min error log.

I have 12 plugins and hacks and i've NEVER EVER had problems with any hack besides this. May be just me but this is a forum and thus i'm posting my experience.

I'm also going to remove the template compress hack. just not as seamless as hellcats.. even if his isn't as effective it WORKS and without any issues for the last month on my forums.


perhaps its another hack conflicting? i have over 20 hack and accelerator working well....

hotwheels 03-23-2006 01:03 AM

Quote:

I'm also going to remove the template compress hack.
I removed it too and had to reupgrade my website.......... I believe if this is used on a new site you are building from scratch, you will be fine..........

Even after my site rebuild, i am still finding issue's that i have to reupdate everyday, and ever template that i had, i had to redo.

The concept of this hack is great, but it really should be toward's a new site, or a site that is going to a total upgrade from scratch, and install this first, then your hacks.

hydn 03-23-2006 02:05 AM

Quote:

Originally Posted by hotwheels
I removed it too and had to reupgrade my website.......... I believe if this is used on a new site you are building from scratch, you will be fine..........

Even after my site rebuild, i am still finding issue's that i have to reupdate everyday, and ever template that i had, i had to redo.

The concept of this hack is great, but it really should be toward's a new site, or a site that is going to a total upgrade from scratch, and install this first, then your hacks.

good point

Zia 03-23-2006 02:15 AM

tho this thread for acclerator of pluigns...but compressor also a bit related...

after adding enugh template in ignore list ,compressor works out....
but acclerator..its creating probs again n again...i didnt wanted to say it..so asked abt performance b4/after.
we had lotttss probs with this acclerator....and hope so they been reported here.......we got this acclerator(ver Rc3) uninstalled few weeks back...
maybe where there will be a proper upgrade,we will install it again...

in my view this kinda sofsticated hack needed to release as a full working version,while it playes seriously with problem.

lets hope...we will got an proper working update......

Bounce 03-24-2006 02:32 PM

Another unhappy camper,this one totally screwed up the rest of my hacks and not one of them is fully functioning!

i've uninstalled but all still the same. what files do you need to revert?

Very unhappy to say the least :(

cd1986 03-24-2006 02:51 PM

Quote:

Originally Posted by hIBEES
Another unhappy camper,this one totally screwed up the rest of my hacks and not one of them is fully functioning!

i've uninstalled but all still the same. what files do you need to revert?

Very unhappy to say the least :(

I had that problem, but after re-uploading all the files in root forum directory and the includes folder all mods were functioning again. The accelerator had parts of some of the files somehow. If you're going to try out this addon, definitely make a fresh backup of all those files first!

Bounce 03-24-2006 03:26 PM

Quote:

Originally Posted by cd1986
I had that problem, but after re-uploading all the files in root forum directory and the includes folder all mods were functioning again. The accelerator had parts of some of the files somehow. If you're going to try out this addon, definitely make a fresh backup of all those files first!

Yes,I did that but was still the same

I sorted it by upgrading the forums with the latest upgrade that I already had :banana:

all sorted :bunny:

puertoblack2003 03-24-2006 05:30 PM

i guess i'm not the only one i myself had issue with my board crashing...and had to remove hack all is good now...love the hack i guess it has to be stable...

Zia 03-27-2006 03:19 AM

Quote:

Originally Posted by puertoblack2003
i guess i'm not the only one i myself had issue with my board crashing...and had to remove hack all is good now...love the hack i guess it has to be stable...

Same here..love this hacks concept...but we really really need an stable version.

thx


All times are GMT. The time now is 05:50 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.01518 seconds
  • Memory Usage 1,851KB
  • 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
  • (2)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete