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 11-16-2010 05:35 PM

Ok it will be a v32 game. What happens when you're submitting scores?

8thos 11-16-2010 06:49 PM

Quote:

Originally Posted by Gemma (Post 2122535)
Ok it will be a v32 game. What happens when you're submitting scores?

While I'm playing the game, it will show my points when I kill a ninja, then it will automatically drop down to zero, rinse, wash, repeat.

yahooooh 11-17-2010 04:12 PM

hello
i was using v3arcade v 1.0.8 as subdomain with little change that i did in the file arcade.php
and i put the arcade in subdomain and use for more than one year

but now after i upgrade vb4 and v3arcade i use the same manner and the file will be work but the links of the games still show the links ad main domain

what i did :

just open this arcade.php
and look for :
PHP Code:

    'userinfosearch' => array(
        
'v3arcade_miniuserinfo'
    
)
); 

then add :
PHP Code:

  require_once('./dyna_config.php');

chdir($forumpath); 

after that make file :
dyna_config.php
with those code:
PHP Code:

<?php

error_reporting
(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS'1);

// ============================================
// Enter the full path to your forum here
// Example: /home/yoursite/public_html/forum
// ============================================

$forumpath '/home/user99/public_html';

?>

after you write the coorect forum info it will work on the subdomain
the same way change all files that related to arcade on the level of the forum but put them on the subdomain
also you can fix the score submits with the same manner

this was work on the 1.0.8

but now it still show links of the games ,categories and others as from the main domain
for example
forum on :
http://www.site.com
the usual arcade url was :
http://www.site.com/arcade.php

after i did the changes
it will be :
http://games.site.com/arcade.php
but when i visit the links inside still show the main domain ,ex:
http://www.site.com/arcade.php?do=play&gameid=5171
and also all links for categories and others

i try to change the arcade url in style by replacement of :
<a href="arcade.php?{vb:raw session.sessionurl}
to
<a href="http://games.site.com/arcade.php?{vb:raw session.sessionurl}

but the result will be all links show :
http://www.site.com/games.site.com/arcade.php
and so on


how to fix this

ellinofatsa 11-21-2010 01:57 PM

i have problem with the score i have vb4,08 pats 2 i have v3 Arcade
the games are not save the score and if the game its in the end and i clik for submit
i see this link
http://www.ellinofatsa.gr/forums/ind...de&do=newscore
and a blang page!!!
i have do that= If you are using vBAdvanced - http://www.v3arcade.com/forums/showthread.php?t=3407
bud nathing!!!
is that inposible for litle help?
thank you!!!

you can take a look in my forum you can play as gest in the new games and see the problem!
my forum http://www.ellinofatsa.gr

i hope for your help

Gemma 11-21-2010 09:06 PM

Quote:

Originally Posted by ellinofatsa (Post 2124201)
i have problem with the score i have vb4,08 pats 2 i have v3 Arcade
the games are not save the score and if the game its in the end and i clik for submit
i see this link
http://www.ellinofatsa.gr/forums/ind...de&do=newscore
and a blang page!!!
i have do that= If you are using vBAdvanced - http://www.v3arcade.com/forums/showthread.php?t=3407
bud nathing!!!
is that inposible for litle help?
thank you!!!

you can take a look in my forum you can play as gest in the new games and see the problem!
my forum http://www.ellinofatsa.gr

i hope for your help

I think your problem is related to this - https://vborg.vbsupport.ru/showpost....3&postcount=76

Can you check the v3arcade_games table in your database and browse some of the games that aren't scoring and see if the shortname field in the database is empty?

An example from your site would be the game girl_powerJS - it should be called 'Girl Power' as the girl_powerJS is the shortname.

If you look at the image in the url I posted above it shows you where the shortname should go when installing games, unfortunately the phrase is missing from the install screen at present. Best thing to do would be try it with one of the games that isn't working and see if it records scores.

SwollenCranium 11-21-2010 10:39 PM

BUG:

Type: Cosmetic ... low priority

The Arcade Statistic tab in the user profile does NOT follow the same customization conventions that the user has selected. In other words the Arcade Stats become invisible under certain conditions of customizations.

Other than that this Arcade mod is tits and works great!

CK 11-22-2010 12:15 PM

Hello,

I recently switched from ibproaracde to V3. I did a fresh install of V3 and all appeared to be working well. However I have since signed up to Mochi and added several games via admincp (the browse games option). All the games installed but none of them save scores, can you tell me how to fix this please.

Forum www.the-sps.org

Gemma 11-22-2010 12:31 PM

Quote:

Originally Posted by ChemicalKicks (Post 2124617)
Hello,

I recently switched from ibproaracde to V3. I did a fresh install of V3 and all appeared to be working well. However I have since signed up to Mochi and added several games via admincp (the browse games option). All the games installed but none of them save scores, can you tell me how to fix this please.

Forum www.the-sps.org

Did you upload crossdomain.xml to your site root?

CK 11-22-2010 02:03 PM

Cheers for that, I have now. Hopefully that'll do the trick.

210665 11-22-2010 04:17 PM

Hello

I have installed in my forum ibProArcade v2.7.0 +, the forum runs vBulletin 4.0.8 Patch Level 2
Can I now v3 Arcade - Professional vBulletin Gaming (VB4) install and use the Games for ibProArcade v2.7.0 +
Sorry for my English Google
Thanks
----------------------------------------------------------------------------------

Hallo

Ich habe bei mir im Forum ibProArcade v2.7.0+ installiert, im Forum läuft vBulletin 4.0.8 Patch Level 2.
Kann ich jetzt v3 Arcade - Professional vBulletin Gaming (vB4) einfach installieren und die Spiele von ibProArcade v2.7.0+ nutzen
Sorry für mein Google Englisch
Danke


All times are GMT. The time now is 09:35 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.01718 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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