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)

nitro 11-28-2005 11:31 PM

Quote:

Originally Posted by 2fast4ya
im getting this error code when trying to access the arcade.php by clicking on the link in the navbar.

ERROR: Cannot find database
Warning: load_words(): Unable to access ./arcade/lang/lang_Arcade.php in /arcade/functions/functions.php on line 576

Warning: load_words(./arcade/lang/lang_Arcade.php): failed to open stream: No such file or directory in /arcade/functions/functions.php on line 576

Fatal error: load_words(): Failed opening required './arcade/lang/lang_Arcade.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/forum/arcade/functions/functions.php on line 576

everything else in admin cp works... and install went fine. what did i do wrong?

I would suggest uploading the arcade lang directory again


MrZ I had an error updating the beta to this seems the product import wudnt make the game_pr field but it was fine after I added it manually. Dunno if this has allready been mentioned its a long thread to go thru.

@ Boofo the vbportal thread concerning displaying left column, leftcolumn switcher etc is in the premium members restricted access section a link to it may not suit but I can get it for you if you want, I would say its best to just point users to the http://www.phpportals.com site and use search for ibproarcade threads. There arent that many that it would take hours of trawling to find them. ;)

dan35 11-28-2005 11:44 PM

Quote:

Originally Posted by Jenta
Wonder if theres a way to cache that data daily or something with a cron job and eliminate the queries. I don't see a need for it to be a real time statistic.

Same question ;)

2fast4ya 11-29-2005 12:03 AM

Quote:

Originally Posted by nitro
I would suggest uploading the arcade lang directory again


. ;)


no bueno. didnt work. what should i do??

WNxWakko 11-29-2005 12:12 AM

what does this mean? its at the top above my headers on arcade.php

Code:

Notice: Undefined index: sessdo in /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php on line 26

Notice: Undefined index: sessdo in /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php:26) in /arcade.php on line 1711

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php:26) in /arcade.php on line 1712

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php:26) in /arcade.php on line 1713

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/warriornation.net/httpdocs/Forum/arcade.php:26) in /arcade.php on line 1714

EDIT- fixed. I took out teh v3 compatable code from the arcade.php and poof. I guess it was related to v3 being installed and uninstalled.

WNxWakko 11-29-2005 02:57 AM

Does anyone know where to find the template for the icon view. When i select icons only and i have the bit in the postbit, where is that coming from? I want to fix teh space between all the icons but not sure where.

Alfa166 11-29-2005 03:40 AM

1 Attachment(s)
Here's a simple one for the coders to help with :nervous:

As you can see from the image, the Arcade button on my forum seems raised/embossed compared to the others, the style i use is by vBstyles.com (dunno if that helps), is there a way I can solve this so that all the buttons in my header are the same flat smooth?

Neutral Singh 11-29-2005 03:49 AM

1. Edit navbar template
2. Note the class value used in between the <td class="********"> of Calendar link just above the code for Arcade in the template. Copy the code by selecting and using Ctrl+C.
3. Copy and paste that class value in the <td class="**here***"> in the code for arcade link below and you done!!

redlabour 11-29-2005 05:10 AM

Anything new about MKPortal Integration (Topmenu) ??

bspiller82 11-29-2005 05:35 AM

Is there anyway at all to allow guests to play the arcade? Maybe a hack or code mod?

Cap'n Steve 11-29-2005 06:33 AM

Are there any plans to make this better integrated into the vBulletin system? The main reason I'm using v3arcade over this one is the fact that this one creates its own database connection, uses a giant array instead of phrases, etc.

redlabour 11-29-2005 06:55 AM

Quote:

Originally Posted by bspiller82
Is there anyway at all to allow guests to play the arcade? Maybe a hack or code mod?

??? Just allow it at the AdminCP !!

nitro 11-29-2005 07:31 AM

Quote:

Originally Posted by redlabour
Anything new about MKPortal Integration (Topmenu) ??

If you mean to display this portals elements on arcade pages that are normally included in forum pages I would guess you need to add the relevant globals similar to vbportals needs but obviosly not the same ones.

@ bspiller82 Yes it would have to be a mod guests can veiw only @ best by default

Snort_2005 11-29-2005 07:34 AM

Okay.. I got a question..

I am using custom templates on my site and I have a question..

Why does my affiliates table stretch across the page inside the arcade whereas anywhere else it doesn't?

site: http://www.zcworld.net/

The Affiliates table is on the bottom. o.O;

