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)

tracye1020 04-25-2011 03:12 PM

I'm getting this error every once in awhile. Any help would be appreciated. Thank you!

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-25-2011 04:07 PM

Any particular type of game (IPB, v3 Arcade or Mochi) that this error is being displayed for, and is it related to one specific browser type?

tracye1020 04-25-2011 04:25 PM

I only have IPB games installed and I use IE but I'm not sure about others browsers.

Idawg 04-26-2011 04:38 AM

I have a clean install of vb413 suite with this arcade installed. I have the CMS shut off for now. It does not record scores at all. It is 1230am and I did not feel like going thru 25 pages of posting to see LOL

Is there a code or something I need to add to a template??

Gemma 04-26-2011 10:37 AM

Quote:

Originally Posted by Idawg (Post 2188757)
I have a clean install of vb413 suite with this arcade installed. I have the CMS shut off for now. It does not record scores at all. It is 1230am and I did not feel like going thru 25 pages of posting to see LOL

Is there a code or something I need to add to a template??

Regardless of whether the CMS is enabled or not you will still need to apply the following - http://www.v3arcade.com/forums/showthread.php?t=3215

Idawg 04-26-2011 01:57 PM

THANKS !!! It works now :)

rob01 04-27-2011 05:24 PM

ibProArcade queries are a lot less sever intesive than v3Arcade.

i mean the queries stuff
someone knows if this already got fixed?

KW802 04-27-2011 07:56 PM

Quote:

Originally Posted by rob01 (Post 2189367)
ibProArcade queries are a lot less sever intesive than v3Arcade.

i mean the queries stuff
someone knows if this already got fixed?

Can you give an example?

battman411 05-17-2011 09:07 PM

I am a VB noob and it installed quite easily for me! 5 mins and it was up and running!

WhatChaMissin 05-19-2011 01:09 AM

great install, no edits and no hassles.

Thanks!

TheInsaneManiac 05-21-2011 04:17 AM

IBPro Arcade has anti cheat measures, does this and can this be implemented with such?

clubvr4 05-24-2011 08:55 AM

Maybe im being blind but i cannot for the life of me see how to do this...

.. i need to set up auto prune of the scores, so that they reset each month ..

Can anyone please addvise on how i can achieve this?

CK 05-28-2011 10:12 PM

Need help.

Why can't anyone join a tournament? The only option available on the tournament page is "withdraw" how can I fix this?

CK 05-29-2011 04:36 PM

Is their anyway just to default all the settings even? Getting no go on the v3Arcade forum :(

BayLee2 05-29-2011 07:19 PM

How do I adjust members avatars on the arcade page? Some avatars are too big and are not aligned correctly. Is there an option to adjust it?

BayLee2 05-30-2011 06:24 PM

Quote:

Originally Posted by BayLee2 (Post 2201378)
How do I adjust members avatars on the arcade page? Some avatars are too big and are not aligned correctly. Is there an option to adjust it?

Can anyone provide help please?

CK 05-30-2011 06:57 PM

More information will probably help.

When you say that the avatars are too large, they just feed off your general Avatar size for the forum. How are they not aligned correctly?

Link?

Also mate I think this mod may be dead in terms of support.

midnz 05-30-2011 07:18 PM

Quote:

Originally Posted by ChemicalKicks (Post 2201798)
Also mate I think this mod may be dead in terms of support.

I've found good support here >> http://www.v3arcade.com/ << when I've needed it.

BayLee2 05-30-2011 07:24 PM

1 Attachment(s)
Sure here is the link, however it won't show my avatar. I have added a screen shot for you.
http://www.tarantulasus.com/arcade.php



Is there an updated version of Arcade - Professional vBulletin Gaming (vB4) we missed?

Gemma 05-30-2011 07:26 PM

Quote:

Originally Posted by BayLee2 (Post 2201810)
Sure here is the link, however it won't show my avatar. I have added a screen shot for you.
http://www.tarantulasus.com/arcade.php



Is there an updated version of Arcade - Professional vBulletin Gaming (vB4) we missed?

This might point you in the right direction ;)

https://vborg.vbsupport.ru/showpost....2&postcount=47

CK 05-30-2011 08:11 PM

Quote:

Originally Posted by midnz (Post 2201805)
I've found good support here >> http://www.v3arcade.com/ << when I've needed it.

Seems pretty quiet over there too though, sadly.

Would love to hear a formal announcement on the continued development.

BayLee2 06-03-2011 05:11 AM

Quote:

Originally Posted by Gemma (Post 2119112)
Sorry I thought you meant on the highscores list :o

Open v3ARCADE_Main and find
Code:

<vb:if condition="$show['avatar']">
                                        <div>
                                                <vb:if condition="!$player['userid']">
                                                        <img class="v3_gameicon" src="{vb:raw player.avatarurl}" 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>


Replace it with
Code:

<vb:if condition="$show['avatar']">
                                        <div>
                                                <vb:if condition="!$player['userid']">
                                                        <img class="v3_gameicon" src="{vb:raw player.avatarurl}" height="xxx" 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}" height="xxx" alt="" border="0" /></a>
                                                </vb:if>
                                        </div>
                                </vb:if>

