vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (https://vborg.vbsupport.ru/showthread.php?t=205692)

Biker_GA 07-08-2009 10:16 AM

It's an option that can be turned off.

Joey805 07-10-2009 10:15 PM

Upgrade from 1.07 seemed to go well, but I'm having just one problem. When I got the main arcade page and click on someones name with a high score, it does nothing and I get an explanation point error in the taskbar of internet explorer. When I click on it. the following message appears:


Line: 169
Char: 2
Error: 'xml.handler.readyState' is null or not an object
Code: 0
URL: www.mysite.com/forum/arcade.php

testebr 07-12-2009 08:41 AM

I found a small 'bug' on arcade admin (arcadeadmin.php):

If you setup an custom admincp folder, maybe you will have problem to install games, receiving a php error.

Solution, change both line bellow:

Line 572:

Code:

        print_input_row($vbphrase['file_path'], 'filepath', 'admincp/games');
To:

Code:

        print_input_row($vbphrase['file_path'], 'filepath', $vbulletin->config['Misc']['admincpdir'] . '/games');
Line 579:

Code:

        print_input_row($vbphrase['file_path'], 'filepath', 'admincp/games');
To:

Code:

        print_input_row($vbphrase['file_path'], 'filepath', $vbulletin->config['Misc']['admincpdir'] . '/games');
I hope this small fix can be integrated in next minnor release.

love. 07-13-2009 02:07 AM

thank u

KW802 07-13-2009 04:12 PM

Quote:

Originally Posted by Joey805 (Post 1846634)
...

Please PM a link to your site along with a test account I can use to access the v3 Arcade so I try to duplicate the problem. Have not gotten other reports about it.

Quote:

Originally Posted by testebr (Post 1847349)
I found a small 'bug' on arcade admin (arcadeadmin.php):
...
I hope this small fix can be integrated in next minnor release.

Thank you for bringing this to our attention; I will forward it to Brian to make sure that it is fixed in the upcoming 2.0.0 release. 2.0.0 has had several sections of code extensively rewritten and is currently in Alpha testing (new features are still being added).

fourat 07-14-2009 11:48 PM

thank you
how i download games and add it to my forum ?

testebr 07-15-2009 08:52 AM

Quote:

Originally Posted by fourat (Post 1848879)
thank you
how i download games and add it to my forum ?

Go to google and find by ipb games.

To install, just upload the compressed file to admincp/games and go to admincp -> game tools.

Chrisg20 07-15-2009 11:34 PM

I have installed the Arcade and on the nav bar, the link keeps redirecting to */forums/arcade.php and I need it to just be /arcade.php. How do I change this?

SEW810 07-16-2009 02:00 AM

I got two issues

This one

Quote:

Our records show that you've already played your part in this challenge before. Only one score can be submitted per challenge.
I didn't found any option to disable that )/&(%/&$&%$% thing.

And this other one:
Quote:

Set Challenge Permissions for All
Using this tool will set permissions for all forum users to allow Arcade challenges. Usually this is a good idea because installing the Arcade on a forum with many members will result in challenges being disabled by default, this will rectify that.
I just click START button and nothing appends with users accounts.

Thnx for your help

Almost forgot.
Installed mod !!!!!!!!!!!!!!!!!!!!

SAT2M 07-17-2009 11:36 AM

How can I download & install more game for this ?

testebr 07-17-2009 09:25 PM

Quote:

Originally Posted by SAT2M (Post 1850495)
How can I download & install more game for this ?

Read https://vborg.vbsupport.ru/showpost....&postcount=487

grahamsmythe 07-18-2009 11:45 AM

I have just installed Arcade on our forum. Absolutely brilliant!

One small problem though.

Our forum is installed as follows:

www.ourwebsitename.com/forum

Because we have the whole of the forum software installed at /forum none of the images that we uploaded seem to work.

What do I have to do to re-link them?

SEW810 07-18-2009 07:03 PM

Quote:

Originally Posted by SEW810 (Post 1849653)
I got two issues

This one
I didn't found any option to disable that )/&(%/&$&%$% thing.
And this other one:
I just click START button and nothing appends with users accounts.
Thnx for your help
Almost forgot.
Installed mod !!!!!!!!!!!!!!!!!!!!


Is mister Kevin around here?.

3rd issue : http://www.v3arcade.com/forums/showt...2755#post12755

Please please help me.

testebr 07-20-2009 11:56 PM

More one 'bug' detected:

The phrase "Latest Scores" on arcade home 'sidebar' is not in vb phrase system. I just translated directly in template 'arcade_main'.

Hope you can 'fix' it in next release.

ps: where I can see news about the upcoming version 2.0?

UPDATE:

other phrase not in vb system:

player scored x,xxx playing gameX. (arcade_main_latestscores template)

UPDATE 2:

other phrase not in vb system:

Latest Scores (arcade_main_alt template)

SEW810 07-21-2009 02:50 AM

Nothing yet?

testebr 07-21-2009 04:44 PM

More one error it was found:

This line bellow at template arcade_scores:

Code:

<td class="thead" width="10%" align="center"> $vbphrase[time] </td>
The correct is:

Code:

<td class="thead" width="10%" align="center"> $vbphrase[date] </td>
I hope my bug reports will be fixed in next version.

testebr 07-21-2009 07:25 PM

At ajax search follow this steps:

1) search for any game (make sure game exists on arcade)
2) the results will show
3) now delete the text of search field and see the dots gif still visible all time after you clear the field.