nitro 11-29-2005 07:41 AM

Quote:

Originally Posted by Cap'n Steve
Are there any plans to make this better integrated into the vBulletin system? The main reason I'm using v3arcade over this one is the fact that this one creates its own database connection, uses a giant array instead of phrases, etc.

file phrases against db phrases is swings and roundabouts really, what you lose with one you gain with the other. For the other point I would guess it would mean a 100% rewrite which would make it not ibproarcade at all really, except it would function in a similar way. To acheive that would take a lot more time than people would be willing to wait. Still what comes in the future is any bodies guess, but i doubt if it needs as much as I believe it would to achieve that, that it would happen overnight.

Rickie3 11-29-2005 08:50 AM

Quote:

Originally Posted by redlabour
??? Just allow it at the AdminCP !!

there is no option there.
unregistered/guest
Level of access Guests/ can not play!
can view but not play
cant' view or play the arcade

TheProfessor 11-29-2005 09:40 AM

How come that users using no custom avatar but one provided by the forum are being displayed with a "no avatar" avatar?

Alfa166 11-29-2005 10:49 AM

Quote:

Originally Posted by Neutral Singh
1. Edit navbar template
2. Note the class value used in between the <td class="********"> of Calendar link just above the code for Arcade in the template. Copy the code by selecting and using Ctrl+C.
3. Copy and paste that class value in the <td class="**here***"> in the code for arcade link below and you done!!

Thanks for that Neutral Singh, all fixed and looking great.

trancetopia 11-29-2005 12:25 PM

Quote:

Originally Posted by C_P
I just tried it and get the same!


Mine then gives me the attached image when I click the PM link for the tournament:
Also, the link is http://www.cpfools.com/forum/arcade....8&tid=3&rung=1

*I did not mean to bump this thread, I hit reply quote by accident rather than edit.

I've just noticed I get this too. Is there a fix for this yet?

C_P 11-29-2005 12:35 PM

Quote:

Originally Posted by trancetopia
I've just noticed I get this too. Is there a fix for this yet?

No one has addressed my SQL error yet:
Quote:

mySQL query error: SELECT userid, username FROM user WHERE userid IN() ORDER BY userid
mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY userid' at line 1
mySQL error code:
Date: Monday 28th of November 2005
However, I do have a resolution for the image issue!
In your arcade/skin/skin_Arcade.php

Find:
<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="100%" height="100%">

Replace With:
<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']}">

SALvation 11-29-2005 02:19 PM

I installed exactly as the instructions said, but when I go to my arcade page, it is completely blank. All the admin settings are there and the database tables have been created and filled. I checked all the user permissions too. Can someone tell me what to do?

http://www.gamemecca.net/forums/arcade.php

trancetopia 11-29-2005 02:42 PM

There is also a problem with permissions bassed on post count. It doesn't work.

I used to allow new members to play games after one post but this no longer works regardless of the post count in the ACP.

SALvation 11-29-2005 02:45 PM

I fixed my error. I had to delete some old v3arcade templates and then reinstall. Thanks!

WhatChaMissin 11-29-2005 06:44 PM

Quote:

Originally Posted by C_P
No one has addressed my SQL error yet:

I have same error :ermm:

Code:

mySQL query error: SELECT userid, username FROM vb3_user WHERE userid IN() ORDER BY userid

mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY userid' at line 1
mySQL error code:
Date: Tuesday 29th of November 2005 12:08:37 PM

Thanks in advance

fraghappy 11-29-2005 06:54 PM

I have noticed a HUGE bug: if you open a second game in a new tab while playing the first, it will submit the score for the first game to the second game! Basically, if someone wanted to get a high score on Simon, they could open up Castle Defense, accumulate a huge score, and then, before dying, open up Simon in a new window. Then, upon submitting the score, it will be posted to Simon rather than Castle Defense.

MrZeropage 11-29-2005 06:55 PM

Ok, we now have a small internal forum for ibProArcade and will collect all problems, bugs and suggestions there and work on that topics.

This means we will fix the problems that arose and bring up an update.

If anyone of you finds solutions, hints or tips on just post it here

lsgworldl 11-29-2005 07:15 PM

I try and make a tourny through the admin mod cp but i get the following error

PHP Code:

mySQL query errorSELECT useridusername FROM user WHERE userid IN() ORDER BY userid

mySQL error
You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY userid' at line 1
mySQL error code

