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)

Gemma 06-29-2012 07:29 AM

Quote:

Originally Posted by Elitek550 (Post 2343717)
i have vb 4.2.0 and the scores dont save,

when i submit a score, this redirect to the page activity.php

why?

Firstly, did you make the edit to the index.php file which has been posted here on numerous occasions?

Also, when you install vB4.2 it automatically sets the What's New activity stream to your default page, you need to change that.

AdminCP > Settings > Navigation Manager >

Find 'Home' tab and in the 'edit' dropdown select Set Default and save the settings.

Should all work after that.

nickk96 06-29-2012 10:07 AM

There is a SQLi vulnerability in the tournaments area, developer of this modification can Private Message me for more information. Had to un-install the modification.

Gemma 06-29-2012 11:38 AM

Quote:

Originally Posted by jderouen (Post 2342376)
Installed! Everything works great, except that we've lost all the games we had. The only games available are the five that come with the Arcade. Where did all the old games go, and how do I get them back?

Should all be restored and working now :)

Skivey 06-29-2012 01:50 PM

Works fine on 4.2!

Gixxer33 06-30-2012 07:17 AM

Hello,my problem is:

have vb 4.2.0 and the scores dont save,

when i submit a score, this redirect to forum start page.

Have any idea´s?

Gemma 06-30-2012 06:26 PM

Quote:

Originally Posted by Gixxer33 (Post 2344001)
Hello,my problem is:

have vb 4.2.0 and the scores dont save,

when i submit a score, this redirect to forum start page.

Have any idea?s?

I've made some posts about this a couple of pages back, you may need to edit your index.php file if you are running either vBulletin CMS or vBAdvanced CMPS and/or you may also need to set 'Forum' to default in the Navigation Manager instead of 'What's New'

Search back over the last 3 or 4 pages and you should find the answers you need :)

typicalday 07-01-2012 04:51 AM

Been browsing online to find VBSEO Rewrite rules for vb3arcade and so far I ended up with this

Code:

'^arcade\.php$' => 'aviation-arcade/'
'^arcade\.php\?categoryid=0$' => 'arcade/category/random/'
'^arcade\.php\?categoryid=-1$' => 'arcade/category/all/'
'^arcade\.php\?categoryid=(\d+)$' => 'arcade/category/$1/'
'^arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game-$1/'
'^arcade\.php\?do=scores&gameid=(\d+)$' => 'arcade/game-$1/scores/"

Now is there anything I can add to that rule, so that I can show the game title instead of game-(whatever number is it)?

Gemma 07-01-2012 10:50 AM

Quote:

Originally Posted by typicalday (Post 2344203)
Been browsing online to find VBSEO Rewrite rules for vb3arcade and so far I ended up with this

Code:

'^arcade\.php$' => 'aviation-arcade/'
'^arcade\.php\?categoryid=0$' => 'arcade/category/random/'
'^arcade\.php\?categoryid=-1$' => 'arcade/category/all/'
'^arcade\.php\?categoryid=(\d+)$' => 'arcade/category/$1/'
'^arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game-$1/'
'^arcade\.php\?do=scores&gameid=(\d+)$' => 'arcade/game-$1/scores/"

Now is there anything I can add to that rule, so that I can show the game title instead of game-(whatever number is it)?

This was asked a few times over on the vBSEO forums and they said the core arcade files would need modified to support the rewrites.

Sadly, I don't think it was taken any further. Maybe someone on here has an idea of how to achieve this.

doubleclick 07-01-2012 05:55 PM

Hello -
I'm having some issues with the tournament system, which used to work fine.

If someone creates a tournament, The invitations are sent via pm as usual. the tournament shows up with the correct number of tiers, but with only the person who created the tournament shows. The other slots all say Empty Slot.

I just downloaded the new files and re-imported, allowing overwrite, thinking this was part of the latest vb upgrade issues, but it had no effect.

Gemma 07-01-2012 06:47 PM

Quote:

Originally Posted by doubleclick (Post 2344319)
Hello -
I'm having some issues with the tournament system, which used to work fine.

If someone creates a tournament, The invitations are sent via pm as usual. the tournament shows up with the correct number of tiers, but with only the person who created the tournament shows. The other slots all say Empty Slot.

I just downloaded the new files and re-imported, allowing overwrite, thinking this was part of the latest vb upgrade issues, but it had no effect.

They don't automatically get entered into the tournament, they just get a PM inviting them to join - the PM link re-directs to the tournament page. They still have to sign up on the tournament page or the tournament awaiting players page - the only person automatically enetered into the tournament will be the tournament creator if they so choose to be included.

