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 - Spend vBCredits in your ibProArcade (https://vborg.vbsupport.ru/showthread.php?t=153822)

Toupsx 08-19-2008 09:58 AM

Is there any possible way to add winning credits if you become the champion of a game?

Darkwaltz4 08-19-2008 10:04 AM

thats already one of the major features of this addon?

If you want to restrict to only the champion, set the minimum rank to win in the global settings to 1 (default is 5 iirc)

Toupsx 08-19-2008 03:26 PM

Ahh sorry, didn't see that in the features :P too many of them hehe, thanks

john102774 08-29-2008 09:05 AM

Quote:

Originally Posted by Steeler Nation (Post 1502931)
Thanks for the quick response, but no - I still don't see anything in the game editor.

Hey Darkwaltz4,

I'm having the same problem. I don't see the game editor anywhere. Please help

Darkwaltz4 08-30-2008 08:39 PM

if you are having trouble finding the game editor for ibproarcade itself, please ask in the ibproarcade forum

Darkwaltz4 01-04-2009 05:55 PM

attachments updated to include pre-edited files for ibproarcade 2.6.8+

Sunka 01-05-2009 01:13 PM

Thank you Darkwaltz4....
Installed

Kimberley 01-30-2009 10:31 AM

Simple 2 questions but I can't seem to find the answer.

1. Is the Jackpot random or do you win it from beating the person holding first?

2. Are you notified that you won jackpot or do you just see it with your credits?

Nintendo-Daily 02-07-2009 12:38 PM

I had my arcade set to where users had to pay 25 credits to play a game. I changed it back to free play but I kept the jackpots for each game. Members are telling me that they have won a trophy but they don't get the jackpot. I have the jackpot set to static and each game has a 100 credit jackpot. This seems like a small setting somewhere.

Any ideas?

Darkwaltz4 02-08-2009 08:50 PM

Quote:

Originally Posted by Nintendo-Daily (Post 1736980)
I had my arcade set to where users had to pay 25 credits to play a game. I changed it back to free play but I kept the jackpots for each game. Members are telling me that they have won a trophy but they don't get the jackpot. I have the jackpot set to static and each game has a 100 credit jackpot. This seems like a small setting somewhere.

Any ideas?

try setting some miniscule cost, like .001

Quote:

Originally Posted by Kimberley (Post 1729011)
Simple 2 questions but I can't seem to find the answer.

1. Is the Jackpot random or do you win it from beating the person holding first?

2. Are you notified that you won jackpot or do you just see it with your credits?

you win top scores!

you get an entry in your transaction log.

pyro.699 02-20-2009 12:29 PM

Hello,

I have: vBCredits 1.4 & ibProArcade for vBulletin 2.6.8

I'm running vBulletin 3.6.0 and get this error in ./arcade.php

Quote:

Fatal error: Call to undefined method vBulletinHook::fetch_hookusage() in /home/forum/public_html/plugins/credits_ibproarcade_plugins.php on line 26
In the installation file it mentioned something about doing edits from "For old Bulletins.txt" but i couldn't find that file. The only instance of it was in the original vbcredits download and i made those edits...

Thanks
~Cody Woolaver

Darkwaltz4 02-21-2009 04:38 PM

here you go.

pyro.699 02-22-2009 12:12 AM

I made the required file edits, and i still get the error. I saw that the hook call is located in class_hook.php

Quote:

Fatal error: Call to undefined method vBulletinHook::fetch_hookusage() in /home/forum/public_html/plugins/credits_ibproarcade_plugins.php on line 26
Thanks

Darkwaltz4 02-24-2009 04:31 PM

Quote:

Originally Posted by pyro.699 (Post 1751072)
I made the required file edits, and i still get the error. I saw that the hook call is located in class_hook.php



Thanks

you must have done them incorrectly. if you IM me i can verify and apply them for you.

NJHK 03-04-2009 01:25 PM

Hi, I've been working on this for the past hour and I can't get this thing to work. It keeps giving me this error of

Quote:

Parse error: parse error, unexpected '}' in ******* on line 1580
I attached the php file that I was editing so maybe someone could help me out with this.

Darkwaltz4 03-04-2009 09:02 PM

in the first post just download the pre-edited files for the version of the arcade you are using :)

NJHK 03-05-2009 01:11 AM

Thank you so much. I can't believe I missed that lol

NJHK 03-05-2009 01:39 AM

Actually I didn't get that issue anymore but I started another problem...

When I go to play a game, it takes my credits but I get a database error:

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:
UPDATE games_session SET credits_paid = 1 WHERE sessid = 8;

MySQL Error : Unknown column 'credits_paid' in 'field list'
Error Number : 1054

NJHK 03-05-2009 06:57 AM

Just a little update,

We uninstalled arcade multiple times, used the same hacks you provide (last time I was using the wrong set, I used 267 instead of 268 which I did now use) and its resulting in database errors. Without this hack, I can play arcade game. With the hack it would take my credits but not play the game.

Finally got this hack uninstalled but now when we go to re-install it, its giving another error...screenshot is attached.

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
ALTER TABLE `games_session` ADD `credits_paid` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error  : Duplicate column name 'credits_paid'
Error Number  : 1060

NOTE: The only way to uninstall it was to force remove the hack by removing the uninstall code so I could get the arcade to work.

Maybe you can help. I've been working on this for 4 hours now and exhausted @ 4 AM. Your help is greatly appreciated.

