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)
-   -   Add-On Releases - Stock Trader for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=135084)

BirdOPrey5 05-26-2010 09:26 PM

Quote:

Originally Posted by zethon (Post 1899941)
I would be interested to have a copy your data. If you can supply me with that, I can take a look.

I've recently come back to this mod and am about to release a version 1.0. Support will be on a site I'm setting up. I just can't check this site all the time to keep track of the bugs.

I'm also going to move this project to the 3.8 modifications.

zethon,

Sorry, a few hours after I made my last post I was rushed to the Hospital and have been out of it for almost a year, going home finally tomorrow in fact. If you're ever back on and willing to check this out again please PM me i will get you whatever data you need- Basically members are still using it just without the listing of other portfolios... individual portfolios work fine. Now running 3.8.4 PL2.

BirdOPrey5 06-01-2010 05:27 AM

Quote:

Originally Posted by ArchangelX (Post 1772223)
Any help here? *sigh*

OK I posted this, then deleted it, now reposting after I read the topic a little closer, seems it was never resolved.

To get rid of the divide by zero errors on the current vbtrade application:
open vbtrade.php

on line 112 find
PHP Code:

     $gainper number_format((($gain/$mktval)*100),3); 

and replace with:
PHP Code:

      if ($mktval != 0)
           
$gainper number_format((($gain/$mktval)*100),3);
      else
           
$gainper 0

Everything else seems to work, make a backup of the original file just in case.

vilhiem 06-01-2010 11:23 AM

Any word yet on whether this can be installed on vB4 ...?

Thanks!!!

BirdOPrey5 06-01-2010 01:11 PM

Why not just try to install it and see what happens? Obviously don't make a template edit until you know it works, but you can browse to it manually if the install doesn't give errors.... http://www.yourdomain.com/forums/vbtrade,php - It seems in every 3.8 mod there's a dozen people asking if it will work on 4, sometimes for months... yet no one ever seems to want to try... I doubt vB would successfully install it if it didn't work and even so that is what test forums are for.... then report back an be a hero.

vilhiem 06-04-2010 08:58 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2046504)
Why not just try to install it and see what happens? Obviously don't make a template edit until you know it works, but you can browse to it manually if the install doesn't give errors.... http://www.yourdomain.com/forums/vbtrade,php - It seems in every 3.8 mod there's a dozen people asking if it will work on 4, sometimes for months... yet no one ever seems to want to try... I doubt vB would successfully install it if it didn't work and even so that is what test forums are for.... then report back an be a hero.

Like many others here ... of course I tried installing it! I wouldn't ask if for a vB4 update if it didn't need it.

So to answer the question: NO ... it does not work in vB4
But would certainly like it to!

vilhiem 06-17-2010 03:20 PM

Any word yet on this one ...? Is it being converted to vB4.03 ...?

merk_aus 07-25-2010 08:14 AM

Quote:

Originally Posted by vilhiem (Post 2055061)
Any word yet on this one ...? Is it being converted to vB4.03 ...?

OMG dude - I am sure the coder of this will be racing in here to let you know when/if it is updated for vBulletin 4.

Posting every couple days isn't going to be doing anything.

Jhonnyf 12-10-2010 12:02 PM

I want to Update this mod to vb4.x for my personal use, but it's the first time that i see and I don't know how exactly work

If someone can help me be the "tester" (preferent speak spanish), I can share the mod with him/her

DrackosNGU 10-01-2011 07:01 PM

Quote:

Originally Posted by zethon (Post 1147258)
Reserved.

Zethon, can you give your 3.8 version of Stock Trader? The 3.6 version does not work.

acast 01-13-2012 10:17 PM

Quote:

Originally Posted by DrackosNGU (Post 2252063)
Zethon, can you give your 3.8 version of Stock Trader? The 3.6 version does not work.

Do you get it working?

Anybody get working this on v4 ?


All times are GMT. The time now is 02:24 AM.

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.01579 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)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