vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   vbPlaza-Integration (https://vborg.vbsupport.ru/showthread.php?t=112821)

TitanPK 11-27-2006 02:21 PM

Quote:

Originally Posted by keithsl (Post 1063415)
I'm having a problem with the integration. Everything seems to be integrated however when a user plays, it says Costs per game 10. Well it doesn't take 10 away. Also the jackpot doesn't seem to raise, it stays at the default.

I'm running the newest version of vB, ibpro and vbbux

I looked through the code a little but and I dind't see anywhere that it changes vbbux points. Anyone have any ideas?

IU'm having the same issue...did you get this resolved?

keithsl 11-27-2006 02:24 PM

Go to the vBPlaza download and you will find an extra folder for "Addons". Inside that folder is additional pluggins that are required for the ibProArcade integration as well as a second product that must be installed

Greek Wizard 12-03-2006 11:08 AM

1 Attachment(s)
Quote:

Originally Posted by Butters (Post 1061997)
Firstly, sorry if this has already been answered elsewhere ... or I've posted in the wrong thread.

The older I get, the worse I get at finding things on vbulletin.org !

Installed vbplaza with this arcade ... all works superbly :)

But I've got an issue with the tournament view and cost to join ( image attached .... although it still works as it should and members are only charged the correct amount .... it's just "cosmetic")

Any ideas how to fix ? ( or point me to the correct thread ! ).

Thanks for your time all.

Just curious, Mr. Zeropage

but has this been corrected, or a known fix for yet? I have found a few instances of this, dating pretty far back..

https://vborg.vbsupport.ru/showthread.php?t=114254

But I can't seem to find a fix yet.

Two screen shots are attached.

Greek Wizard 12-04-2006 09:56 AM

1 Attachment(s)
I think I found the problem regarding the above issue, but I am not a coder, etc, so I can't help fix it properly and as such broke it a little, but with much minor issues. I did however fix it for my needs, and until a proper fix comes from someone that knows what they are doing as opposed to me, then I will use it since it's better than above I think. Again, please realize, I really have no idea what I am doing, so back up your arcade.php file if you want to try this.

That said, I added some hard coded text because my "fix" disabled the $costhtmlstart and removed the "Costs to play" text, as again, I really have no idea what I am doing here. Anyways, this is what I did, and hopefully from that Mr. Z can find a proper fix for us.

Basicly all I did was change $costhtmlstart .= to $costhtmlstart = (took the period out) and that fixed it (but caused other smaller issues), added the hard Coded vbbux text and a <br />

Open arcade.php

Find:

Code:

                // detect vBplaza
                if (($vbulletin->options['vbbux_enabled'] == 1) && ($vbulletin->options['vbbux_arcadeintegration'] == 1))
                {
                        $costhtmlstart        = "<br /><span class=\"smallfont\">".$ibforums->lang['costs_tourneyj'];
                        $costhtmlend        = "</span>";
                }

                $DB->query("SELECT t.nbtries, t.plibre, t.creat, t.gid, t.numplayers,t.datestarted,t.tid,t.champion,t.cost,g.gtitle FROM ibf_tournaments as t, ibf_games_list as g WHERE t.gid = g.gid AND demare = 0 ORDER BY datestarted DESC");
                while($row = $DB->fetch_row()) {
                        $row['link'] = "<a href='".$ibforums->vars['base_url']."do=viewtourney&amp;tid=".$row['tid']."'>".$ibforums->lang['see_this_tourney']."</a>";

                        if ($costhtmlstart!="")
                        {
                                // add the costs to HTML and format it (vBplaza-Setting!)
                                $costhtmlstart .= vb_number_format($row['cost'], $vbulletin->options['vbbux_decimalplaces']);
                        }

                        $row['inscrire'] = "<a href='".$ibforums->vars['base_url']."do=registertourney&amp;tid=".$row['tid']."'>".$ibforums->lang['register']."</a>".$costhtmlstart.$costhtmlend;
                        $i=0;

Replace with:

Code:

                // detect vBplaza
                if (($vbulletin->options['vbbux_enabled'] == 1) && ($vbulletin->options['vbbux_arcadeintegration'] == 1))
                {
                        $costhtmlstart        = "<br /><span class=\"smallfont\">".$ibforums->lang['costs_tourneyj'];
                        $costhtmlend        = " vbBux to play</span>";
                }

                $DB->query("SELECT t.nbtries, t.plibre, t.creat, t.gid, t.numplayers,t.datestarted,t.tid,t.champion,t.cost,g.gtitle FROM ibf_tournaments as t, ibf_games_list as g WHERE t.gid = g.gid AND demare = 0 ORDER BY datestarted DESC");
                while($row = $DB->fetch_row()) {
                        $row['link'] = "<a href='".$ibforums->vars['base_url']."do=viewtourney&amp;tid=".$row['tid']."'>".$ibforums->lang['see_this_tourney']."</a>";

                        if ($costhtmlstart!="")
                        {
                                // add the costs to HTML and format it (vBplaza-Setting!)
                                $costhtmlstart = vb_number_format($row['cost'], $vbulletin->options['vbbux_decimalplaces']);
                        }

                        $row['inscrire'] = "<a href='".$ibforums->vars['base_url']."do=registertourney&amp;tid=".$row['tid']."'>".$ibforums->lang['register']."</a><br />".$costhtmlstart.$costhtmlend;
                        $i=0;

A screen shot is attached, so that you can see the result.

Xplorer4x4 02-03-2007 03:01 PM

Mr Zero Page, an idea for a future release may be setting it up so that all money paid to get in a tournament is added to the jack pot just to sweeten the pot a bit more.

DementedMindz 02-05-2007 10:49 PM

don't think it will now since its been removed from the site since there was a exploit https://vborg.vbsupport.ru/showthrea...=121138&page=3

Mys 03-01-2007 07:48 AM

Does anyone have information concerning integration between ibProArcade and Icash? Is it do-able now? Is there another alternative to Icash where the integration is already in place? Have the authors of vBux/vB Plaza made any commitments wrt fixing the exploit issue?

Thanks for any info you can provide.
:D

myvbweb 03-05-2007 07:35 AM

Hello, when I click on the link for vbPlaza, I get this

"you do not have permission to access this page. This could be due to one of several reasons:"

I am already logged in vbulletin.org, why won't it let me go to that link for vbPlaza.

Where do I download the vbPlaza.

Thanks.

MrZeropage 03-05-2007 08:16 AM

vbPlaza is currently taken off vbulletin.org as some security-issues where discovered.

Please wait to next vBPlaza-version to be released, which will be bugfixed.

myvbweb 03-05-2007 09:37 PM

Is there any alternatives to this? I don't need too much fancy stuff, just a way to get points for playing games and getting high scores.

Where can I download an older version? Also where can I download another alternative?

Thanks.

Does iCash work with this mod?


All times are GMT. The time now is 08:39 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.01057 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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