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)

forte 02-20-2006 05:18 PM

This hack makes vRewrite and the random banners plugin of the xbox skin, to stop working.

King Internet 02-20-2006 05:29 PM

I wonder why vBulletin seems to use the database for -everything-, even avatars by default and templates :/

I run a fairly active board so i'm not sure if I would install this on production yet... but if I can help you test i'd love to.

wanderer-zero 02-20-2006 05:29 PM

is this hack safe to install on a live board? I use about 6-7 plugins and I think this would help my forums a lot, but I want to use this with as little risk as possible...

thanks for any reply.

MissKalunji 02-20-2006 06:01 PM

Quote:

Originally Posted by wanderer-zero
is this hack safe to install on a live board? I use about 6-7 plugins and I think this would help my forums a lot, but I want to use this with as little risk as possible...

thanks for any reply.

im running no error yet

Trigunflame 02-20-2006 07:16 PM

Quote:

Originally Posted by Erwin
Interesting concept. :) This won't work for sites with multiple webservers though.

Simultaneously no.. but applied to each server accordingly yes. Being that it would require independent updating.. but then again the hack is not finished.. im working on multiple things at once which is why i havnt updated this hack recently.

1. Working on Vbulletin Notification Application that notifies users of new pms, subscribed threads etc..

2. Working on a large project (Vbulletin Administrator Control Panel) that will deal with administrating multiple servers from one application that will be low memory usage and efficient.

Cheers.

pross 02-22-2006 01:47 AM

Just to let you know, upgraded our board to 3.5.4 tonite..and the mod is still working fine :D

Trigunflame 02-23-2006 01:42 PM

nice.

Andreas 02-23-2006 02:57 PM

Quote:

Originally Posted by Erwin
Interesting concept. :) This won't work for sites with multiple webservers though.

Hmm ... not necessarily.

If you do it individually or establish some kind of synchronization it should work.

For example you could use a NFS volume for all webservers

Mattikana 02-25-2006 02:28 PM

Works fine but I needed to disable this hack, otherwise I get the following error...
PHP Code:

Fatal errorCall to undefined function: replacepngtags() in /home/*********/public_html/forum/includes/functions.php on line 4436 


Trigunflame 02-25-2006 10:29 PM

Quote:

Originally Posted by Mattikana
Works fine but I needed to disable this hack, otherwise I get the following error...
PHP Code:

Fatal errorCall to undefined function: replacepngtags() in /home/*********/public_html/forum/includes/functions.php on line 4436 


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.


All times are GMT. The time now is 11:18 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.01845 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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