The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbPlaza-Integration Details »» | |||||||||||||||||||||||||
Hello,
if you are using ibProArcade v2.5.5+ and vbPlaza v1.5.5 (or even newer versions), both Hacks are full compatible to eachother and have smooth integration. ibProArcade automatically detects if vbPlaza is installed and active. If so, you will find all the Options in the Arcade, like:
Then you can choose a Jackpot-Type per Game: --> static (means always the same amount to win for getting Highscore-Champ) --> raising (means all costs for playing directly raise the Jackpot which you can win by getting Highscore-Champ) In vbPlaza-Settings you can tell a raising Jackpot to get raised with X percent of the Costs If you buy an Arcade-Pass in vbPlaza, you can play all Games for free, but won't win a Jackpot. In vbPlaza-Settings you can change that to "play for free, but still win Jackpots" For Tournament-Games you can setup Costs for Participation, so each Player who joins in has to pay that costs once for joining. The Jackpot of that Tournament is the amount all Players paid, so for example an 8-Player-Tournament with 100 Points each brings a Jackpot of 800 Points :banana: Enjoy this fantastic Integration :banana: Show Your Support
|
Comments |
#32
|
|||
|
|||
Quote:
|
#33
|
|||
|
|||
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
|
#34
|
|||
|
|||
Quote:
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. |
#35
|
|||
|
|||
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&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&tid=".$row['tid']."'>".$ibforums->lang['register']."</a>".$costhtmlstart.$costhtmlend; $i=0; 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&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&tid=".$row['tid']."'>".$ibforums->lang['register']."</a><br />".$costhtmlstart.$costhtmlend; $i=0; |
#36
|
|||
|
|||
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.
|
#37
|
|||
|
|||
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
|
#38
|
|||
|
|||
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. |
#39
|
|||
|
|||
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. |
#40
|
||||
|
||||
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. |
#41
|
|||
|
|||
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? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|