Changing the xxx (2 instances) to whatever suits your forums


Sorry, but where do I find main? I looked under my Admin CP and it is not under Plugins & Products. Please be specific where I can located this code.
Thanks

CK 06-03-2011 06:27 AM

edit out incorrect comment :)

Gemma 06-03-2011 08:56 AM

Quote:

Originally Posted by BayLee2 (Post 2202937)
Sorry, but where do I find main? I looked under my Admin CP and it is not under Plugins & Products. Please be specific where I can located this code.
Thanks

Its a template. In your AdminCP, go to Styles & Templates, choose the style you are using and find v3ARCADE_MAIN or go to Styles & Templates and search templates for v3ARCADE_MAIN

BayLee2 06-03-2011 11:25 PM

Thanks a bunch! I've got it now! Works great with 175 as the replacement #s. :D

dizzynation 06-08-2011 04:07 AM

Would be really nice if you could just fix the link you in the OP thanks

Gemma 06-08-2011 05:06 AM

Which link?

KW802 06-09-2011 01:43 AM

UPDATES: New version released & new team member

The attachment in the first post has been updated for the new 2.0.3 release! Check out the announcement thread here for a list of the updates.

We are also happy to announce that Gemma has joined the v3A team! Please give her a welcome to the team here.

SuperTaz 06-09-2011 02:07 AM

Very nice. Thanks.

DS MrSinister 06-09-2011 02:15 AM

Thanks Kevin. Updated went very well..

Pionex 06-09-2011 10:04 AM

OR != 1 OR

get this error when submitting a mochi game score
score does not submit to my website, and with that error I get a message stating you dont have permission to view this page ..... do know the solution for this?

KW802 06-10-2011 02:30 AM

Quote:

Originally Posted by Pionex (Post 2205405)
OR != 1 OR

get this error when submitting a mochi game score
score does not submit to my website, and with that error I get a message stating you dont have permission to view this page ..... do know the solution for this?

Pionex, is that happening with all Mochi games for your or just certain games? Is it consistent? If you can duplicate it, please let me know which game it is and I'll try to duplicate it.

stwan 06-10-2011 04:11 AM

KW802, bug in arcade.php?do=leaderboard (v3 Arcade v2.0.2-2.0.3; vbulletin v4.1.3)
Code:

Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 203

This bug not only me :(

http://ourdjtalk.com/arcade.php?do=leaderboard
http://www.squareenixforums.net/arca...do=leaderboard
http://www.myspain.es/forum/arcade.php?do=leaderboard

etc.

KW802 06-10-2011 07:00 PM

Quote:

Originally Posted by stwan (Post 2205696)
... in arcade.php?do=leaderboard (v3 Arcade v2.0.2-2.0.3; vbulletin v4.1.3)
Code:

Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 203

It has been reported at v3Arcade.com; we're looking into it. So far only a few number of people have reported it.

Pionex 06-11-2011 08:31 AM

Quote:

Originally Posted by KW802 (Post 2205679)
Pionex, is that happening with all Mochi games for your or just certain games? Is it consistent? If you can duplicate it, please let me know which game it is and I'll try to duplicate it.


I over looked the crossdomain xml file, that solved that issue after being uploaded.



new issue:

when i click view leaderboard:

Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 207

Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 207

Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 207

KW802 06-11-2011 01:05 PM

@Pionex & @stwan:

Please download a fresh copy of the attachment in the first post here. It has just been updated a few minutes ago. Upload the file /includes/v3arcade_functions.php to your server; make sure you replace the existing copy on your server with the new version.

After uploading the new version of /includes/v3arcade_functions.php, run the following option in your ACP.
ACP => v3 Arcade => Maintenance => Rebuild Awards & High Score Cache
Please let me know if the problem is still present after uploading the new file & rebuilding the cache.

Thanks

stwan 06-11-2011 02:49 PM

Quote:

Originally Posted by KW802 (Post 2206212)
@Pionex & @stwan:

Please download a fresh copy of the attachment in the first post here. It has just been updated a few minutes ago. Upload the file /includes/v3arcade_functions.php to your server; make sure you replace the existing copy on your server with the new version.

After uploading the new version of /includes/v3arcade_functions.php, run the following option in your ACP.
ACP => v3 Arcade => Maintenance => Rebuild Awards & High Score Cache
Please let me know if the problem is still present after uploading the new file & rebuilding the cache.

Thanks

Not fixed for me :(

Pionex 06-11-2011 08:15 PM

Fixed my problem, Thank you.

KW802 06-11-2011 08:55 PM

Quote:

Originally Posted by stwan (Post 2206242)
Not fixed for me :(

Is that with an updated copy of the file from the refreshed zip file in version 2.0.3 and you rebuilt the cache?

KW802 06-11-2011 08:56 PM

Quote:

Originally Posted by Pionex (Post 2206367)
Fixed my problem, Thank you.

Thanks for confirming. :cool:


All times are GMT. The time now is 05:50 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.02208 seconds
  • Memory Usage 1,833KB
  • 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
  • (4)bbcode_code_printable
  • (14)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