Log in

View Full Version : Major Additions - ibProArcade - professional Arcade System


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31

ovacsports
04-09-2009, 06:58 AM
When I click on the Arcade Tab on the forum, I get this error.

Warning: include_once(./global.php) [function.include-once]: failed to open stream: No such file or directory in /home8/wpialtal/public_html/arcade.php on line 95

Warning: include_once() [function.include]: Failed opening './global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home8/wpialtal/public_html/arcade.php on line 95

Warning: Cannot modify header information - headers already sent by (output started at /home8/wpialtal/public_html/arcade.php:95) in /home8/wpialtal/public_html/arcade.php on line 97

Fatal error: Class 'vBulletinHook' not found in /home8/wpialtal/public_html/arcade.php on line 108

Then, when I click from the AdminCP, I get this error....
Warning: require(./arcade/functions/functions.php) [function.require]: failed to open stream: No such file or directory in [path]/admincp/arcade.php on line 37

Fatal error: require() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home8/wpialtal/public_html/forum/admincp/arcade.php on line 37

Can anybody assist. I've installed 3 times, and keep messing it up with the same errors, no clue what I'm doing wrong, as I am following the instructions perfectly.

Skyrider
04-10-2009, 07:29 PM
MrZeropage, I'm using a custom theme. And all games, inclusief avatars, etc are shown in the left, rather than centered. How do I solve this? I wish it to be centered. It works fine (centered) on the default VB skin.

ovacsports
04-11-2009, 06:41 AM
post 5007.... can anybody help me out?

samiro
04-12-2009, 11:39 AM
the TITLE in HTML (now contains details about ibProArcade (gamename ect))
is not working...
i see the forum name and - powerd by vbulltin...

help

ovacsports
04-12-2009, 07:09 PM
Good Luck getting help... nobody gives any info. I've tried PMing the developer, no luck there either.

Stifmeister2
04-12-2009, 08:20 PM
the TITLE in HTML (now contains details about ibProArcade (gamename ect))
is not working...
i see the forum name and - powerd by vbulltin...

help
See this thread for the fix:
https://vborg.vbsupport.ru/showthread.php?t=200670

kayskid
04-14-2009, 04:32 AM
I used to have my arcade on a phpbb board and now have switched to this on vB. Can someone tell me how to convert and/or install games that I had so that the score submits? I thought I could do it and the game is playable, but it won't submit the score.

kimdk
04-16-2009, 03:53 AM
should the arcadefolder be uploaded to forumroot as a folder or every file individually?

never mind, i figured out!

New problem, the arcade does not show in the admincp?

Nintendo-Daily
04-16-2009, 10:06 PM
Question...should be easy enough. How can I make 6 game trophies/ icons appear per row rather than 5?

israfiel
04-17-2009, 10:00 PM
Does anyone when will the next version will be released?

Nintendo-Daily
04-18-2009, 03:35 AM
Bump...

Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

chris82
04-20-2009, 02:58 PM
Is there any way to break the alphabetical game index into 2 columns or just remove it? It is wider then my forum and messes up the websites footer and etc. Any help would be great.

Kottonmouth801
04-20-2009, 03:08 PM
Thanks...! works great...!
Except... for......

I have an index page that I created for my site.

I renamed the vbulletin 3.8.2 index to homeindex.php.

When I first created this index page vbulletin was having the same issue.......

It kept looking for my original index page.......

I fixed this by changing the paths in vbulletin 3.8.2

But now that I have installed ibProArcade..........

ibProArcade is doing the samething......

For example....

When I try to submit a high score it sends me directly to my domain site index that I created.

It should go back to the Arcade....?

Help......

Saviour
04-20-2009, 04:08 PM
I've tried searching this mod, but have not found an answer for this. Searching every page is out of the question...so, I'll just ask and hopefully, someone can either recommend a solution, or point me in the right direction.

If you choose to play a game...and the game page loads...any link in your navbar that has a drop down menu gets hidden behind the game...basically making these menus worthless.

It is my understanding the code for the embedded flash game needs to be modified in order for these "drop down menus" to function properly.

Is this the case, or is there a fix I'm not aware of?

Any help is greatly appreciated...

Saviour
04-21-2009, 01:39 PM
Update...

Issue has been resolved by editing the <object> and <embed> tag of the skin I'm using.

Thanks, anyway...

kensaurus
04-21-2009, 01:57 PM
thanks alot for this.

Saviour
04-21-2009, 07:38 PM
Can someone help me fix the 5 errors I get when trying to validate my arcade page located here: http://glitchpc.com/forums/arcade.php?

There's an W3C XHTML link at the bottom of the page and I have the Template headers on for the source so it's easier to look at and diagnose...

Much appreciated...

Llandy
04-21-2009, 10:16 PM
should the arcadefolder be uploaded to forumroot as a folder or every file individually?

never mind, i figured out!

New problem, the arcade does not show in the admincp?

Try restarting your computer, worked for me.

billb
04-22-2009, 11:41 AM
Hello all;
Anyone has instructions on how to install ibProArcade in one section of the forum ?
i.e. links displayed in game forum instead of the VB main page ?

Also do we know how much these games have effect on bandwidth usage per hosting server?
assuming 10-15 installed games / played by moderate #s / members.

regards

John1uk
04-22-2009, 08:19 PM
Everything went great on the clean install.

I uploaded the v3 to ibpro conversion tool...everything went ok.

I started removing the files the tool asked me to remove once it uninstalled the v3 arcade...now i get this error when i loginto my website.

Advice much appreciated.


.................................................. .................................................. ...........................................

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT sessions.userid, sessions.gamename, sessions.gameid, sessions.score, sessions.start, sessions.finish, user.username
FROM arcade_sessions as sessions
LEFT JOIN user AS user
ON (sessions.userid = user.userid)
WHERE sessions.finish <> 0
ORDER BY sessions.sessionid DESC
LIMIT 5;

MySQL Error : Table '***********.arcade_sessions' doesn't exist
Error Number : 1146
Request Date : Wednesday, April 22nd 2009 @ 10:50:15 PM
Error Date : Wednesday, April 22nd 2009 @ 10:50:16 PM
Script : http://www.essex-poker.co.uk/
Referrer :
IP Address : **.***.***.**
Username : Admin
Classname : vb_database
MySQL Version : 5.0.67-log

John1uk
04-22-2009, 08:54 PM
Above is now fFixed....:D



.................................................. .................................................. .................................................. ...............................





Now i have this problem....

The instructions asks me to find the text below in my navbar.

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

i have checked and it does not exsist.

it asks me to add this text below it...

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

what can i do?

also the header where my logo is and banner add have been knocked out of sync and it shows a small box with right header in it with an x in it..

any advice would be gratefull.

John

devoslack
04-22-2009, 11:16 PM
Would it be possible to use the Tournament and Leaderboard features of this plugin, with out actual games?

Such as manually inputting scores for a user in a bracket of a tourney, and generating a leaderboard based on their performance?

Nintendo-Daily
04-24-2009, 12:53 AM
Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

DoubleGlasses
04-24-2009, 02:28 AM
This mod is absolutely AWESOME! Thanks :)

gixxer711
04-25-2009, 06:39 PM
installed...thanks!!

billb
04-26-2009, 04:21 PM
Anyone ? post # 5025 !

Nintendo-Daily
04-26-2009, 08:47 PM
Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

John1uk
04-27-2009, 07:05 PM
*uninstalled* :(

Back to v3aracde.

varkjie
04-28-2009, 12:53 AM
nevermind, upgraded thanks! ;)

