vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - 'Check Version' for all hacks (https://vborg.vbsupport.ru/showthread.php?t=133366)

Boofo 06-07-2008 12:49 AM

Quote:

Originally Posted by Sadie Frost (Post 1542729)
Seems to be working fine on mine...what exactly isn't working?

:)

Hello Stranger. Long time no talk. ;)

Sadie Frost 06-07-2008 01:22 AM

Haven't really been on the site in a while - just getting back into things :)

Boofo 06-07-2008 01:54 AM

I noticed. PM me when you get a minute and we can catch up. Lots to tell you and a new site to boot. ;)

vithorius 07-21-2008 02:03 PM

What an EXCELLENT MOD!!! :up: :up: :up:


THIS SHOULD BE INCLUDED IN STANDARD VBULLETIN! https://vborg.vbsupport.ru/external/2011/07/3.gif

Mrdby 10-01-2008 10:37 PM

can we get an update?

Quarterbore 10-23-2008 01:16 PM

This should be a standard feature in vbulletin!

Medtech 12-27-2008 10:00 PM

I just downloaded this, used winrar and there was no upload folder present

Playa82 02-10-2009 09:33 AM

Quote:

Originally Posted by Mrdby (Post 1635104)
can we get an update?

is there a new version for 3.8.x ?

vithorius 02-10-2009 10:00 AM

Quote:

Originally Posted by Playa82 (Post 1739589)
is there a new version for 3.8.x ?

I believe that this hack will work flawlessly in any version of vB! https://vborg.vbsupport.ru/external/2011/01/22.gifhttps://vborg.vbsupport.ru/external/2011/02/1.gifhttps://vborg.vbsupport.ru/external/2011/02/1.gif

Paul M 02-10-2009 04:58 PM

It wont work in any version, but it should work ok in 3.6, 3.7 and 3.8 :)

Playa82 03-06-2009 09:10 AM

doesnt work for 3.8.1 PL1

can somebody update this ?

jw00dy 03-06-2009 06:41 PM

It still works in my 3.8.1?

Paul M 03-06-2009 08:09 PM

Works on 3.8.1 for me as well, no reason it shouldnt really.

Playa82 03-06-2009 08:40 PM

nope. it doesnt work for me with 3.8.1 PL1

Peejay 03-07-2009 07:08 AM

Great stuff, great little mod, very useful indeed :D

dsanads 04-25-2009 07:32 AM

Hi!

First thanks for this add-on, its very helpful... :)

There is a problem when i try to check the versions of my installed add-ons, i get an "error" message in the newest version field when i check the version of the vbulletin guestbook by hasan. But the version checking url is correct:

https://vborg.vbsupport.ru/misc.php?...book_by_hasann

and it returns version 2.2. Does someone know how to fix this? Thanks in advance for an reply.

mtha 12-07-2009 11:52 PM

Installed and it works for vb4, with minor modification

replace plugin Aktuellste Versionen anzeigen
with


PHP Code:

if ($_REQUEST['do'] == 'product')
{
    
$html = @ob_get_contents();
    while (@
ob_end_clean());
    if (!empty(
$html))
    {
        global 
$products$bgcounter$stylevar;

        @
ob_start();

        
$search = array(
            
"<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"4\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion']
        );

        
$replace = array(
            
"<p align=\"center\"><a href=\"plugin.php?do=productadd\">[$vbphrase[add_import_product]]</a> - <a href=\"misc.php?do=updateversions\">[$vbphrase[check_all_products]]</a></p>\n<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"5\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>\n\t<td class=\"thead\">$vbphrase[latest_version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion'] . "</td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$vbphrase[latest_version_available_x]</td>"
        
);
    
        
$vbulletin->db->data_seek($products0);
        
$bgcounter 1;
        while (
$product $vbulletin->db->fetch_array($products))
        {
            
$bgclassfetch_row_bgclass();
            
$title htmlspecialchars_uni($product['title']);
            if (!
$product['active'])
            {
                
$title "<strike>$title</strike>";
            }
            if (
$product['url'])
            {
                
$title '<a href="' htmlspecialchars_uni($product['url']) . "\" target=\"_blank\">$title</a>";
            }
            
$product['version'] = htmlspecialchars_uni($product['version']);
            if (
is_newer_version($product['latestversion'], $product['version']))
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "<strong>$title</title></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[version]</strong></span></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[latestversion]</strong></span></td>";
            }
            else
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[latestversion]</td>";
            }
        }
        echo(
str_replace($search$replace$html));
    }



Hornstar 12-22-2009 12:11 AM

Quote:

Originally Posted by mtha (Post 1927052)
Installed and it works for vb4, with minor modification

replace plugin Aktuellste Versionen anzeigen
with


PHP Code:

if ($_REQUEST['do'] == 'product')
{
    
$html = @ob_get_contents();
    while (@
ob_end_clean());
    if (!empty(
$html))
    {
        global 
$products$bgcounter$stylevar;

        @
ob_start();

        
$search = array(
            
"<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"4\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion']
        );

        
$replace = array(
            
"<p align=\"center\"><a href=\"plugin.php?do=productadd\">[$vbphrase[add_import_product]]</a> - <a href=\"misc.php?do=updateversions\">[$vbphrase[check_all_products]]</a></p>\n<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"5\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>\n\t<td class=\"thead\">$vbphrase[latest_version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion'] . "</td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$vbphrase[latest_version_available_x]</td>"
        
);
    
        
$vbulletin->db->data_seek($products0);
        
$bgcounter 1;
        while (
$product $vbulletin->db->fetch_array($products))
        {
            
$bgclassfetch_row_bgclass();
            
$title htmlspecialchars_uni($product['title']);
            if (!
$product['active'])
            {
                
$title "<strike>$title</strike>";
            }
            if (
$product['url'])
            {
                
$title '<a href="' htmlspecialchars_uni($product['url']) . "\" target=\"_blank\">$title</a>";
            }
            
$product['version'] = htmlspecialchars_uni($product['version']);
            if (
is_newer_version($product['latestversion'], $product['version']))
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "<strong>$title</title></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[version]</strong></span></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[latestversion]</strong></span></td>";
            }
            else
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[latestversion]</td>";
            }
        }
        echo(
str_replace($search$replace$html));
    }



Thanks, however it would be nice to see an official update from the author too. I use this all the time to easily find when there is an updated mod.

Doctor Death 01-05-2010 05:40 PM

I agree... I would really like an official release for 4.0 by whomever.... thanks much for this -- a very important part of my VB environment.

Mrdby 01-29-2010 06:10 PM

me too!!! would love an update!

Brew 02-01-2010 05:59 PM

Do you have plans to update this to 4.01/4.02?

Thanks!

Brew 02-01-2010 06:28 PM

Quote:

Originally Posted by mtha (Post 1927052)
Installed and it works for vb4, with minor modification

replace plugin Aktuellste Versionen anzeigen
with


PHP Code:

if ($_REQUEST['do'] == 'product')
{
    
$html = @ob_get_contents();
    while (@
ob_end_clean());
    if (!empty(
$html))
    {
        global 
$products$bgcounter$stylevar;

        @
ob_start();

        
$search = array(
            
"<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"4\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion']
        );

        
$replace = array(
            
"<p align=\"center\"><a href=\"plugin.php?do=productadd\">[$vbphrase[add_import_product]]</a> - <a href=\"misc.php?do=updateversions\">[$vbphrase[check_all_products]]</a></p>\n<form action=\"plugin.php?do=productexport\" method=\"post\" target=\"download\" name=\"cpform\" id=\"cpform\">",
            
"<td class=\"tcat\" align=\"center\" colspan=\"5\"><b>$vbphrase[installed_products]</b></td>",
            
"<td class=\"thead\">$vbphrase[version]</td>\n\t<td class=\"thead\">$vbphrase[latest_version]</td>",
            
"<strong>vBulletin</strong></td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">" $vbulletin->options['templateversion'] . "</td>\n\t<td class=\"alt1\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$vbphrase[latest_version_available_x]</td>"
        
);
    
        
$vbulletin->db->data_seek($products0);
        
$bgcounter 1;
        while (
$product $vbulletin->db->fetch_array($products))
        {
            
$bgclassfetch_row_bgclass();
            
$title htmlspecialchars_uni($product['title']);
            if (!
$product['active'])
            {
                
$title "<strike>$title</strike>";
            }
            if (
$product['url'])
            {
                
$title '<a href="' htmlspecialchars_uni($product['url']) . "\" target=\"_blank\">$title</a>";
            }
            
$product['version'] = htmlspecialchars_uni($product['version']);
            if (
is_newer_version($product['latestversion'], $product['version']))
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "<strong>$title</title></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[version]</strong></span></td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\"><span style=\"color: #AA0000\"><strong>$product[latestversion]</strong></span></td>";
            }
            else
            {
                
$search[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]";
                
$replace[] = "$title</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[version]</td>\n\t<td class=\"$bgclass\" align=\"".vB_Template_Runtime::fetchStyleVar('left') ."\">$product[latestversion]</td>";
            }
        }
        echo(
str_replace($search$replace$html));
    }



Are you saying to replace the contents of pvcron.php with your code?

Thanks!

tmiland 05-14-2010 02:57 PM

Quote:

Originally Posted by Brew (Post 1972396)
Are you saying to replace the contents of pvcron.php with your code?

Thanks!

Edit the xml file, reinstall.

Works with vbulletin 4.0.3 :)

hurik 12-11-2010 10:52 AM



All times are GMT. The time now is 01:01 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.01665 seconds
  • Memory Usage 1,903KB
  • 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
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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