doubleclick 07-01-2012 07:11 PM

Thanks again Gemma.

So, if someone invites you to play a tournament.

You log into the forum, then:
1. Click Notifications, select Inbox
2. Click the subject line to open the message.
3. Click the "View Tournament Details" link in the message.
4. Arrive at the Tournament ladder page. At this point, the user, (and in this case me) have no idea what to do. Just a deadend.
5. Click randomly (or ask Gemma) until you click Tournaments Awaiting Players.
6. Click some more, or have an flash of insight and click "sign up". Hopefully, they signed up for the tournament that they were invited to, as there doesn't seem to be any connection here between the invite and the acceptance.

Is there anyway to reduce the clicks and to get to the point? Without an instruction manual, the users can get worn out by the time they figure out how to get on board.

How about something like this:
1. Click Notifications, select Inbox
2. Click the subject line to open the message.
3. Click the "Join Tournament" link in the message, which does the same thing as step #6 above? Or get fancy and have two links, with the second being decline invitation?

That shortens the rabbit trail by half, removes a dead end, reduces navigational ambiguity. Again, this is a great script, just looking for a way to keep the user moving forward in getting to play a tournament.

Gemma 07-01-2012 08:03 PM

In the PM you receive it should link to the tournament you are invited to; all you then need to do is click the sign up button (link) on the page.

I guess you could expand the PM text a little to say something like below by editing the notify_tournament_invite_message phrase.

Code:

{1} has invited you to participate in an arcade tournament.

Game: {2}
Tournament Title: {3}

You can review details of the tournament through the link below and register your  participation by clicking on the 'Sign Up To this Tournament' link. If you don't wish to participate just ignore this message.