zelnik
04-29-2009, 09:27 AM
Uninstalled due to 0sec time-out issue :(

ShawneyJ
04-29-2009, 10:31 AM
Above is now fFixed....:D



.................................................. .................................................. .................................................. ...............................





Now i have this problem....

The instructions asks me to find the text below in my navbar.

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

i have checked and it does not exsist.

it asks me to add this text below it...

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

what can i do?

also the header where my logo is and banner add have been knocked out of sync and it shows a small box with right header in it with an x in it..

any advice would be gratefull.

John


you must be using another style?

try looking for: <a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and just it after that.
is your links in the header or nav bar of your style?

pavpavpav
04-29-2009, 02:48 PM
I cant find the link to download this, can anyone help me out?

Seshat Diva
04-29-2009, 04:52 PM
Installed with one issue I can't resolve. :confused:

For some reason the scores are not showing up as each game is played, they are remaining at "0". I thought it was because maybe scores only showed up with playing in tournaments. I played a tournament and score still remained "0".

If anyone can help, it would be appreciated. Thank you!:)

Stifmeister2
04-29-2009, 07:19 PM
I cant find the link to download this, can anyone help me out?
Try this (https://vborg.vbsupport.ru/attachment.php?attachmentid=91702&d=1231078148).

jaredwilli
04-29-2009, 09:58 PM
I am trying to remove all scores from the arcade, which i have done, but the king of the arcade didn't get removed, all the highest scores of all time still remain. how can i remove that?

Nintendo-Daily
04-29-2009, 11:05 PM
Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

original'as
05-01-2009, 02:43 PM
Is it possible to add a game title to the page title? For example: Play <game title> at <site title>

Now it's just a site title over all games, that doesn't make any sense..

https://vborg.vbsupport.ru/external/2009/05/166.jpg

SEWER WOLF
05-02-2009, 07:40 PM
After some help, i was using V3arcade and hav move over to using ibProArcade, i used the converter. all worked ok until i removed v3arcade for my products, since doing this the link for my arcade has gone from my navbar. can someone please help me with this issue.

http://www.frontlineassault.co.uk/forum/index.php
http://www.frontlineassault.co.uk/forum/arcade.php

original'as
05-02-2009, 08:14 PM
since doing this the link for my arcade has gone from my navbar. can someone please help me with this issue.

Go to Admin CP > Styles & Template > Style Manager > Edit Templates > header > search for <td class="navbar"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>

after it add
<td class="navbar"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
You'll get "Arcade" link after the memmber list link in navigation bar.

SEWER WOLF
05-02-2009, 08:27 PM
not sure if it is me but cant find that text.

I have done a clean install. removed both v3arcade and ibproarcade, the re insalled ibproarcade.
Still no link in my navbar.

http://www.frontlineassault.co.uk/forum
http://www.frontlineassault.co.uk/forum/arcade.php

Can some have a look and give me some help.

gcxboxps
05-02-2009, 10:28 PM
Hey guys quick question. I have this version of ibProArcade: ibProArcade v2.6.7+

Should I even bother upgrading or is this version the same as what I have now?

Thanks!

original'as
05-03-2009, 11:12 AM
not sure if it is me but cant find that text.
your sorce shows <td class="vbmenu_control">
so try to look for just for text inside <td></td> tags. Then add similar line with the link.
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

militarytuners
05-03-2009, 02:20 PM
My guys love this new edition

ShawneyJ
05-04-2009, 09:45 AM
Hey guys quick question. I have this version of ibProArcade: ibProArcade v2.6.7+

Should I even bother upgrading or is this version the same as what I have now?

Thanks!

im still running v2.6.7 and seems fine, i guess its up to you m8 ;)

kawe
05-05-2009, 07:35 AM
im using custom index.php and my forum is forum.php
after submit score direct to index.php .... how to setup still on forum.php

ShawneyJ
05-06-2009, 09:08 AM
im using custom index.php and my forum is forum.php
after submit score direct to index.php .... how to setup still on forum.php

you need to add the cmps code to your front page index.php, the code is in the arcade pack.

Eruantien
05-06-2009, 07:19 PM
Installed but can't for the life of me figure out why it will not show up on my community/forums. All is well in the admin panel (as far as showing up).

redhawk89
05-07-2009, 02:04 PM
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 775919434 bytes) in /home/saskforu/public_html/arcade/functions/tar.php on line 797

comes up when I try to click "install all" from the tar archives!

Any way to get that to go away?

It also occasionally occurs when trying to add individual games...?

wolfstream
05-07-2009, 03:09 PM
Raise the allowed memory limit in php.ini

Eruantien
05-07-2009, 03:19 PM
Everything indicates this is installed as it is showing up in my CP. However, I have no clue why it won't show up in my community. Any help is greatly appreciated!

Vinyljunky
05-07-2009, 03:43 PM
Everything indicates this is installed as it is showing up in my CP. However, I have no clue why it won't show up in my community. Any help is greatly appreciated!

Ask in the support forum ;) See green text in mod description :up:

redhawk89
05-07-2009, 06:02 PM
I got one hell of a screwed up error. Check out this pic...

s8glive
05-08-2009, 07:30 PM
i found a problem how do i fix it? Look at the image attached.

Nintendo-Daily
05-09-2009, 02:20 AM
Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

Nintendo-Daily
05-10-2009, 12:21 PM
Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

kyrenator
05-10-2009, 12:59 PM
where can i find games for this mod?

Nadavy
05-11-2009, 10:15 PM
What sites do I download games for this arcade from?

wolfstream
05-11-2009, 10:26 PM
What sites do I download games for this arcade from?


Please do not post any information, request or offer of Games here in this Thread !

This includes requesting sites to download games from I'm sure.
google is your friend (http://www.google.com). Use it to search for related games ;)

Nintendo-Daily
05-11-2009, 10:31 PM
I totally don't understand why no one has answered this question. Is something like this that difficult to do?

Question...should be easy enough. In the postbit (legacy), how can I make 6 game trophies/ icons appear per row rather than 5?

wolfstream
05-11-2009, 11:49 PM
I totally don't understand why no one has answered this question.


I do:

remember that Support is given in the ibProArcade-Support-Forum

Nintendo-Daily
05-12-2009, 02:31 AM
I do

Gee thanks...it only took 3 1/2 weeks for someone to acknowledge this. Seems kinda weird how other technical questions from members are getting answered in this forum :confused:

Thanks for letting me know though.

unicorn2433
05-12-2009, 10:52 PM
Is there a way to give SM's permissions to add remove games?

Nadavy
05-13-2009, 01:15 AM
I have a question.
When I try to upload a .tar file via the tar uploading option, this message comes up:
/home/forumname/public_html/forums/arcade is write-protected. Please change CHMOD to 0777 via FTP.

What exactly am I supposed to do?

gcxboxps
05-13-2009, 11:09 PM
How can we allow members to download the games like this site does: http://www.next-level-arcade.com/ibproarcade.html

I can't find this mod anywhere! lol

Any help would be appreciated.

Thanks

shadism
05-17-2009, 07:15 AM
Nice, thanks.

varkjie
05-19-2009, 02:54 AM
So I had an issue with my forum and I had to move servers so the arcade main page is there but if I click on any of the categories I get an error saying the page isn't there..... I have tried re installing... is there something I am missing?

Thanks for your help, even though I know it's not your fault and it's operator error! :o

jimjam
05-19-2009, 12:30 PM
When as instructed I add this to my index (vbadvanced)

// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');

switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;

case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;

case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;

case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];

if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

// end of ibProArcade
I get these error messages at the top of my forum page. Can anyone help. An arcade that does not record score is not popular:eek:



Notice: Undefined index: module in D:\home\Default\mysite.co.uk\htdocs\index.php on line 3

Notice: Use of undefined constant act - assumed 'act' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Undefined index: act in D:\home\Default\mysite.co.uk\htdocs\index.php on line 42

Notice: Use of undefined constant autocom - assumed 'autocom' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Undefined index: autocom in D:\home\Default\mysite.co.uk\htdocs\index.php on line 43

Notice: Use of undefined constant showuser - assumed 'showuser' in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Notice: Undefined index: showuser in D:\home\Default\mysite.co.uk\htdocs\index.php on line 44

