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)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

phkk 12-28-2009 02:34 PM

I made an edited my arcade.php but why my system keep loading an old arcade.php. I have vboptimise. Where are the ibproarcade cache save of ?
Please help

$DEBUGMODE = 1; // 0 = off / 1 = enable the debugmode / 2 = verbose debugging (support only!)
$NATIVEMODE = 1; // set this to 1 to disable all Hooks/PlugIns within ibProArcade
$LOGIPS = 1; // set this to 0 to disable logging of IP-addresses

CrosseyedGamer 12-28-2009 02:49 PM

Quote:

Originally Posted by CrosseyedGamer (Post 1939736)
I have been trying to fix an error for sometime now and even posted this in the support area.
There is a code that says it needs to be added to the index.php file to get the scores to save. When I add that I end up with the following at the top of my homepage -
Notice: Undefined index: module in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 3

Notice: Use of undefined constant act - assumed 'act' in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 42

Notice: Undefined index: act in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 42

Notice: Use of undefined constant autocom - assumed 'autocom' in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 43

Notice: Undefined index: autocom in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 43

Notice: Use of undefined constant showuser - assumed 'showuser' in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 44

Notice: Undefined index: showuser in /var/www/vhosts/crosseyedgamer.com/httpdocs/index.php on line 44

A week later and I still have this issue at my root URL. Is there in fact support for this arcade or no?

ftechuk 12-28-2009 08:47 PM

Is there a built in points system for this arcade? I have searched high and low but cant find any mention of it. Seems there are fields in the DB for one but nothing in admin.

Having moved across from IPB version its a bit disappointing not to find one.

Cheers
Jim.

Digital Jedi 12-29-2009 09:09 AM

Quote:

Originally Posted by CrosseyedGamer (Post 1940473)
A week later and I still have this issue at my root URL. Is there in fact support for this arcade or no?

Not in this thread. It's offered in the separate subforum.

CrosseyedGamer 12-29-2009 03:22 PM

Quote:

Originally Posted by Digital Jedi (Post 1941346)
Not in this thread. It's offered in the separate subforum.

I posted over there as well and still haven't gotten this resolved.

Edrondol 12-29-2009 04:56 PM

Quote:

Originally Posted by Crystal Shards (Post 1939879)
My only problem is that I can't get it to show up on my navbar, despite following the correct instructions for 4.0. Anyone find a fix for that?

I used this hack:

https://vborg.vbsupport.ru/showthread.php?t=228507

Instead of having a dropdown on the navbar I made it a button.

rootsxrocks 12-30-2009 02:52 AM

I removed my install imeaditaly, first the conversion would not work, but more anoying was the branding that linked back to this site that negates all debranding. I refuse to pay for another mod that has not been polished and ready for installation, and I certinly not going to be rushed into the debranding with a three day window.
Sorry Mr.Zero Andrew Green has ruined my faith and trust in developers following through.

phkk 12-30-2009 03:02 AM

We hosted all 6000 games *.SWF on second server ( all the gif files stay on the first server) b/c the space and loading issue so we just can't load them all in the first server with our VBULLETIN forum.

The second server doesn't have vbulletin. It just a plain server and on different ip and hosting company

THe game is loading b/c we changed the codes like this.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="{$game['gwidth']}" height="{$game['gheight']}">
<param name="menu" value="false" />
<param name="movie" value="http://www.secondserver/arcade/{$game['gname']}.swf?tgame=0&amp;pn_gid={$game['gid']}&amp;pn_license={$game['license']}&amp;pn_checksum={$game['checksum']}&amp;pn_domain={$game['domain']}&amp;pn_uname={$game['username']}" />
<param name="type" value="application/x-shockwave-flash" />
<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer/" />
<param name="bgcolor" value="#{$game['bgcolor']}" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="width" value="{$game['gwidth']}" />
<param name="height" value="{$game['gheight']}" />
<param name="flashvars" value="location=./&amp;gamename={$game['gname']}&amp;hash={$game['hash']}" />
<embed src="http://www.secondserver/arcade/{$game['gname']}.swf?tgame=0&amp;pn_gid={$game['gid']}&amp;pn_license={$game['license']}&amp;pn_checksum={$game['checksum']}&amp;pn_domain={$game['domain']}&amp;pn_uname={$game['username']}" width="{$game['gwidth']}" height="{$game['gheight']}" bgcolor="#{$game['bgcolor']}" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/" flashvars="location=./&amp;gamename={$game['gname']}" menu="false"></embed>
<noembed>{$ibforums->lang['no_embed']}{$game['gtitle']}</noembed>
</object>


The game is loading as normal but some games, I was able to CLICK on SUBMIT button and it went forward to the score page.

but some games, after clicked on the SUBMIT button, it didn't go anywhere.

yjhys 12-30-2009 07:32 AM

I am using V4, I have disabled cms and blog, and followed the install instructions. But arcade don't show on the navbar, why?anything i missed?

yjhys 12-30-2009 07:47 AM

Quote:

Originally Posted by yjhys (Post 1942264)
I am using V4, I have disabled cms and blog, and followed the install instructions. But arcade don't show on the navbar, why?anything i missed?

sorry,I see the arcade below the navbar. But what I want is showing on the navbar beside the Forum Tab. how can i do? thanks


All times are GMT. The time now is 01:53 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.09381 seconds
  • Memory Usage 1,756KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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