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)

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 :)


All times are GMT. The time now is 09:01 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.06971 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (1)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
  • (6)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