['url={4}/arcadetourmnt.php?do=viewtourmnt&tid={5}]View Tournament Details[/url]
['url={4}/arcadetourmnt.php?do=jointourmnt&&tid={5}]Sign Up To This  Tournament[/url]

You will need to remove the ' from the coded lines as it is only included to allow the code to show)

['url={4}/arcadetourmnt.php?do=viewtourmnt&tid={5}]View Tournament Details[/url]
['url={4}/arcadetourmnt.php?do=jointourmnt&&tid={5}]Join This Tournament[/url]

10 Gauge 07-12-2012 01:13 PM

Just installed, and it looks as thought the sub navigation bar overlaps a bunch of information, is there a fix for this? Thanks!

Gemma 07-12-2012 02:49 PM

Quote:

Originally Posted by 10 Gauge (Post 2347277)
Just installed, and it looks as thought the sub navigation bar overlaps a bunch of information, is there a fix for this? Thanks!

This should fix it.

https://vborg.vbsupport.ru/showpost....&postcount=733

kesandal 07-25-2012 10:32 PM

Quote:

Originally Posted by Recon0303 (Post 2342785)
I did all of this and double checked, I got rid of the nav bar like you said here, now its no longer over riding, but now the forum is still highlighted when in the Arcade tab, and the info from forum is there instead of the arcade nar bar stuff, like Tourment etc, I added all of them as seen here, but none of them show up.

I think what the issue is the forum is highlighting when I click arcade and the nav stuff from there is showing up over riding it, and I,m not sure why, I looked every where and even made more nav bars tabs and it does the same thing, any time I make a new nav bar tab, it high lights the forum tab even though I'm not clicking it, which is Odd.

Hello Gemma,

I have exactly the same problem as Recon describet it.

Is there a solution for that?

Thank you.

Gemma 08-02-2012 09:36 AM

Can you show a screenshot of your navigation manager settings for the arcade tab(s)?

vnairp11 08-03-2012 03:55 PM

I am having a problem submitting the arcade scores, it just boots me back to the forum home page. I do not have an index.php my forum.php is my index.

Amaury 08-14-2012 03:35 PM

So I noticed if I'm viewing anything to do with tournaments, such as the Start a New Tournament page, it gives me an unknown location. Everything else, though, like the main arcade page and leaderboard, is Viewing Page Arcade like it should be.

Is there a way to fix this?

Also, is there a way to separate games? Currently, it says Viewing Page Arcade when playing games, but I would like it to be Playing Game [Game].

rootsxrocks 08-15-2012 01:11 AM

1 Attachment(s)
Gemma, could you tell me how to edit my template to correct a problem I have had since upgrading to 4.2 some how I ended up with over writing of the navbar in the arcade :o http://crackercoast.com/crackerchat/arcade.php

https://vborg.vbsupport.ru/attachmen...1&d=1344996588

rootsxrocks 08-15-2012 01:14 AM

Quote:

Originally Posted by Gemma (Post 2347296)

Well DUH I didn't see this before posting going to see if that is it :p

Gemma 08-15-2012 12:23 PM

That should fix your navigation problems.

I'm nothing to do with v3 Arcade now that it has moved to vBAdvanced (other than it is one of the pieces of arcade software I run), so you (and anyone else) would probably be better directing support questions to the vBAdvanced team - if I'm online and I see your post I'll try and answer it if I have an answer but folks may be better of asking on www.vbadvanced.com if they are looking for a quick or definite answer as I'm not online much just now.

rootsxrocks 08-15-2012 07:17 PM

Yeah but your always have the best answers :D

I didn't even know about the new navigation tool till I read your instructions , I put one up for my calendar too.

Draffi 08-27-2012 10:53 PM

Hello!

Using VB 4.2 and the last v3 Arcade Mod.

Is there a way, to enter the Game, User and Points-Data into the activity-Stream (activity.php) (without creating a topic) ?

Recon0303 09-08-2012 07:41 PM

Does anyone know how to have it beat High scores??? I notice one person got the highscore and ever since, no one can beat it even when they do.

The rest works fine as far as I can tell.

Hippy 09-09-2012 11:36 AM

Quote:

Originally Posted by Recon0303 (Post 2363786)
Does anyone know how to have it beat High scores??? I notice one person got the highscore and ever since, no one can beat it even when they do.

The rest works fine as far as I can tell.

practice :D

Recon0303 09-10-2012 01:13 AM

Quote:

Originally Posted by Hippy (Post 2363978)
practice :D

No it does not work fine, the person that is the leader is NOT the leader he has a lower score and it does not replace with the correct person.

topsoftware 09-10-2012 07:27 AM

Hi,

I have a blank (new) installation of vb 4.2, I installed all the files from the zip into the root directory on the server.

But when trying to install the xml file I get the error:-

"No file uploaded and no local file found."

Any ideas?

EDIT:- I even tried leaving everything in the "Forums" folder, and having the 2 sets of files. Still the same error.

Gemma 09-10-2012 03:23 PM

Quote:

Originally Posted by Recon0303 (Post 2364152)
No it does not work fine, the person that is the leader is NOT the leader he has a lower score and it does not replace with the correct person.

Have you tried running the Maintenance Tools?

AdminCP > v3 Arcade > Maintenance - run both Rebuild Awards & High Score Cache and Rebuild Game Scores

Gemma 09-10-2012 03:26 PM

Quote:

Originally Posted by topsoftware (Post 2364197)
Hi,

I have a blank (new) installation of vb 4.2, I installed all the files from the zip into the root directory on the server.

But when trying to install the xml file I get the error:-

"No file uploaded and no local file found."

Any ideas?

EDIT:- I even tried leaving everything in the "Forums" folder, and having the 2 sets of files. Still the same error.

Not seen this before, with any product so forgive me for dumb questions :)

Are you using the latest version of the arcade and is it the vB4.x version?
Have you had any difficulties installing other products?
Anything like mod_security installed on your server?

topsoftware 09-10-2012 05:29 PM

Hi thanks for your reply.

Yes I am using the latest version of arcade (v3_arcade_for_vbulletin_2_0_3A_(vb4)).

I have had no problems installing any other mod/theme etc.

As of yet there is no security mods employed.

But I did try the other arcade (ibProArcade2.7.2+) that installed and ran OK, i just do not like this version. I installed this after deleting all of the v3_arcade version.

Gemma 09-10-2012 05:45 PM

1 Attachment(s)
Quote:

Originally Posted by topsoftware (Post 2364364)
Hi thanks for your reply.

Yes I am using the latest version of arcade (v3_arcade_for_vbulletin_2_0_3A_(vb4)).

I have had no problems installing any other mod/theme etc.

As of yet there is no security mods employed.

But I did try the other arcade (ibProArcade2.7.2+) that installed and ran OK, i just do not like this version. I installed this after deleting all of the v3_arcade version.

The product file could be corrupt, trying using the one in the attachment I've posted and see if it installs using that.

nacaruncr 09-11-2012 08:50 AM

I'm having this eror when I try to Import games from MochiMedia.com:

Code:

Fatal error: Must set URL with set_option(VURL_URL, $url) in [path]/includes/class_vurl.php on line 350
#0 vb_error_handler(256, Must set URL with set_option(VURL_URL, $url), /home/myweb/public_html/includes/class_vurl.php, 350, Array ()) #1 trigger_error(Must set URL with set_option(VURL_URL, $url), 256) called at [/home/myweb/public_html/includes/class_vurl.php:350] #2 vB_vURL->exec2() called at [/home/myweb/public_html/includes/class_vurl.php:272] #3 vB_vURL->exec() called at [/home/myweb/public_html/includes/class_vurl.php:479] #4 vB_vURL->fetch_body(, 0, , ) called at [/home/myweb/public_html/includes/functions_file.php:221] #5 fetch_body_request() called at [/home/myweb/public_html/admincp/v3arcade_admin.php:1098]


Gemma 09-11-2012 02:42 PM

Quote:

Originally Posted by nacaruncr (Post 2364550)
I'm having this eror when I try to Import games from MochiMedia.com:

Code:

Fatal error: Must set URL with set_option(VURL_URL, $url) in [path]/includes/class_vurl.php on line 350
#0 vb_error_handler(256, Must set URL with set_option(VURL_URL, $url), /home/myweb/public_html/includes/class_vurl.php, 350, Array ()) #1 trigger_error(Must set URL with set_option(VURL_URL, $url), 256) called at [/home/myweb/public_html/includes/class_vurl.php:350] #2 vB_vURL->exec2() called at [/home/myweb/public_html/includes/class_vurl.php:272] #3 vB_vURL->exec() called at [/home/myweb/public_html/includes/class_vurl.php:479] #4 vB_vURL->fetch_body(, 0, , ) called at [/home/myweb/public_html/includes/functions_file.php:221] #5 fetch_body_request() called at [/home/myweb/public_html/admincp/v3arcade_admin.php:1098]


Seems to be problems with some games, try following the steps in this thread - http://www.vbadvanced.com/forum/showthread.php?t=46930

I've come across this error myself lately and had to go back and install the games in smaller batches until I found the game causing the error. I then downloaded and imported that game manually and everything was fine again.

doubleclick 09-11-2012 05:09 PM

Hello -

I need a little troubleshooting help.

When I look at my "Pending Challenges" section, the challenges I have already played are still there. When clicking the link, I get this messge: "Our records show that you've already played your part in this challenge before. Only one score can be submitted per challenge."

Do you know where I can look for the problem or where I can fix it?

Thanks!

Gemma 09-11-2012 05:22 PM

Quote:

Originally Posted by doubleclick (Post 2364681)
Hello -

I need a little troubleshooting help.

When I look at my "Pending Challenges" section, the challenges I have already played are still there. When clicking the link, I get this messge: "Our records show that you've already played your part in this challenge before. Only one score can be submitted per challenge."

Do you know where I can look for the problem or where I can fix it?

Thanks!

Has the other player played their part of the challenge?

doubleclick 09-11-2012 05:34 PM

Yes, they have, and the score of the challenge is displayed at the top of the "Recent Challenges" block.

When the other person tries to challenge me again, she gets "You've already challenged doubleclick to a game of Bloots.

Can you only challenge someone to a game once, or is a record not being updated?

doubleclick 09-11-2012 05:57 PM

I just checked the tables, and both the winnerid and loserid fields for the challenges still showning up were 0

I deleted the challenge records, and will keep an eye out for this happening again. I hope it was just a random fluke.

nacaruncr 09-12-2012 04:12 AM

Quote:

Originally Posted by Gemma (Post 2364330)
Have you tried running the Maintenance Tools?

AdminCP > v3 Arcade > Maintenance - run both Rebuild Awards & High Score Cache and Rebuild Game Scores

no.. it does not help... in a game someone have (ex.) 1000 in score and is the first place, but other user has 2000 and its the second place :/
I did the maintenance tools but it does not work :/

Gemma 09-12-2012 07:54 AM

Quote:

Originally Posted by nacaruncr (Post 2364714)
no.. it does not help... in a game someone have (ex.) 1000 in score and is the first place, but other user has 2000 and its the second place :/
I did the maintenance tools but it does not work :/

Are the games set as high or low scoring? To check, go to

AdminCP > v3 Arcade > Manage Games and select any game where this problem occurs. Click to edit and scroll down to Use Reverse Scoring - Reverses the scores, so that the lowest numerical value is the highest score (YES/NO).

If it is set to YES then all the scores are set to lowest score wins. If this is the case then, this should fix your problem - http://www.vbadvanced.com/forum/show...04&postcount=2

Bob_R 09-15-2012 08:41 PM

I want to rid myself of ibProArcade for vBulletin and go to V3 arcade for vBulletin?

What exactly must I do?
Where do I get games for V3 Arcade?

Thanks!! :up:


All times are GMT. The time now is 02:02 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.02677 seconds
  • Memory Usage 1,857KB
  • 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
  • (5)bbcode_code_printable
  • (17)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