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)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (vB4) (https://vborg.vbsupport.ru/showthread.php?t=253211)

fanyap 03-31-2011 02:44 AM

It doesn't let me unzip the file on my Mac. Something is up with this I think...please look in to it.

Thank you!

EasyEazy 03-31-2011 04:49 AM

Great mod and works a treat. One request which I couldn't find the answer to. Is it possible to move the trophy to below the avatar when viewing a members post. Currently it shows to the right of it.

Thanks

Gemma 03-31-2011 05:59 AM

Quote:

Originally Posted by FTDave (Post 2179280)
When I download the leaderboard games I have to manually say yes to all of them to let people compete against one another and show the high score.
Is there anyway we can do this without doing that?

Check out the Problem Solving thread over in the vB4 Support Forum at v3arcade.com I've posted a solution there. You'll need need to make an edit to the v3arcade_admin.php file

fukdawrld 03-31-2011 06:53 PM

I followed instructions for the xml error and I still get XML Error: not well-formed (invalid token) at Line 0

Thanks in advance for any help.

Gemma 04-02-2011 07:40 AM

Is allow_url_fopen enabled on your server?

EasyEazy 04-02-2011 11:45 AM

Quote:

Originally Posted by EasyEazy (Post 2179310)
Great mod and works a treat. One request which I couldn't find the answer to. Is it possible to move the trophy to below the avatar when viewing a members post. Currently it shows to the right of it.

Thanks

any info on this guys?

Gemma 04-02-2011 04:36 PM

Quote:

Originally Posted by EasyEazy (Post 2180081)
any info on this guys?

Not one I've come across but you could try opening the v3arcade_postbit_userid_trophy_wrapper template and wrapping <div></div> around the code.

Code:

<div>{vb:raw preWrapperAwards}</div>

FTDave 04-02-2011 07:55 PM

Thank you Gemma.

I love this plugin
Great job!!!!!!!!!

zdaddy 04-03-2011 04:20 AM

Thanks for this great mod!

Question- is there a way to modify the layout?

eg, I want to put a custom RSS widget to pull some articles from a gaming site on the sidebar instead of the 'logged in as' widget.
Or I want to put the 'recent forum posts' widget somewhere on the layout.

Thanks
Z

Gemma 04-03-2011 03:02 PM

Quote:

Originally Posted by fanyap (Post 2179291)
It doesn't let me unzip the file on my Mac. Something is up with this I think...please look in to it.

Thank you!

Did you get it to extract? Have you tried downloading from v3arcade.com?

Gemma 04-03-2011 03:06 PM

Quote:

Originally Posted by zdaddy (Post 2180310)
Thanks for this great mod!

Question- is there a way to modify the layout?

eg, I want to put a custom RSS widget to pull some articles from a gaming site on the sidebar instead of the 'logged in as' widget.
Or I want to put the 'recent forum posts' widget somewhere on the layout.

Thanks
Z

The "logged in as" code is in the v3ARCADE_MAIN template, search for:
Code:

<div class="collapse">
                <h3 class="blockhead">
                        <a href="#top" class="collapse" id="collapse_v3_userblock"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
                        {vb:rawphrase loggedinas}
                </h3>
                <div class="blockbody v3_block" id="v3_userblock">
                        <div class="blockrow" align="center">
                                <div class="v3_strong">{vb:raw player.username}</div>
                                <vb:if condition="$player['usertitle']">
                                        <div>{vb:raw player.usertitle}</div>
                                </vb:if>
                                <vb:if condition="$player['rank']">
                                        <div>{vb:raw player.rank}</div>
                                </vb:if>
                                <vb:if condition="$show['avatar']">
                                        <div>
                                                <vb:if condition="!$player['userid']">
                                                        <img class="v3_gameicon" src="{vb:raw player.avatarurl}" height="75" alt="" border="0" />
                                                <vb:else />
                                                        <a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&amp;<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0" /></a>
                                                </vb:if>
                                        </div>
                                </vb:if>
                        </div>
                </div>
        </div>


Rckcrwlr 04-07-2011 11:38 PM

I have uninstalled IBPro and installed v3. Now when I go into it, all my old categories and game listings are there...but when you click on them it comes up blank.

Did I miss something?

doctorsexy 04-09-2011 10:04 AM

Hi .. i keep getting this error on some of the ibpro games when trying to save the scores. can anyone help..please

1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Gemma 04-09-2011 10:11 AM

Sent you a PM :)

