vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - iTrader v2.8 - Powerful Rating System (https://vborg.vbsupport.ru/showthread.php?t=232044)

BirdOPrey5 03-21-2012 12:38 PM

The mod author provided a fix and the mod has been restored from quarantine.

If you were using version 2.8.2 previously you must upgrade to PATCH 2.8.2 RC2 to be secure.

whitey92lx 03-21-2012 01:59 PM

great!

Thanks!

Big-Pete 03-21-2012 02:13 PM

Cheers for the update!

GrabMyWrist 03-21-2012 02:26 PM

Thanks for the update!

ehsanix 03-21-2012 03:44 PM

Thanks for the update

sevenmix 03-21-2012 03:47 PM

Quote:

Originally Posted by entertain (Post 2291677)
I've never seen iTrader for SMF nor the database structure of it. Sorry.
Here take a look: :)

Attachment 136004

Hi

In this new version is this upgrade already? Because im already using it on my forum and i dont want to miss it :S

entertain 03-21-2012 03:50 PM

About the security issue in iTrader 2.8.2 RC2: I had to work a lot the last few weeks, my mail address here at vBulletin.org was an old one and this is why I did not get any notification. Sorry for the inconvenience!

@sevenmix:
It is only necessary to rewrite itrader_main.php. However, I am trying to release a bigger update the next two weeks, where this will be included. :)

sevenmix 03-21-2012 04:26 PM

Quote:

Originally Posted by entertain (Post 2311753)
About the security issue in iTrader 2.8.2 RC2: I had to work a lot the last few weeks, my mail address here at vBulletin.org was an old one and this is why I did not get any notification. Sorry for the inconvenience!

@sevenmix:
It is only necessary to rewrite itrader_main.php. However, I am trying to release a bigger update the next two weeks, where this will be included. :)

Thanks :) i will be waiting that release.

entertain 03-21-2012 04:51 PM

Thank you very much sevenmix for this kind donation!!! :)

TiKu 03-21-2012 08:22 PM

@entertain:
May I suggest to use the following function to compare version strings?
Code:

function itrader_CompareVersions($verstr1, $verstr2)
{
        $ver1 = explode('.', $verstr1);
        $ver2 = explode('.', $verstr2);
        for($i = 0; $i < 3; $i++)
        {
                if(intval($ver1[$i]) > intval($ver2[$i]))
                        return -1;
                elseif(intval($ver1[$i]) < intval($ver2[$i]))
                        return 1;
        }
        return 0;
}

The function will return 1 if verstr1 > verstr2, -1 if verstr1 < verstr2 and 0 if they are equal.


All times are GMT. The time now is 10:40 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.02351 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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