Hitsums
05-19-2009, 10:27 PM
I added a new skin and i wanted to know how would i make it so the games that people beat scroll above the user's name in every post?

Kottonmouth801
05-23-2009, 01:31 AM
Thanks for the mod I love it...!

I am going to pay to unbrand the arcade....

But I have 1 question.??

Where may I obtain more games?? (When performing google search "I have no luck")

Either for purchase or for free.

Can you help.?

Sunka
05-24-2009, 12:47 AM
Which column I have to empty in database to clean up Champion high scores of all time?

RobbieZ
05-25-2009, 11:19 AM
Where may I obtain more games?? (When performing google search "I have no luck")

Either for purchase or for free.

Can you help.?

Are you sure?

I have just put the search criteria 'ibproarcade games' into google.

Its the first one!

alishahbazi
05-25-2009, 02:13 PM
hi all user , please guide me :((

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

all the best (ali shahbazi)

neto614
05-26-2009, 12:55 AM
Installed working great thaks are there more games ..... ???:D

RobbieZ
05-26-2009, 05:52 AM
Installed working great thaks are there more games ..... ???:D

Yes. Roughly 7000, Try google.

shinng
05-31-2009, 08:40 PM
the default games work great. just have to figure how to add new games and get them to work properly. installed

W!cKeD
05-31-2009, 10:48 PM
* Thanks & Installed * :up:

Dankesch?n MrZeropage (https://vborg.vbsupport.ru/member.php?u=44793)

syedrehan84
06-02-2009, 04:50 PM
My arcade does not save any scores sometimes. It only tells me your score could not be saved. It;s been more frequent recently. Any ideas what could be the problem?

extremal
06-03-2009, 07:25 AM
syedrehan84, I have the same problem now..

koleos
06-04-2009, 07:47 PM
Wow! this is cool

uprentiss
06-05-2009, 07:06 PM
mySQL query error: SELECT user.userid, user.avatarid, user.avatarrevision, avatar.avatarpath, customavatar.filename, NOT ISNULL(filedata) AS hascustom, customavatar.dateline FROM (SELECT * FROM user WHERE userid=2) AS user LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid WHERE customavatar.userid=2 OR user.userid=2

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 'SELECT * FROM user WHERE userid=2) AS user LEFT JOIN avatar AS
mySQL error code:
Date: Friday 05th of June 2009 04:04:06 PM

it works for about 10 turns

then it stops i went to ur actual site to get help n im not getting any

can someone please help me

i have reinstalled as i was told its still doing it after playin about 5 games it does this

Nintendo-Daily
06-08-2009, 01:18 AM
This should be easy enough for someone here.

Example:

If I have a score of 3,000 and I was the first person to get the high score, someone else comes along and get the same score, it bumps me to second and gives that person first place.

Why does it bump me to 2nd place? Shouldn't the other person that scored the same score after me get 2nd place?

Also, what variable is used to post the latest games?

THE__DRIFTER
06-08-2009, 03:37 AM
Had a lot of fun today. Filed charges against Leon over the site for intimidating users into purchasing memberships. Hope he has a great time. Never "force" people into a contract.

Digital Jedi
06-08-2009, 09:26 AM
This should be easy enough for someone here.

Example:

If I have a score of 3,000 and I was the first person to get the high score, someone else comes along and get the same score, it bumps me to second and gives that person first place.

Why does it bump me to 2nd place? Shouldn't the other person that scored the same score after me get 2nd place?

Also, what variable is used to post the latest games?
For some games where there is a maximum top score, say something like 30, then the first person to ever achieve the that score would perpetually remain the champion, even if other members continually topped the game.

Chruser
06-08-2009, 01:08 PM
This has probably been brought up elsewhere, but how are scores sent from the games to the arcade?

Stifmeister2
06-08-2009, 03:21 PM
This should be easy enough for someone here.

Example:

If I have a score of 3,000 and I was the first person to get the high score, someone else comes along and get the same score, it bumps me to second and gives that person first place.

Why does it bump me to 2nd place? Shouldn't the other person that scored the same score after me get 2nd place?

Also, what variable is used to post the latest games?
Because time is the next criteria. If both users have the exact same score, the user who has used less time will be number one.

Nintendo-Daily
06-08-2009, 07:27 PM
Because time is the next criteria. If both users have the exact same score, the user who has used less time will be number one.

Whoa! That makes total sense Stifmeister :) Thanks. How do you know this though? Is there somwhere that I can see this so I can justify that reason to my members?

Is there some way to make the scoring system read the earliest date, not time played?

Kottonmouth801
06-09-2009, 01:01 AM
Navbar in ibProArcade vbulletin 3.8.2

I have an issue with every mod I install on vbulletin 3.8.2 that has to do with the "Navbar"

For example.... I installed the "Avatar in Navbar Mod" and it appears every where but the Arcade...

But the Navbar still states I am logged in to the site.... ""LIKE NORMAL"""

It appears to me as if this Arcade was written for phpbb and has been "patched" for vbulletin.

What file needs to be adjusted to recognize the normal "$navbar"

????????

mondiuk
06-09-2009, 08:28 AM
installed,but where can i get games for this?

Stifmeister2
06-09-2009, 02:08 PM
Whoa! That makes total sense Stifmeister :) Thanks. How do you know this though? Is there somwhere that I can see this so I can justify that reason to my members?

Is there some way to make the scoring system read the earliest date, not time played?
I have heard this from MrZeropage. :) I'm sure he has mentioned it in some thread too...



Well there is no option to sort by date, but I'm sure it's possible if you edit some of the php-files... But don't ask me which since I have no idea. :p

draca
06-10-2009, 10:05 PM
Hi. I have installed the arcade on my forum (vBulletin Version 3.8.2) and everything seemed to go well but then noticed the categories do not show up in the arcade.I have made categories numbered them all and double checked all the settings and it still doesnt show up in the arcade.

If anyone has any clue on what it could be your help would be great just i have some adult games in my arcade and want to categorize them so i can password them so the kids can not play them.

Regards John.

algert
06-12-2009, 09:46 AM
I've got a problem, last time, it used to show the rankings or highscore of the user in postbit, now its not showing anymore, i tried switching it on, in the arcade settings, but still its not showing.. any idea? :S

Nintendo-Daily
06-15-2009, 03:20 AM
I've recently changed my forums path to "/forums" and the arcade noticiations don't reflect the new path.

What do I need to change in order for the notifications to reflect the new path for:

%LINKGAME
%LINKHIGH
%LINK

Thanks :)

EDIT: Please disregard as member was looking at a notification that was sent to him BEFORE the changes were made.

algert
06-17-2009, 06:23 AM
Something's messed up, i woke earlier today and i saw the leaderboard of arcade all gone, and empty, it shows its -free-.

Yday there's a full list, what happened? @_@

Hostboard
06-18-2009, 06:00 PM
Running fine but when I installed a Miniture Golf game the scores are not properly saved. For some reason it will set the high score as the top scorer and not the low score (which is what you want in golf). I have checked the PHP file and it is set to "low".

Any ideas/suggestions???

Thanx

MatijaCRO
06-18-2009, 09:44 PM
Hello!

Can someone write me how to put text Arcade, among other links in the navigation bar? :confused:

MatijaCRO
06-18-2009, 10:02 PM
Fixed! :)

bkm_mahdi
06-24-2009, 03:57 PM
hi.
install ibproarcadi. :

Database error in vBulletin 3.8.3:

Invalid SQL:

SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';

MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267

jkcerda
06-30-2009, 11:49 PM
how do I add games?

SEWER WOLF
07-05-2009, 03:07 PM
Can anyone help me with this error.
I have uploaded ibpro, tried space invades, when comes to save score i get this error.

Warning: require_once([path]/includes/functions_arcade.php) [function.require-once]: failed to open stream: No such file or directory in [path]/index.php(67) : eval()'d code on line 14

Fatal error: require_once() [function.require]: Failed opening required '/home/buoljytc/public_html/forum/includes/functions_arcade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/buoljytc/public_html/forum/index.php(67) : eval()'d code on line 14

MrZeropage
07-05-2009, 03:32 PM
functions_arcade.php seems to be v3arcade not ibProArcade...

SEWER WOLF
07-05-2009, 04:21 PM
Yep just noticed that myself, any ideas on how i can resolve the issue.

MrZeropage
07-05-2009, 09:09 PM
ibProArcade does not need any v3arcade-file, I think you better make sure to uninstall any piece of v3arcade being left in your vBulletin and re-upload and overwrite all files of ibProArcade...

SEWER WOLF
07-06-2009, 08:44 PM
Cheers for that good sir, starting to think that my skin is also causing a problem. Going to remove all mods and start again from scratch.
Thank you foe your help.

NolimitMike
07-08-2009, 01:10 AM
horrible technical support on this product had to remove it from my forum.

Stifmeister2
07-08-2009, 04:15 PM
horrible technical support on this product had to remove it from my forum.
All the support is given here:
https://vborg.vbsupport.ru/forumdisplay.php?f=170

not in this topic.

Matrixthestar
07-10-2009, 04:19 PM
any help with this
https://vborg.vbsupport.ru/showthread.php?p=1846402#post1846402

cspears22
07-11-2009, 09:34 PM
I have installed this, but when I try to administer it in my admincp, it only shows a white screen. Any help?

SEW810
07-14-2009, 12:59 AM
Warning: FUNC::require(./arcade/lang/lang_Arcade_en.php) [func.require]: failed to open stream: No such file or directory in [path]/arcade/functions/functions.php on line 576

Warning: FUNC::require(./arcade/lang/lang_Arcade_en.php) [func.require]: failed to open stream: No such file or directory in [path]/arcade/functions/functions.php on line 576

Fatal error: FUNC::require() [function.require]: Failed opening required './arcade/lang/lang_Arcade_en.php' (include_path='.:') in /var/www/vhosts/MYSERVER.com/httpdocs/foro/arcade/functions/functions.php on line 576

I just uploaded all files into www.mysite.com/foro/
What's wrong?

mikey1991
07-14-2009, 11:33 PM
All the support is given here:
https://vborg.vbsupport.ru/forumdisplay.php?f=170

not in this topic.

^that

jaymanfromTFX
07-15-2009, 01:56 AM
Thanks...Works great!!

apiasto
07-19-2009, 06:26 PM
i updated to 2.6.8 and having problem installing new games getting this messege ZIP is not compatible. Install Failed old games are fine.any idea thanks in advance

carlos2000
07-21-2009, 05:18 AM
Can't save scores. I have this error message:

Ihr Seitenaufruf konnte auf Grund eines fehlenden Securitytokens nicht verarbeitet werden.

Wenn Sie meinen, dass es sich dabei um einen Fehler handelt, wenden Sie sich bitte an den Administrator und beschreiben Sie genau, was Sie gemacht haben, bevor diese Meldung angezeigt wurde.

Sorry the message is in German but the problem is related to securitytokens.....
Any fix for this problem?

Kottonmouth801
07-22-2009, 09:47 AM
Can't save scores. I have this error message:

Ihr Seitenaufruf konnte auf Grund eines fehlenden Securitytokens nicht verarbeitet werden.

Wenn Sie meinen, dass es sich dabei um einen Fehler handelt, wenden Sie sich bitte an den Administrator und beschreiben Sie genau, was Sie gemacht haben, bevor diese Meldung angezeigt wurde.

Sorry the message is in German but the problem is related to securitytokens.....
Any fix for this problem?

Are you using a "free" vbulletin Template?

kellee88
07-25-2009, 01:53 AM
I have some games in my root directory from a previous ibproarcade. I just upgraded the whole forum. I can't install these games because I don't have the values. I tried viewing the files but to no avail. Is there any way to install these game into ipproarcade 2.6.8 or find out what the values are?

Kottonmouth801
07-28-2009, 05:52 AM
I have some games in my root directory from a previous ibproarcade. I just upgraded the whole forum. I can't install these games because I don't have the values. I tried viewing the files but to no avail. Is there any way to install these game into ipproarcade 2.6.8 or find out what the values are?

Be a little bit more specific...

What did you update from exactly?

Zaki Shafqat
07-29-2009, 03:30 PM
oh thats a great tool but........

Question: I have installed it properly but i am unable to see the link in the navigation panel (on top of the page) I dont know how to activate the link. I have changed the settings from the ACP>>>Arcade settings and its as "Can View and Play" but still i can't see anything from the link. Only the game is accessible through the link from the ACP Games list.

Please help

Eruantien
07-30-2009, 06:42 PM
Scores don't populate on my forums anymore. Meaning, after you click submit score it just dumps users to the forum home.

Barteh
07-30-2009, 07:15 PM
Interesting... One of my members opened 'yeti ridiculous longshot', started it and went off to play another game. After quite a while the penguin landed and oddly enough the score registered with the unrelated *other* game he was playing at that moment (being hexxagon).

Odd being that it's visible as the best score of all time for hexxagon (even though 16K is quite impossible), and it doesn't register in any other way - can't find the score with the score tools, and updating high scores / best results thus doesn't have any effect.

(EDIT: turns out a fellow admin deleted the actual score before I started troubleshooting and didn't tell me... still, that 'best score of all time' is still there and it won't go away with the score recalculation tools)

Is there any way other than deleting *all* the hexxagon scores to fix this (assuming that *would* get rid of it), and would it be possible to add some kind of random game session code for score submission, to prevent cross game postings like this?

matthewhotdude
07-30-2009, 07:53 PM
I search for this <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

But it says not found?

This is the contents of my Navbar, so where do I put the edit?
<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />
$plus_mood_welcome_x<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

<if condition="$show['notifications']">
<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
<if condition="$show['popups']">
<script type="text/javascript"> vBmenu.register("notifications"); </script>
<else />
<script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications"); </script>
</if>
<else /><if condition="$show['pmstats']">
<div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
</if></if>

<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
</div>
</td>
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<!-- / nav buttons bar -->

<br />

<if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="$return_link" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1">
$notices
</td>
</tr>
</table>
<br />
</form>
</if>

<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

<if condition="$show['communitylink']">
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[community_links]</td></tr>
$template_hook[navbar_community_menu_start]
<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>
<if condition="$show['quick_links_albums']">
<tr><td class="vbmenu_option"><a href="album.php$session[sessionurl_q]">$vbphrase[pictures_and_albums]</a></td></tr>
</if>
<if condition="$bbuserinfo['userid']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
</if>
<if condition="$show['memberslist']">
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
</if>
$template_hook[navbar_community_menu_end]
</table>
</div>
<!-- / community link menu -->
</if>

<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">

<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
&nbsp;
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>
</form>
</td>
</tr>
<if condition="$vboptions[threadtagging]">
<tr>
<td class="vbmenu_option"><a href="tags.php$session[sessionurl_q]" rel="nofollow">$vbphrase[tag_search]</a></td>
</tr>
</if>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
$template_hook[navbar_search_menu]
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_contacts]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos1]
$template_hook[navbar_quick_links_menu_pos2]

<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_your_details]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
$template_hook[navbar_quick_links_menu_pos3]

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
$template_hook[navbar_quick_links_menu_pos4]

</table>
</div>
<!-- / user cp tools menu -->

</if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>

<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>

$ad_location[ad_navbar_below]

glen290
07-31-2009, 01:31 PM
Been using this mod for ages without any problems untl now.
I recently installed vbadvanced with the cmps module, but now when ever a score is sent, it just goes back to the portal page and dosent save the score..any ideas ?

jaffaman
07-31-2009, 01:46 PM
I got this from an old version from v2.6.7 m8 i think it should be the same the file was called INFO - vbadvanced or another Portal.


Hope that helps Glen290.

If you are using vbAdvanced Portal and your /index.php is not the original one from vBulletin,
you have to edit your alternate index.php:

open index.php

At the very beginning of the File, right after:
----------------------------------------------------------
<?php
----------------------------------------------------------

you have to insert:
----------------------------------------------------------
// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');

switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;

case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;

case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;

case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];

if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

// end of ibProArcade
----------------------------------------------------------


Otherwise your scores won't be recorded :)

glen290
07-31-2009, 01:52 PM
That works perfect...cheers for your help jaffaman.. :D :D

jaffaman
07-31-2009, 01:53 PM
Np m8

cionfs
08-03-2009, 09:50 AM
Hi! I've a problem. When you enter a new score, this is not saved.
I've IbProArcade 2.6.8 and vBulletin 3.8.3.

How can I solve?

PS: I changed the index.php file by adding the code but does not solve

Eruantien
08-03-2009, 07:18 PM
I have the same issue. New scores are not being saved.

inciarco
08-04-2009, 01:15 AM
Sometimes on FireFox the Scores are Not Saved but on Internet Explorer and on Google Chrome All the Times the Scores are Saved Fine.

Try with those 2 Browsers, perhaps is something (Bug) on the Code that needs to be Reviewed for the Next Update of the Mod.

Of course Post the Results of your Tests with the other 2 Web Browsers.

My Best Regards.

:)

Eruantien
08-04-2009, 02:35 AM
It is not saving the scores with any browser...

RedTrinity
08-04-2009, 08:57 AM
Similar problem here, except every time a game goes to submit a score, a blank page is displayed instead. Refreshing the page displayed a message that the score is not saved.

Some scores are saved, but many are not.

Has never been an issue before, its possibly related to the upgrade to V2.6.8 recently.

Would appreciate some support, or a solution, for this :) Members are getting quite upset that some of their exceptionally good scores are not being recorded.

Cheers :)

multiplex
08-05-2009, 07:17 PM
has anyone noticed this...

in the admin cp-->arcade-->Notifications

all options have a notification option except for the last 2

Notification-Messagetext: Reminder
Notification-Messagetext: Disqualification

i'm having people complain they missed their turn in a tournament cause they didnt get a notification. so i go to see if the option is turned on and the yes/no option isnt even there

is anyone else have this issue?

inciarco
08-12-2009, 03:58 AM
Similar problem here, except every time a game goes to submit a score, a blank page is displayed instead. Refreshing the page displayed a message that the score is not saved.

Some scores are saved, but many are not.

Has never been an issue before, its possibly related to the upgrade to V2.6.8 recently.

Would appreciate some support, or a solution, for this :) Members are getting quite upset that some of their exceptionally good scores are not being recorded.

Cheers :)


I Quote this Post I Just Made that Can be Useful to Perhaps Solve when Scores are not being Saved on Mozilla FireFox and also when Games don't Work as they should. (With Google Chrome and Internet Explorer the Score Problem don't Occur, so it's something with FireFox):


On the CPanel Application where you can Configure Your Account, there is an Option for "Hotlink Protection", there you can set to Enable/Disable thar Feature and also the URLs that won't be Affected by it and the Files You'd like to Protect; and also the Option to "Allow Direct Requests of URLs of Files with the Web Browser" when the Hotlink Protection is Enabled, which is the one that is needed to be Activated for the Images to be Displayed on FireFox.

I Also Realized that this same Option when Enabled allow the Scores to be Saved on the IBProArcade Arcade Systemm which otherwise would'nt be Saved for many Games, and also things like the Sound in some Games that didn't Worked Before is Now Working Fine after Enabling that Option on the Hotlink Feature.

My Best Regards.

:)

Mustang Sally
08-12-2009, 04:43 PM
Will this work if my web server only excepts 0755? They do not support chmod 0777. They said, if I use 0777, I will get a server error.

tropicon
08-13-2009, 02:49 PM
Where can we download more games and how to install?

mikeo9043
08-14-2009, 01:40 PM
I've had this mod for a while but I just noticed after testing out a few games, it wont save my score anymore, after the saving score screen goes it just takes you back to the homepage..what could be the problem?

psilocybin1
08-16-2009, 11:53 PM
install all games button doesnt work...i get this

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@***.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


heres the error log

[Sun Aug 16 19:52:36 2009] [error] [client x.x.x.x] File does not exist: public_html/500.shtml, referer:/arcade.php?code=add_game

beerhead
08-18-2009, 02:10 AM
I'm curious if there's a way to remove the arcade mod cp for the supermods only? Or is there a way to edit their permissions so that they can't reset scores?

Any help would be great.

mrytown
08-22-2009, 03:58 AM
Wow what a great thing you have made, first time for a install myself and well it worked just like you said, easy as pie!!!! 2 THUMBS UP!!!!!!!!!!!!!!!!

installed on
www.thecorrectionalconnection.com

Toshifira
08-22-2009, 04:27 AM
Excellent, Thanks! ^^

matthewhotdude
08-24-2009, 05:57 PM
I cant get the highscores to show up in the postbit

matthewhotdude
08-24-2009, 07:13 PM
I had to reinstall my vbulletin style, Since then I can't get the high scores to show up in the postbit. Please help

*ignor im nuts, forgot the template edits

yeshoward
08-25-2009, 01:58 AM
This score was not submitted from the game. Your score will not be saved.

Transmission Timeout (0 sec)

many players have met these errors, any fix?

yeshoward
08-25-2009, 02:58 AM
icons are shown on postit fine

How to make a <div>champions </div> with <if> condition?

condition : If there is champion from this member, <div> will show?

J19784B5A39B
08-27-2009, 05:13 PM
I apologize for my English is not correct: I have problems in my game room, the games do not work in v32 why? Someone could help me? Since I installed ibProArcade games have started to score zero

matthewhotdude
08-28-2009, 12:46 PM
Sorry if been asked before, how can you set it so users have to post so many posts in the forum a day before they can use the arcade?

rootsxrocks
08-28-2009, 02:43 PM
I know you can set a min rep and post count, but not sure if you can reset it daily

Ice-Maiden
08-28-2009, 03:00 PM
Sorry if been asked before, how can you set it so users have to post so many posts in the forum a day before they can use the arcade?

Just go in ACP Arcade and scroll down to Group permissions, there you can set to members having to have a minimum post count before being able to access the arcade and you can also set a daily post level for them to play!

Hope this helps! :)

Ice-Maiden
08-28-2009, 03:02 PM
This score was not submitted from the game. Your score will not be saved.

Transmission Timeout (0 sec)

many players have met these errors, any fix?

I am getting this alot and have got the maximum time out set in settings and it is still happening, need help asap for this or i may have to uninstall and downgrade to a lower version of the arcade until this is sorted as i have alot of angry members right now! :(

Fynnon
08-29-2009, 02:23 PM
im having one issue with this mod, its about how it displays, see screenshot attached please

i guess it would be better to have an arrow image instead of the text Make the winner advance and when you hover it the text to show up

103817

ShadowStalker
08-30-2009, 09:47 PM
Smooth install. Thanks!

inxolly
08-31-2009, 03:59 PM
Anywhere else the footer works fine, but on arcade footer it shows it at the top (i assume because you put your own footer in there too)

Any idea how to fix this?
http://www.xl7.eu/uploads/1251814974.png

jkcerda
09-03-2009, 05:40 PM
ok, how in the world do I add games?
second, I had it installed and things worked fine, disabled it to do some trouble shooting as there was a hack causing problems , now, the arcade is "active" but the link is no longer in my navbar:confused:

jack.wasabibot
09-06-2009, 06:19 AM
thanks alot! I'm using this on my site now. When Vbulletin goes to 4.0 will this survive with an update? or will it have to be totally rewritten?

J19784B5A39B
09-07-2009, 12:28 PM
Again I apologize to my English.
I am very disappointed by vBulletin: I bought the license, planning to do when we installed bene.Da: ibProArcade games room and impazzita.L 'installation is perfect but the games all give scores zero.Ho asked several times by the support staff and no one ever helped us in this problema.Are products vbulletin and miss supporto.E 'a disgrace.

matthewhotdude
09-07-2009, 02:09 PM
Get this error when installing games :(

Fatal error: Maximum execution time of 30 seconds exceeded in /home/chattabo/public_html/arcade/functions/tar.php on line 808

m411b
09-08-2009, 03:18 PM
I Quote this Post I Just Made that Can be Useful to Perhaps Solve when Scores are not being Saved on Mozilla FireFox and also when Games don't Work as they should. (With Google Chrome and Internet Explorer the Score Problem don't Occur, so it's something with FireFox):

OK, well I dont use CPanel! So is there any other fix for keeping scores?

m411b
09-08-2009, 03:25 PM
I got this from an old version from v2.6.7 m8 i think it should be the same the file was called INFO - vbadvanced or another Portal.


Hope that helps Glen290.

If you are using vbAdvanced Portal and your /index.php is not the original one from vBulletin,
you have to edit your alternate index.php:

open index.php

At the very beginning of the File, right after:
----------------------------------------------------------
<?php
----------------------------------------------------------

you have to insert:
----------------------------------------------------------
// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');

switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;

case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;

case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;

case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];

if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

// end of ibProArcade
----------------------------------------------------------


Otherwise your scores won't be recorded :)

Perfect fix! Thanks so much..

J19784B5A39B
09-08-2009, 04:12 PM
I am here to ask a serious media, I beg you in danger of closing the game room. The problem is serious: since we installed Ipbroarcade with Top25players, everything went wrong: zero scores and standing fold. The download was done well, please someone vbulletin, can come to our aid?
Someone is willing to give us a hand and come to our forum? Now we have installed v3arcade, but someone can help and come to our forum to install ibProArcade? Respond please.

CharLzarD
09-10-2009, 09:13 PM
Hmmm. Doesn't seem to be working for me on vBulletin v3.8.4.

In the ACP I get errors whenever I go to anything in the Arcade section of the ACP. I can still stay on the page, but it gives me errors like:

Fatal error: require() [function.require]: Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/insomni1/public_html/forums/admincp/arcade.php on line 37

When I go to the Arcade directory in my website it says that I don't have permission to access it.

m411b
09-12-2009, 01:55 AM
???

How do I change the message that guests see when they try to play the arcade?
I do not allow guest to play the arcade and I would like to entice them to register in this manner!

Thanx, m411b

m411b
09-12-2009, 10:24 AM
OK got it! Thanx for the help..

War.Frog
09-12-2009, 12:58 PM
When I try and start a tourney, i get this

mySQL query error: INSERT INTO tournaments
(gid,numplayers,datestarted,demare,creat,plibre,nb tries,cost,jackpot,jackpot_type,champion,url_discu t) VALUES
('21','4','1252727363','0','nyjetgrl','3','2','0', '','raising','','')

mySQL error: Unknown column 'jackpot' in 'field list'
mySQL error code:
Date: Friday 11th 2009f September 2009 10:49:23 PM

I discovered that going in through the Arcade ModCP avoided this error, for whatever reason. However, when I start a tourney I get the Join Tourney screen (see attach), a message that Tournament Registration is OK, and then I'm looped right back to this join screen.

Any thoughts?

atonement
09-14-2009, 01:54 PM
I've spent hours trying to get this to work, triple checked everything and still no dice

**UNINSTALLED**

MatijaCRO
09-14-2009, 03:20 PM
How delete product and games?

H22A
09-15-2009, 07:07 AM
How to reset the best score of all time ?
thanks

Itchy Nips
09-16-2009, 12:15 PM
i receive this error when installing a game. its been perfect until this error:

Warning: require([path]/arcade/tmp/Flight_Simulator_X.php) [function.require]: failed to open stream: No such file or directory in [path]/admincp/arcade.php on line 2967

Fatal error: require() [function.require]: Failed opening required '/home/iamleti1/public_html/forums/arcade/tmp/Flight_Simulator_X.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/iamleti1/public_html/forums/admincp/arcade.php on line 2967

I get this error on two games.



UPDATE:
I deleted the games and reuploaded them. Its works now. Must have been a bad download or upload.

tlwwolfseye
09-18-2009, 05:43 PM
Can ibProArcade not deal with a renamed Config File ?

In my Forum I renamed the Config File to something else. That works fine with all other Mods. Just not with ibProArcade. The Install worked fine. But when I tried to get into the settings of the Arcade in the ACP, I got a Database Error and something with not finding /includes/config.php.

Why would that Mod have problems with that if the other Mods don't ?

Hall of Famer
09-18-2009, 10:46 PM
Where can I download games?

Hall of Famer
09-20-2009, 10:04 PM
Please answer.

dan325ci
09-21-2009, 03:35 PM
How to reset the best score of all time ?
thanks

I also want to know the answer to this! Can delete individual scores but the best of all time cannot be deleted.

gorentals
09-24-2009, 11:49 AM
Does anyone know the code I would put in my postbit to display like this

High Scores: X
X being the number of high scores a person has in the arcade

Thanks for any help

itsheinz
10-01-2009, 12:37 PM
installed but why cant i play? i always redirected to log out but my members can play..I already set my usergroup permissions into" Can view and play" but if im gona click 1 game i redirected to log out : cry: please help...

Akoman
10-02-2009, 03:00 AM
I have the "get flash player" problem, i have reinstalled the flash and shockwave product more than 10 times but i always get the same message.

please help.

Neomega
10-02-2009, 04:23 AM
Install, mod works great on 3.8.4 on my cheap webhost. Went out and bought a little subscription and I have access to hundreds of games.....your mod works awesome, I was using the other option on my last site and yours seems to have tons more features and loads quicker for some reason.

www.gamescrim.com if anyone wants to test it out, www.gamescrim.com/arcade.php

sump
10-02-2009, 12:29 PM
Very disappointed in the support .. looking at the support forum many users sit with no reply to postings .. Uninstalled and currently looking for different options ..

Dj Smuggla
10-03-2009, 05:58 PM
Can anyone tell me which version games this works with, cus i've added a few games & the scores dont save. I saw some were v2 some v32

cheat-master30
10-03-2009, 11:27 PM
^Both, whether the game works is dependant on the game itself.

TheChaosFactor
10-04-2009, 05:17 AM
Does anyone know the code I would put in my postbit to display like this

High Scores: X
X being the number of high scores a person has in the arcade

Thanks for any help

Not sure about that, but you can go admincp -> Arcade Main Settings -> Postbit Display style and there are a number of options for showing arcade trophies/highscores in the postbit.

itsheinz
10-04-2009, 05:12 PM
installed but why cant i play? i always redirected to log out but my members can play..I already set my usergroup permissions into" Can view and play" but if im gona click 1 game i redirected to log out : cry: please help...
Nobody is helping me..:(

aberg
10-04-2009, 05:19 PM
Can anyone tell me which version games this works with, cus i've added a few games & the scores dont save. I saw some were v2 some v32
If this is happen I think that your gamedata is delete.
There are a few V32 games that on some reason the gamedata delete.
I'am not sute, but I think that this are the games where first start a advertisement before your can play.
I recommand to make a backup from your gamedata before install new games.
One of this game have delete all my gamedata.
When this hapen, you can play the game but your scores don't save

Digital Jedi
10-04-2009, 06:59 PM
Nobody is helping me..:(
Technically speaking, your not supposed to get support in this thread.

Kottonmouth801
10-06-2009, 04:46 PM
:)

I need to move Arcade to different folder.

I was using the forum in the domain root but would like to move it back to forum file.

I have already copied it to the forum file.

Everything is ok and vbulletin 3.8.2 is recognizing the change.

But.....!

The arcade is still "Calling Home"

It is literally like E.T.

It phones home to the original directory.

can anyone tell me which code needs "Change"

Thanks in advance.....!!!!

:D:D:D

Miss Chatterbox
10-08-2009, 07:49 PM
Just installed this... everything looks fine... was really happy with it... until I tried to play a game! That's when it said I didn't have permission! Went back over the install guide and apparently I'm supposed to have an "Arcade" link in my admincp where I can set up permissions etc. ...but it just isn't there... any ideas why it's not there? :confused:

Miss Chatterbox
10-08-2009, 08:07 PM
Just installed this... everything looks fine... was really happy with it... until I tried to play a game! That's when it said I didn't have permission! Went back over the install guide and apparently I'm supposed to have an "Arcade" link in my admincp where I can set up permissions etc. ...but it just isn't there... any ideas why it's not there? :confused:

EDIT: Just fixed it!

Thank you very much for this excellent arcade! I love it already!

Oh & any idea how you can add more games? :)

luan7749
10-10-2009, 06:13 PM
The Scores Isn't Saved ??? Help Me ( Using 2.6.8 Version )

Cplkaos
10-11-2009, 07:17 PM
Fatal error: Call to a member function query() on a non-object in /home/******/public_html/forum/arcade/modules/mod_arcade.php on line 15

Anyone help, or shed some ligt on that please.

DynaMow
10-15-2009, 10:19 PM
this is what I get when I go to admin cp/arcade/settings

Warning: require(./arcade/functions/functions.php) [function.require]: failed to open stream: No such file or directory in [path]/admincp/arcade.php on line 37

Warning: require(./arcade/functions/functions.php) [function.require]: failed to open stream: No such file or directory in [path]/admincp/arcade.php on line 37

shaqoneal
10-16-2009, 03:31 AM
will ibProArace get the vB 4.0 treatment? i would love to see it there

goxy63
10-16-2009, 12:32 PM
will ibProArace get the vB 4.0 treatment? i would love to see it there

Yeah, Iam probably not installing vb4 if this mod is not compatible with it :D
Please update in proper time
Hope that my brandfree licence will still be on with expected new version

Cheers

Ranzou
10-16-2009, 08:51 PM
hey guys need some help here, i have a custom skin on my forums so the lines:

<td valign="top" nowrap="nowrap">

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

and

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

don't appear anywhere in the postbit, postbit_legacy, or navbar templates, respectively

i was wondering where i would add:

<div class="smallfont">$post[crowns]$post[champtext]<br /></div>

$post[crowns]$post[champtext]<br />

and

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

thanks in advance i appreciate it

XtremeOffroad
10-20-2009, 05:51 AM
will ibProArace get the vB 4.0 treatment? i would love to see it there

Agreed.

Gary B
10-20-2009, 09:15 PM
Does anyone have a list of LEGAL (owners permission given for use with arcade or free of copyright) games that can be used with this arcade as they must be legal for the forum I wish to install the arcade on

Thanks

CrosseyedGamer
10-23-2009, 11:22 PM
anyone have this installed and tried to install the a tournament and ladder system that uses a tournament table?? Seems this is causing major complications and makes the T and L system useless.

jalmz
10-24-2009, 01:33 PM
it is compatible to VB 4?

rootsxrocks
10-25-2009, 07:57 PM
ETA: whoops I have v3 Arcade (http://www.v3arcade.com/) installed not ibPro.


It would be nice to have some direction to more games, and the opportunity to purchase the rights to use them.

Id love to add farkle and other premium games, and Im willing to pay for them.

Id also like to know how I can get vbcredits to charge a fee for playing .
Ill slip back over the paid licence area for more.

Individual games . I have had trouble with posting scores, but overall the hack works as expected.

Markos
10-26-2009, 01:20 AM
hi im getting heavy memory load with the arcade so i tried to uninstall it and when i do it get a database error

Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT champ_gid AS gid, champ_mid AS userid, champ_name AS name, COUNT(champ_mid) AS total
FROM games_champs
GROUP BY userid
ORDER BY total DESC LIMIT 3;

MySQL Error : Table 'scottishmark_reptiles.games_champs' doesn't exist
Error Number : 1146
Request Date : Monday, October 26th 2009 @ 02:16:24 AM
Error Date : Monday, October 26th 2009 @ 02:16:24 AM
Script : http://www.scottishexoticreptilesforum.co.uk/
Referrer : http://www.scottishexoticreptilesforum.co.uk/
IP Address : 92.233.183.22
Username : Mark
Classname : vB_Database
MySQL Version : 5.0.77

can anyone help me with this ???????

LCN2007
10-29-2009, 06:20 AM
I have tried everything can some one step by step me on how to remove the King of the Arcade?

I had banned someone and they arestill listed as the king and i can find them in the db with phpmyadmin or with any acp tool?

thanks.

Sworm
10-29-2009, 07:52 PM
Will be released a Ipb pro arcade version for Vbulletin 4?
Or the last actual version will work too on it?

dgparent
10-29-2009, 10:45 PM
I have tried about 5 methods to get to game title in the URL instead of

arcade/game/10.html I would Like

arcade/game/game-name.html

Anyone get this to work ??

Magz
11-04-2009, 12:55 AM
Agreed.

I also would love to see this ported to vb4

Magz
11-04-2009, 12:56 AM
will ibProArace get the vB 4.0 treatment? i would love to see it there

Would love to see it ported to vb4

Evanrs44
11-04-2009, 01:56 AM
Is there a way to make it so the days (7) you have to play without being disqualified are shorter? A tournament with 8 people which should take a few days ends up taking a month.

Edit: Never mind, I just didn't look good enough even though it was in plain site

USAMustangs.com
11-09-2009, 06:02 PM
After resetting all scores, how do you also reset best score of all time and king of the arcade? I want to make it a clean slate. I don't see an option to remove best scores. Any help would be appreciated. - Thanks

Magz
11-09-2009, 06:10 PM
In Tha Arcade CP, goto Games List ( all )

At the bottom you should see what you are looking for.

regards

Sworm
11-09-2009, 06:14 PM
Will be released a Ipb pro arcade version for Vbulletin 4?
Or the last actual version will work too on it?

Nobody know if ipb pro will work on vb4 too ? :)

USAMustangs.com
11-09-2009, 06:26 PM
In Tha Arcade CP, goto Games List ( all )

At the bottom you should see what you are looking for.

regards

That worked. - Thanks

nAsH
11-14-2009, 07:46 PM
I have in ibProArcade a TOP 12. after a reset will not be updated. what can be wrong?

nAsH

Veer
11-14-2009, 09:42 PM
Will be released a Ipb pro arcade version for Vbulletin 4?
Or the last actual version will work too on it?
it is not working on vb4, must be updated.

Drocr
11-15-2009, 03:03 AM
is ibPro better than v3 arcade?

edytwinky
11-15-2009, 02:08 PM
Its hit or miss. Either one would probably be good enough for your forum users.

v3 arcade has been said they will upgrade their mod to work with vb4. No word whatsoever has been given on ibproarcade. MrZero hasn't even made a post on here in like five months or so.

Mr_TriGGeR
11-20-2009, 03:05 AM
Okay I have been reading for 2 days now and can't seem to find the simple answer. I am running vb 3.8.4 and I have renamed my index.php file to forum.php. Where can I edit the script to look for the forum.php instead of the index.php so my scores will be saved?

The requested URL /bandit101/index.php was not found on this server

what it should be looking for is /bandit101/forum.php

Where can I edit this to make this happen? If I label the forum.php back to index.php it works but then I have to redo all the other mods and changes I made to the forums.

Sworm
11-22-2009, 06:33 AM
it is not working on vb4, must be updated.


Do you know when will be released a compatible version?

Veer
11-22-2009, 03:05 PM
Do you know when will be released a compatible version?
no idea, cause there is no response from developer.

Bouncer222
11-22-2009, 03:45 PM
pnflashgames.com seems to be down for the past couple days.... can anyone PLEASE help me add games to my arcade? because the arcade is getting really boring with the default games...please.. thanks.

Pamela
11-24-2009, 07:47 AM
it is not working on vb4, must be updated.

Good to know. I won't bother downloading 4.0 until ibProArcade is upgraded to 4.0 compatible. My members would freak if they lost their Arcade!

Hopefully we'll hear from the developer soon!

Mickmimi
11-24-2009, 11:13 AM
Hello everyone

I installed on my site Arcade version 2.6.8 +

I do not understand why I did not setup on this ad-don to allow the download and the postponement of games

THERE must install anything to get this configuration

Thank you for your answers

LakeAnna
11-24-2009, 05:56 PM
I am having issues with these two games not recording scores - I also havent seen the little yellow icon with the exclamation point either.

Kinda of a newbie to the arcade software - could anyone shed some light on these problems.

These were from TAR files

Nadeemjp
11-24-2009, 09:23 PM
hey marcel, please pretty please upgrade to vb 4 cause my members would kill me if arcade is not available at vb4 when i install it:(

RobbieZ
11-24-2009, 09:56 PM
I am having issues with these two games not recording scores - I also havent seen the little yellow icon with the exclamation point either.

Kinda of a newbie to the arcade software - could anyone shed some light on these problems.

These were from TAR files

The games in question have no relevance to this thread sorry.

You need to download the TAR again and re-install it. If there is still no scoring from these games then the game itself is in question not the Arcade.

If still no joy delete the games and find some more, there are at least 7'000+ others to play.

PS. I have these two on my board and they score perfectly OK. Go figure :)

LakeAnna
11-26-2009, 01:16 PM
I didnt know relevant questions that might deal with the arcade or a setting were relevant - thanks for deciding to be so helpful...

My question still stands as to why the yellow exclamation points next to some games in the ARCADE software...

MrZeropage
11-28-2009, 09:31 PM
** updated to v2.6.9+ **

now vBulletin 4.0 compatible :)

Veer
11-28-2009, 09:49 PM
** updated to v2.6.9+ **

now vBulletin 4.0 compatible :)
Thanks for the update.

Upgraded but it changes my whole forum style to the classic, why?
And how to fix it now?

wolfiejp
11-28-2009, 09:53 PM
MR Zeropage may i be the first to say what a star you are, i was just saying to a fellow admin that i think we in the £$%% with the arcade and then 10 mins later you pop up with this gem, i and my members thank you most kindly :-)

YLP1
11-28-2009, 10:21 PM
THANK YOU, ZeroPage! You are awesome!

ArcadeSyndicate
11-28-2009, 10:23 PM
thx a lot, you rock :up:

MrZeropage
11-28-2009, 10:30 PM
by now 1.29 a.m. I just updated the ZIP-file, sorry for this, but I had some old CSS-defintion for vB4 in it.

Please re-download the archive and use this one.

Everybody downloading ibProArcade v2.6.9+ after NOW is fine :)

kylek
11-28-2009, 10:35 PM
Mr Z, thank you now go to bed!!

Veer
11-28-2009, 10:39 PM
by now 1.29 a.m. I just updated the ZIP-file, sorry for this, but I had some old CSS-defintion for vB4 in it.

Please re-download the archive and use this one.

Everybody downloading ibProArcade v2.6.9+ after NOW is fine :)
Thanks for the quick fix, its fine now :)

And what is the plan for the Default vb4 CSS style instead of classic vb3 for Arcade?

MrZeropage
11-28-2009, 10:59 PM
Yes, Style-Adaptions to fit the standard vB4-CSS will be next step...

nikosb
11-28-2009, 11:09 PM
thx a lot :up:

Veer
11-28-2009, 11:14 PM
Yes, Style-Adaptions to fit the standard vB4-CSS will be next step...
Good luck :)

Magz
11-29-2009, 12:08 AM
Brilliant...

Thank you so much for bringing this to VB4

revmitchell
11-29-2009, 12:20 AM
When the game is finished it kicks you to the site home page and does not record the recent score. What could be the cause of this?

Abhik
11-29-2009, 01:22 AM
Thanks for the upgraded release :)

cory_booth
11-29-2009, 02:09 AM
Mr Zero...

Must we add the additional code to index.php for proper score saving?

gothicuser
11-29-2009, 02:52 AM
** updated to v2.6.9+ **

now vBulletin 4.0 compatible :)
On the ball or what :D
Many thanks for the great update.

Alecsmith
11-29-2009, 03:03 AM
Thanks for new version i was eagerly waiting for that.

PinkLiquorice
11-29-2009, 04:24 AM
Thank you for upgrading it! :)

TandyServices
11-29-2009, 05:39 AM
I get this message after the game.

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

MrZeropage
11-29-2009, 06:40 AM
Everybody, please ask support-questions not here in the release-thread, but in the support-forums (https://vborg.vbsupport.ru/forumdisplay.php?f=170), thanks.

There is no eed to edit index.php this is done using plugins... Just read the enclosed instructions! If any more problems arise, use the support-forums :)

ukDesign
11-29-2009, 06:46 AM
Thank you for the new release no problems upgrading to VB4

jaffaman
11-29-2009, 06:48 AM
Cheers ive updated our test site :)

Sworm
11-29-2009, 06:58 AM
Everybody, please ask support-questions not here in the release-thread, but in the support-forums (https://vborg.vbsupport.ru/forumdisplay.php?f=170), thanks.

There is no eed to edit index.php this is done using plugins... Just read the enclosed instructions! If any more problems arise, use the support-forums :)


Marcel , you are a GREAT programmer!!!!! :up::up::up::up::up:

aberg
11-29-2009, 07:00 AM
Thank you!!!!!! :up:
This is what a needed before upgrading to version4.:)

steve1966
11-29-2009, 08:07 AM
Hi On my test vb4 forum just installed and get this error on loading

Deprecated: Assigning the return value of new by reference is deprecated in /home//domains/.org/public_html/for/arcade.php on line 3189

Deprecated: Assigning the return value of new by reference is deprecated in /home/my forum/domains/e.org/public_html/for/arcade.php on line 4081

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3189) in [path]/arcade.php on line 97

Fenriz
11-29-2009, 09:38 AM
If I have vb3.8.4 installed and want to upgrade ibProArcade from 2.6.8+ to 2.6.9+, do I need to run installer/uninstaller.php ? Thank you!

MrZeropage
11-29-2009, 10:02 AM
1) this should be asked in the support-forums ...
2) just read the enclosed instructions for upgrading ...

[...]

3) upgrading just is the same procedure as every time: overwrite all files, import and overwrite product-XML, ready ;)

ForYou
11-29-2009, 03:20 PM
I can't do submit score vb4 ,

Regards

dynamite
11-29-2009, 07:03 PM
Yes, I got an error in vB4 about being unable to add score due to a security token missing

Delilahs
11-29-2009, 09:32 PM
go to the IBPro arcade support forum here (https://vborg.vbsupport.ru/forumdisplay.php?f=170)

Where your answers are waiting for you.

Gamelobby
11-30-2009, 12:58 AM
Is this new version for 3.8 or 4.0 only.?


*edit*
Nevermind. lol
Improvements:
* added vBulletin 4.0.0 compatibility (using classic vB3-CSS)
* full vBulletin 3.8.x compatibility

MrZeropage
11-30-2009, 07:06 AM
ibProArcade in current version v2.6.9+ is full compatible to vBulletin 3.x and 4.0 :)