Rckcrwlr 04-09-2011 10:38 AM

Quote:

Originally Posted by Rckcrwlr (Post 2182144)
I have uninstalled IBPro and installed v3. Now when I go into it, all my old categories and game listings are there...but when you click on them it comes up blank.

Did I miss something?

How can I start from fresh? I am not worried about the old scores. I want to start with a clean v3arcade.

How do I do that?

Gemma 04-09-2011 07:02 PM

Quote:

Originally Posted by Rckcrwlr (Post 2182144)
I have uninstalled IBPro and installed v3. Now when I go into it, all my old categories and game listings are there...but when you click on them it comes up blank.

Did I miss something?

Make sure you've removed all the IPB files including any plugins.

Rckcrwlr 04-09-2011 08:09 PM

Quote:

Originally Posted by Gemma (Post 2182728)
Make sure you've removed all the IPB files including any plugins.

How do I do that? I uninstalled it and deleted the files that were uploaded originally.

Gemma 04-11-2011 09:53 PM

Quote:

Originally Posted by Rckcrwlr (Post 2182749)
How do I do that? I uninstalled it and deleted the files that were uploaded originally.

If you've no reference to any IPB plugins in your AdminCP > Plugins & Products > Plugin Manager then you should be good to go. Install v3 Arcade as per the install instructions.

doctorsexy 04-14-2011 08:28 AM

Hello.. having another problem some of the ibp games are giving 0 for the score when 0 isnt the score.. any ideas..Thanks

Gemma 04-15-2011 01:01 AM

Is this browser related?

Can you check and see if the games that are scoring 0 have their gamedata folders intact?

doctorsexy 04-15-2011 06:43 AM

Yep all have their gamedata folders intact

doctorsexy 04-15-2011 09:08 AM

im getting this as well

Warning: fopen([path]/admincp/games/../../arcade/gamedata/y10/y10.txt) [function.fopen]: failed to open stream: No such file or directory in [path]/admincp/v3arcade_admin.php on line 1329

Warning: fopen([path]/admincp/games/../../arcade/gamedata/y10/y10_score.swf) [function.fopen]: failed to open stream: No such file or directory in [path]/admincp/v3arcade_admin.php on line 1329

Warning: fopen([path]/admincp/games/../../arcade/gamedata/y10/yeti10snd.swf) [function.fopen]: failed to open stream: No such file or directory in [path]/admincp/v3arcade_admin.php on line 1329

Any ideas...

doctorsexy 04-15-2011 02:27 PM

Found the problem no game data file... thanks for all your help

Rckcrwlr 04-16-2011 10:44 AM

Quote:

Originally Posted by Gemma (Post 2183603)
If you've no reference to any IPB plugins in your AdminCP > Plugins & Products > Plugin Manager then you should be good to go. Install v3 Arcade as per the install instructions.

Where are the categories and games stored? I can't find where this info is being pulled from. Could it be in a DB somewhere? If so, what are the files so I can have them removed.

I want to start clean with this arcade.

Thanks

Gemma 04-16-2011 09:52 PM

Where are the categories from - a previous v3arcade installation or IPB installation? :confused:

Rckcrwlr 04-17-2011 11:31 AM

Quote:

Originally Posted by Gemma (Post 2185437)
Where are the categories from - a previous v3arcade installation or IPB installation? :confused:

They were originally from IPB install but then I followed the install directions to install v3arcade. I am guessing they are in the same place being that I am seeing them in v3 and IPB files were removed and it was uninstalled.

Thanks for your time.

