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)
-   -   Advanced Plugin Manager - Reloaded (https://vborg.vbsupport.ru/showthread.php?t=97278)

reismarktq2 05-20-2006 12:51 AM

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

[high]* reismarktq2 clicks install :D[/high]

Maybe now that we know GZIP compression fixes the problem, Revan can figure out what's causing it in the first place!

Hellcat 05-20-2006 01:13 AM

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.

Hellcat 06-10-2006 04:45 AM

Any chance the vb 3.6 features will be implemented? Like product's homepage and the version check?

Revan 06-10-2006 09:39 AM

Yer I will update this at some point or another but bit busy atm.

Hellcat 06-10-2006 01:53 PM

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 :)

Revan 06-15-2006 03:51 PM

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

Also released 3.6 version here.

reismarktq2 06-15-2006 07:08 PM

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?

Revan 06-16-2006 07:11 AM

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) ***

Revan 06-16-2006 06:09 PM

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.

COBRAws 06-23-2006 03:22 AM

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


All times are GMT. The time now is 10:38 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.01208 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)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