Here is my solution for this small fault. Edit the template arcade_ajaxsearch and replace that function bellow:

Code:

function gamesearch(searchstring)
{
        clearTimeout(asearch);
        if (searchstring.length >= $vboptions[mingsearchlength])
        {
                searching();
                delaystring = "arcadesearch('" + searchstring + "');";
                asearch = setTimeout(delaystring, $vboptions[ajaxsearchdelay]);
        }
        else
        {
                document.getElementById('searchtable').innerHTML = '';
                nowsearching = 0;
        }
}


SEW810 07-22-2009 01:36 AM

Mr. tester, i have installed this product, clicked installed.
I got some issues (posted 3 days ago)

Nobody answers, all of you coders ignore my messages. What happend?
What did I do to you?

Regards

testebr 07-22-2009 10:21 AM

Sorry, I can't help you this time. Wait for developer or try post at v3arcade.com boards.

ps: I'm not a v3arcade coder.

SEW810 07-22-2009 04:57 PM

Oh, I see. Thanx any way ;)

HMBeaty 07-24-2009 10:33 PM

Installation instructions are included in the .zip file

leodestroy 07-25-2009 04:36 PM

Russian lang http://vbsupport.org/forum/showthrea...763#post259763

Mahar 07-25-2009 05:27 PM

There is a bit of a mishap for me...in the games editing area it says minimum reputation to play: 0 and I don't want rep to be a factor in this so I keep it at Zero but, if a member of mine has negative rep it wont allow them to play the arcade

gweb 07-26-2009 10:34 PM

Always loved V3.... still running an older verion with no probs!!!! Link

Allan 07-31-2009 03:41 PM

1 Attachment(s)
French language v1.1.1 :)

Translator: Sofia / Sunray / Allan / Olijo

Adem GEN? 08-01-2009 04:23 PM

Hello,

vB Database Backup (Lite) While backup is the database error and Error:
Quote:

Database error in vBulletin 3.8.3:

Invalid SQL:
SHOW CREATE TABLE `arcade_favorites`;

MySQL Error : Table 'xxxxxxxx.arcade_favorites' doesn't exist
Error Number : 1146
How can resolve this problem?

bposner 08-01-2009 06:04 PM

thank you for a great product.
I am not, nor do I pretend to be a coder. I can add things to code, copy and paste and proficient enough to drop routines into code, but do not code. The link did not come up in our current template, but would like to but the link under the community drop down menu. What they use there from what I can tell is: which is one link to social groups
<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
</if>

Would someone know the correct way to add a section for the v3arcade?
Thank you!

Nokia Tech 08-02-2009 11:57 AM

Just re-installed after a VB upgrade, All working perfect again

Many thanks for this great addon... hours more fun ahead

Clicks Install here

bada_bing 08-03-2009 01:37 PM