John

Gemma 04-17-2011 03:03 PM

I really don't know what you're trying to do, are these categories from a previous install (IPB or v3 Arcade) or is it the default categories that are installed with v3 Arcade that you want to remove?

The categories for v3 Arcade can be found by going through AdminCP > v3 Arcade > Game Categories

The database table is v3arcade_categories.

You can also check which games are in a specific category by going to AdminCP > v3 Arcade > Manage Games and selecting a category from the dropdown menu.

I've not used IPB arcade for years so i couldn't tell you off the top of my head what the database table is for games categories using that.

Rckcrwlr 04-17-2011 09:50 PM

Quote:

Originally Posted by Gemma (Post 2185639)
I really don't know what you're trying to do, are these categories from a previous install (IPB or v3 Arcade) or is it the default categories that are installed with v3 Arcade that you want to remove?

The categories for v3 Arcade can be found by going through AdminCP > v3 Arcade > Game Categories

The database table is v3arcade_categories.

You can also check which games are in a specific category by going to AdminCP > v3 Arcade > Manage Games and selecting a category from the dropdown menu.

I've not used IPB arcade for years so i couldn't tell you off the top of my head what the database table is for games categories using that.

I am sorry for not being clear. I am not good at this stuff.

I have a ton of games from when I had IBP. I originally wanted to go to v3 and keep all the existing games and scores. My server crashed and I lost all the game files. I need to get rid of the games that are showing up in my v3arcade being that there is no game files for it to reference.

I know I can hide categories, etc. Also, can delete each game, one by one. I would like to get ride of all of them at once.

If not, I guess I will just have to delete each one.

Sorry again.

Gemma 04-17-2011 10:04 PM

Doesn't uninstalling v3 Arcade remove the database tables? Then re-install the product to start over again?

If you run this set of queries via phpyAdmin it will empty all your database table contents but keep the tables
Code:

TRUNCATE `v3arcade_categories`;
TRUNCATE `v3arcade_challenges`;
TRUNCATE `v3arcade_favorites`;
TRUNCATE `v3arcade_games`;
TRUNCATE `v3arcade_news`;
TRUNCATE `v3arcade_ratings`;
TRUNCATE `v3arcade_sessions`;
TRUNCATE `v3arcade_tournamentplayers`;
TRUNCATE `v3arcade_tournaments`;

Or running this should delete them altogether allowing you to re-import the product

Code:

DROP TABLE `v3arcade_categories`, `v3arcade_challenges`, `v3arcade_favorites`, `v3arcade_games`, `v3arcade_news`, `v3arcade_ratings`, `v3arcade_sessions`, `v3arcade_tournamentplayers`, `v3arcade_tournaments`;

Rckcrwlr 04-18-2011 12:13 AM

Quote:

Originally Posted by Gemma (Post 2185779)
Doesn't uninstalling v3 Arcade remove the database tables? Then re-install the product to start over again?

I am so sorry. I had uninstalled it but did not actually delete all the uploaded files. I did that and now I have a fresh arcade.

Now I just need to get some games... :confused:

Thank you for being patient with me.

John

Gemma 04-18-2011 06:18 AM

There is documentation on v3arcade.com which gives you instructions on how to setup a Mochi account and have access to 1000s of games (ie legal games).

Also all of your previously installed IPB game types are compatible with the arcade.....there are tons of sites that offer these games - a google search will find them (not allowed to post links here sorry as most of those games are converted without author consent ie illegal)

And there is a small selection of v3Arcade games on v3arcade.com

Sai01 04-21-2011 01:01 AM

How do I install games that I downloaded? These games are in .rar or .zip files
contraining a .php file for the game, the game .swf file and two small .gif files. these are all in the archive of each games I download. I just can't seems to find a way to install them...

Saviour 04-21-2011 01:14 AM

Two things...sorry, if they have already been covered. Sometimes I get a little lazy late at night and don't feel like looking.

Anyway...