DateTuesday 29th of November 2005 04:13:17 PM 

anmd both players are in match 1 is that normal?

and when I try and compete in the tpurny it dosnt let me and says I have played 1 game, I go back try again and get the same msg until it says I have played all 3 games????

C_P 11-29-2005 07:19 PM

Quote:

anmd both players are in match 1 is that normal?

and when I try and compete in the tpurny it dosnt let me and says I have played 1 game, I go back try again and get the same msg until it says I have played all 3 games????
1. The now imfamous SQL error!
2. Yes. All players to participate in match must be in one.
3. You must complete 3 attempts to finalize the tournament. Once done, it will update and show who won the tournament.

HC. 11-29-2005 08:07 PM

lsgworldl ,
Do you have a prefix on your database?

lsgworldl 11-29-2005 08:07 PM

Quote:

Originally Posted by C_P
1. The now imfamous SQL error!
2. Yes. All players to participate in match must be in one.
3. You must complete 3 attempts to finalize the tournament. Once done, it will update and show who won the tournament.

no I atmpt to play but all it does is take me to a screen with the game icon and says the score I have to beat if I press play, I dont play any games I have no chanch to I do this 3 times and it says I have lost even though I have not played any games :o :ermm: :mad: :devious: :tired: :ninja: :disappointed:

MrZeropage 11-29-2005 08:09 PM

small fix for the Tournament-Game not showing up:


in your /arcade/skin/skin_Arcade.php

find:
Code:

<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="100%" height="100%">
replace with:
Code:

<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']}">
That should fix it :)

lsgworldl 11-29-2005 08:09 PM

Quote:

Originally Posted by HC.
lsgworldl ,
Do you have a prefix on your database?

I wouldnt know how to do that or even check if I have, how do you do it? or check if you do?

http://www.pspgameforums.com/forum/arcade.php

Dadoo 11-29-2005 08:11 PM

Hello Mr Zeropage !!!!

I found a bug with 3 arcade champions on top home arcade

So, avatars of the 3 champions are shifted.

Champion 1 have avatar of champion 2
Champion 2 have avatar of champion 3

is this bug know ?

thanks !

LEAD_WEIGHT 11-29-2005 08:13 PM

Quote:

Originally Posted by lsgworldl
I wouldnt know how to do that or even check if I have, how do you do it? or check if you do?

http://www.pspgameforums.com/forum/arcade.php

It is when you first created your database and you can see it in your config.php file, that is if you made one in the begining when installing your forum.

lsgworldl 11-29-2005 08:14 PM

Quote:

Originally Posted by LEAD_WEIGHT
It is when you first created your database and you can see it in your config.php file, that is if you made one in the begining when installing your forum.

what are you talking about?

C_P 11-29-2005 08:16 PM

Quote:

Originally Posted by LEAD_WEIGHT
It is when you first created your database and you can see it in your config.php file, that is if you made one in the begining when installing your forum.

My database name is Database: cpfools_forum

Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
and I have the same issue as lsgworldl

lsgworldl, you will need to check your config.php file in your forum includes directory for this info or phpMyAdmin

MrZeropage 11-29-2005 08:18 PM

PNflashgames is back online again and offering MultiPlayer-Games :)

http://www.pnflashgames.com/mod-pnFl...w-cid-13.phtml

lsgworldl 11-29-2005 08:20 PM

Quote:

Originally Posted by C_P
My database name is Database: cpfools_forum

Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
and I have the same issue as lsgworldl

lsgworldl, you will need to check your config.php file in your forum includes directory for this info or phpMyAdmin

I know my db name but I dont know what I am meant to do wit this knowledge???

lsgworldl 11-29-2005 08:23 PM

???????????????????????????????? can some one tell me?

C_P 11-29-2005 08:29 PM

Quote:

Originally Posted by lsgworldl
???????????????????????????????? can some one tell me?

Hang on lsgworldl until we determine if the prefix is the issue or not, I can then walk you through how to check this.
LEAD_WEIGHT has asked for a reason and I have replied as to what mine is. Be patient.

Dadoo 11-29-2005 08:31 PM

Quote:

Originally Posted by MrZeropage
PNflashgames is back online again and offering MultiPlayer-Games :)

http://www.pnflashgames.com/mod-pnFl...w-cid-13.phtml

seems no vb support...sniff....


All times are GMT. The time now is 04: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.08955 seconds
  • Memory Usage 1,856KB
  • 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
  • (1)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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