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
Advanced Plugin Manager - Reloaded Details »»
Advanced Plugin Manager - Reloaded
Version: 2.6, by Revan Revan is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 09-30-2005 Last Update: 06-15-2006 Installs: 74
DB Changes Uses Plugins
Additional Files  
No support by the author.

Advanced Plugin Manager - Reloaded v2.6


The original Advanced Plugin Manager was written by KirbyDE (found here). He expressed that this was not a release he intended to make into a full-fledged mod, and it also contained some bugs.
When I first saw the thread over at vB.com posted by Live Wire, he had photoshopped the Template Manager to indicate how Products and Plugins could work with this interface. I quite liked the idea, so I decided to make it so.
A week and one permission from Kirby later, I can present to you this Extension.

Features:
  • Mimicks the Template Manager in pretty much every sense
  • "Flag" Plugins for export/deletion
  • Remembers the expanded products indefinetely
  • Remembers the "flagged" plugins indefinetely
  • Automatically de-flags plugins when they have been exported/deleted.
  • Plugins that are subject to a disabled Product are marked as disabled themselves at runtime. Their TRUE state (as stored in the database) remains untouched.
  • Mass deletion of "flagged" plugins
  • Mass export of "flagged" plugins
  • Working "Save & Reload" button (Credits to Kirby for fixing it)
  • Shortcut to "Add / Import Product"
  • Fully phrased
  • NO Code Modifications needed!
Note:
This Extension will require page reloads for pretty much all its actions, as the Template Manager does. If you do not like this, please use Kirby's version.
Kirby does in no way support this version, nor do I support his.
Important! You need to uninstall Kirby's version before installing mine, should you choose my version.

Screenshots attached in 2nd post.

Install instructions:
  1. Click install (you want your precious support, don't you? ).
  2. Upload the files.
  3. Import the Product XML file through your ACP.
  4. Enjoy.
Upgrade instructions:
  1. Upload all files again.
  2. Import new product XML.
  3. Enjoy the improvements.

Show Your Support

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

Comments
  #122  
Old 05-20-2006, 12:51 AM
reismarktq2 reismarktq2 is offline
 
Join Date: Feb 2003
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beautiful. Just beautiful. Hellcat's absolutely right; I can finally turn this on and use it!

[high]* reismarktq2 clicks install [/high]

Maybe now that we know GZIP compression fixes the problem, Revan can figure out what's causing it in the first place!
Reply With Quote
  #123  
Old 05-20-2006, 01:13 AM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, hope so.
I'll also dig some deeper into this once I get some spare time.

This is one of the most helpfull "must have" things I know.
I don't install a single board without it.
Reply With Quote
  #124  
Old 06-10-2006, 04:45 AM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance the vb 3.6 features will be implemented? Like product's homepage and the version check?
Reply With Quote
  #125  
Old 06-10-2006, 09:39 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yer I will update this at some point or another but bit busy atm.
Reply With Quote
  #126  
Old 06-10-2006, 01:53 PM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
Yer I will update this at some point or another but bit busy atm.
Cool!
No hurry, but nice to know that it will be done
Reply With Quote
  #127  
Old 06-15-2006, 03:51 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated.
I fixed the bug with cookies, I forced GZIP on the page.

Also released 3.6 version here.
Reply With Quote
  #128  
Old 06-15-2006, 07:08 PM
reismarktq2 reismarktq2 is offline
 
Join Date: Feb 2003
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update.

/me updates

Two questions:

1. What's changed between this and 2.5?

2. I have some plug-ins on my board that aren't associated with a product. In the manager, these plug-ins are listed before the products. I'd like them to be listed AFTER the products. How can I change this?
Reply With Quote
  #129  
Old 06-16-2006, 07:11 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by reismarktq2
1. What's changed between this and 2.5?
* Fixed bug in which GZIP disabled would cause errors. I have forcibly enabled GZIP to circumvent the bug.
Quote:
Originally Posted by reismarktq2
2. I have some plug-ins on my board that aren't associated with a product. In the manager, these plug-ins are listed before the products. I'd like them to be listed AFTER the products. How can I change this?
Take
PHP Code:
    if (!empty($vbplugin))
    {
        foreach(
$vbplugin as $plugin)
        {
            if (empty(
$plugin['devkey']))
            {
                
$plugin['devkey'] = 'N/A';
            }
            
            if (
$plugin['active'] == 0)
            {
                
$class 'col-c';
                
$value2 'disabled';
                
$value 'enabled';
            }
            else
            {
                
$class 'col-g';
                
$value2 'enabled';
                
$value 'enabled';
            }
            
            if (
$plugin['flag'] == 1)
            {
                
$class 'col-i';
                
$flag 'enabled';
            }
            else
            {
                
$flag 'disabled';
            }
            
            echo 
"\t<option class=\"$class\" value=\"~\" product=\"vbulletin\" flag=\"$flag\" i=\"$plugin[executionorder];$plugin[hookname];$plugin[devkey]\" pluginid=\"$plugin[pluginid]\" productactive=\"$value\" pluginactive=\"$value2\"$selected>$plugin[title]</option>\n";
            
vbflush();
        }
    } 
and place before
PHP Code:
    echo "</select>\n"
*** Untested, but should work. It won't break anything tho (I hope XD) ***
Reply With Quote
  #130  
Old 06-16-2006, 06:09 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Security issue patched thanks to Alan @ CIT.
An admin with access to plugins and knowledge of the code in advplugins.php could run a malicious URL and cause severe harm to your database.

To update, re-upload admincp/advplugins.php.
Reply With Quote
  #131  
Old 06-23-2006, 03:22 AM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
Security issue patched thanks to Alan @ CIT.
An admin with access to plugins and knowledge of the code in advplugins.php could run a malicious URL and cause severe harm to your database.

To update, re-upload admincp/advplugins.php.
Works like a charm now! Thank you Fillip
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:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04611 seconds
  • Memory Usage 2,329KB
  • 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_php
  • (4)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
  • (3)pagenav_pagelink
  • (1)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