1. Is there a way to add the Arcade link to Quick Links and Community Links menu?
2. How do I disable the awards from showing up in the postbit altogether? As it stands...only one will appear if I select "No" in the settings...but, I don't want "any" to show up.

Thanks, in advance...

Sai01 04-21-2011 07:06 AM

does the games installed from mochimedia not work with V3 Arcade Highscore settings? It doesnt record my users highschool like the sample games that comes with it...? is it suppose to be like this or where can i set it?

Gemma 04-21-2011 10:23 AM

Quote:

Originally Posted by Sai01 (Post 2186921)
does the games installed from mochimedia not work with V3 Arcade Highscore settings? It doesnt record my users highschool like the sample games that comes with it...? is it suppose to be like this or where can i set it?

Yes, Mochi Media games work with the highscore system. Make sure you have the crossdomain.xml, which comes with the v3arcade archive, uploaded into your site root. Also ensure that the games you are installing are Leaderboard Enabled

It does appear that Mochi Games (leaderboard enabled ones) are installing with high scores disabled as default, you can check any Mochi Games you've installed and make sure the Disable High Scores is set to No by going to AdminCP > v3 Arcade > Manage Games and clicking on any game which doesn't save scores.

To have the games automatically enable highscores when installed do the following file edit:

Open your v3arcade_admin.php and find:
Code:

$gameperms += 8; // disable scoring
Change it to:
Code:

$gameperms += 0; // disable scoring
I'm not sure which version of the arcade you're running but it appears twice in v 2.0.3 - change both if it occurs twice.

Gemma 04-21-2011 04:07 PM

Quote:

Originally Posted by Saviour (Post 2186841)
Two things...sorry, if they have already been covered. Sometimes I get a little lazy late at night and don't feel like looking.

Anyway...

1. Is there a way to add the Arcade link to Quick Links and Community Links menu?
2. How do I disable the awards from showing up in the postbit altogether? As it stands...only one will appear if I select "No" in the settings...but, I don't want "any" to show up.


Thanks, in advance...

1. Are you wanting to remove the navbar tab and place a link in the Quick Links/Community Links menu? I think doing this would disable the arcade subnav links - Arcade Games, View Leaderboard, New Games etc

2. AdminCP > Plugins & Products > Manage Plugins > disable Awards Plugin Postbit


Sai01 04-22-2011 01:27 AM

Quote:

Originally Posted by Gemma (Post 2186959)
Yes, Mochi Media games work with the highscore system. Make sure you have the crossdomain.xml, which comes with the v3arcade archive, uploaded into your site root. Also ensure that the games you are installing are Leaderboard Enabled

It does appear that Mochi Games (leaderboard enabled ones) are installing with high scores disabled as default, you can check any Mochi Games you've installed and make sure the Disable High Scores is set to No by going to AdminCP > v3 Arcade > Manage Games and clicking on any game which doesn't save scores.

To have the games automatically enable highscores when installed do the following file edit:

Open your v3arcade_admin.php and find:
Code:

$gameperms += 8; // disable scoring
Change it to:
Code:

$gameperms += 0; // disable scoring
I'm not sure which version of the arcade you're running but it appears twice in v 2.0.3 - change both if it occurs twice.

thanks, why was it disable on default? can't of weird. now i have to delete all the games installed and install all over. cause i don't want to go through each game and edit them. i did a one click install for 30 or so games.

there's a version 2.0.3 on this? i thought 2.0.2 is the latest? where's 2.0.3?

Gemma 04-22-2011 03:17 AM

I'm not sure if it was Mochi that changed how their games are installed or not.

v2.0.3 is a beta version which is only available to branding free customers. v2.0.2 is the latest public release.

rob01 04-22-2011 03:41 AM

this addon still use alot of queries, compare to ipb?? or someone knows if this error got fixed?

BENSTER 04-23-2011 10:44 PM

Nice! Installed perfectly!

vBulletin 4.1.3 Full Suite


All times are GMT. The time now is 12:41 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.02102 seconds
  • Memory Usage 1,856KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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