Darkwaltz4 03-05-2009 03:24 PM

run this query

Code:

ALTER TABLE `games_session` DROP `credits_paid`

NJHK 03-05-2009 04:00 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1761140)
run this query

Code:

ALTER TABLE `games_session` DROP `credits_paid`

Ok I did that and got a successful message. I then tried to re-install the spend credits in your ibproarcade hack. Copied everything over like instructed. I copied the hacks over first over writing the previous files and then put in the xml file on my server.

I go to import it and get this error now:

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
ALTER TABLE `user`
        ADD `credits_ibp_pass` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
        ADD `credits_ibp_access` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error  : Duplicate column name 'credits_ibp_pass'
Error Number  : 1060


Darkwaltz4 03-06-2009 09:15 PM

gah your database is out ot whack. if you pm me an admin login with query permissions i can get it all straightened out for you and see what was wrong with the product file too. include a summary of everything that was and is currently a problem :)

fukdawrld 03-11-2009 11:51 PM

Dark Waltz i have the exact same problem.. I will PM you admin permissions if you could help me also.

Thanks

fukdawrld 03-14-2009 05:56 AM

Thanks DW..your the best!!

Calystos 12-05-2009 09:42 AM

Anyone updated this to work with the new 2.6.9+ ibProArcade system?

EDIT: Just ran through the howto instructions, and it seems to still work with 2.6.9+ without problems, :-)

chatpalace24 12-26-2009 01:17 PM

It works great with Ibproarcade 2.7x and VB3.7x
Thank you for sharing

buddysqrrl 02-08-2010 02:22 AM

Perfect for integrating vbcredits with ibProarcade.

Installed and working perfectly! Great job Darkwaltz4! :D

LordDB 09-04-2010 07:46 PM

any chance of an update for vB4 ibProArcade - Mod Version: 2.7.0+, please?

Hippy 09-05-2010 12:18 AM

I have it working on a vb4 test forum..
open up the product-credits_ibproarcade.xmlfile and find this line
Code:

<dependency dependencytype="product" parentproductid="credits" minversion="1.4" maxversion="" />
simple change it to
Code:

<dependency dependencytype="product" parentproductid="credits" minversion="1.1.0" maxversion="" />

Calystos 09-12-2010 04:30 PM

Excellent, thanks Hippy was wondering if someone had got this working. Saved me testing an debugging, :D

8thos 09-18-2010 03:40 PM

Does this mean you can win credits from playing and winning an Arcade game?

ArcadeSyndicate 09-20-2010 07:02 PM

Quote:

Originally Posted by Hippy (Post 2093911)
I have it working on a vb4 test forum..
open up the product-credits_ibproarcade.xmlfile and find this line
Code:

<dependency dependencytype="product" parentproductid="credits" minversion="1.4" maxversion="" />
simple change it to
Code:

<dependency dependencytype="product" parentproductid="credits" minversion="1.1.0" maxversion="" />

this only lets you import the xml, you cannot buy an arcade pass or win money.

or have i forgotten any settings?

vbc2 deluxe, ibpro 2.7.0+m, vb 4.0.6

Hippy 09-20-2010 07:39 PM

I forget but the new vbcredit is using a different table for the credits/ cash. this needs to be changed .. I think you could add it in the admincp Currency manager.

sorry
I don't use it
too much involved for...myself..

I just did a test for someone to get it past the initial install hurtle

ArcadeSyndicate 09-20-2010 08:19 PM

hello hippy,

thank you for the fast answer :)

i have found an empty table vbcredits in my database, so i added a new currency, filled in some cash and played a testgame. Sadly it doesn't work too, the amount did not change :(

best regards
terror

Hippy 09-20-2010 09:02 PM

see the old vbcredit didn't use vbcredits ..
so what ever it used before it what the old mod for the arcade is using ..

find that and change it in the arcade mod and your in..
I will peek at it when I get a few ..
today is a busy day .. kids have football and cheerleading,,

ice.Prince 10-03-2010 08:48 AM

vBCredits with ibProArcade

leuft nicht mit den vb4.0

siehe bild ????

wie kann ich das lösen ?

Ich habe mir das instaliert und auch
vBCredits II

eigendlich gehts auch bis auf
Cost to Play wenn ich da einen betrag eingebe
kommt immer das hier:

Sorry, but you cannot afford to play this game, or are otherwise ineligible

worann kann das liegen
jemand einen tip für mich ?

leuft es bei euch unter den Vb 4
auch so ?

wenn es jemand am laufen hat
soll er mir mal einen tip geben

Geld(Taler habe ich genug darann kann es nicht liegen)

bitte um hilfe

danke

--------------------------------------------------------------------------------------------------------------

vBCredits with ibProArcade

not leuft with vb4.0

see picture??

how can I fix it?

I've instaled it and also
vBCredits II

eigendlich it is also up to
Cost to play if I'm one amount
always comes here:

Sorry, but you can not afford to play this game, or are otherwise ineligible

worann may be due
anyone have a tip for me?

leuft it with you under the CE 4
so?

if someone has started on
He will sometimes give me a tip

Money (coins I have enough darann can not lie)

please help

thank you

Darkwaltz4 10-03-2010 05:29 PM

Currently this only supports the old vBCredits 1.4x code here https://vborg.vbsupport.ru/showthread.php?t=172399


All times are GMT. The time now is 09:44 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.01283 seconds
  • Memory Usage 1,819KB
  • 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
  • (8)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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