Just installed and I am getting this error when I click on the default user settings

Warning: Invalid argument supplied for foreach() in [path]\includes\functions.php on line 4080

Alvilde 08-03-2009 05:41 PM

I have version 1.0.7 installed on my board (which I inherited, so I didn`t do the 1.07 installation), and after I upgraded to vBulletin 3.8.3 the Arcade doesn`t work. Can I simply uninstall the existing version and install 1.1.1, or is there anything else I need to do?

Oblivion Knight 08-04-2009 07:24 AM

Quote:

Originally Posted by testebr (Post 1853116)
Here is my solution for this small fault. Edit the template arcade_ajaxsearch and replace that function bellow:

Code:

function gamesearch(searchstring)
{
        ...
}


Nice spot, I never noticed that before.


Quote:

Originally Posted by Mahar (Post 1855299)
There is a bit of a mishap for me...in the games editing area it says minimum reputation to play: 0 and I don't want rep to be a factor in this so I keep it at Zero but, if a member of mine has negative rep it wont allow them to play the arcade

Set your minimum reputation to a rediculous minus figure, the default should be -1000.


Quote:

Originally Posted by bada_bing (Post 1860712)
Just installed and I am getting this error when I click on the default user settings

Warning: Invalid argument supplied for foreach() in [path]\includes\functions.php on line 4080

Update one of your usergroups via the admincp, the bitfields need to be rebuilt.

cbiweb 08-11-2009 07:55 PM

I'm getting the same error:
Warning: Invalid argument supplied for foreach() in [path]\includes\functions.php on line 4080

Quote:

Originally Posted by Oblivion Knight (Post 1861082)
Update one of your usergroups via the admincp, the bitfields need to be rebuilt.

One of my usergroups? Which one?? :confused: And rebuilding the bitfields didn't work.

Mustang Sally 08-12-2009 11:48 AM

Quote:

Originally Posted by cbiweb (Post 1865347)
I'm getting the same error:
Warning: Invalid argument supplied for foreach() in [path]\includes\functions.php on line 4080

One of my usergroups? Which one?? :confused: And rebuilding the bitfields didn't work.


I'm getting the same error. When I go into usergroups- edit, I don't see anything for arcade permissions. What have I done wrong?? Am I missing files??

djextreem 08-12-2009 01:33 PM

thnx alot dod

installed

http://www.ham-sat.com/vb/arcade.php

im adding new games now

djextreem 08-12-2009 02:22 PM

i got this error when trying to install games from www.v3arcade.com

Quote:

XML: Not well-formed (invalid token
and i gave the 777 permission to the required folders

plz help

KW802 08-18-2009 06:09 PM

For those with a branding free license, an updated alpha copy has been posted at v3Arcade.com.

KW802 08-18-2009 06:10 PM

Quote:

Originally Posted by djextreem (Post 1865882)
i got this error when trying to install games from www.v3arcade.com

and i gave the 777 permission to the required folders

plz help

Please try the suggestions in this FAQ...

http://www.v3arcade.com/forums/showthread.php?t=1748

snowlion 08-19-2009 07:36 AM

Code:

Database error in vBulletin 3.8.2:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_arcade AS phrasegroup_arcade,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_arcade' in 'field list'
Error Number  : 1054
Request Date  : Monday, August 17th 2009 @ 05:41:13 AM
Error Date    : Monday, August 17th 2009 @ 05:41:13 AM
Script        : http://bentinhyeu.info/forum/arcade.php
Referrer      :
IP Address    : 72.36.128.66
Username      :
Classname    : vB_Database
MySQL Version :

i have no idea

KW802 08-19-2009 04:57 PM

Snowlion, was that a fresh install or an upgrade? When is that error occurring? (As a guest going to that URL I'm not seeing an error.)

The Big Three 08-19-2009 09:02 PM

I uploaded everything, and imported the XML file. Everything looks great, theres no errors... but when I click on a game it just gives everyone a blank white screen.

Solution?


All times are GMT. The time now is 01:50 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.02204 seconds
  • Memory Usage 1,845KB
  • 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
  • (9)bbcode_code_printable
  • (15)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