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)

JTyson 11-27-2005 04:50 AM

Quote:

Originally Posted by xtremeoff-road
Well I have tried the solutions posted and the scores will not record....therefore, there must be something else wrong.

Any thought would be great!

PM me a test account and the URL and i'll take a look

Boofo 11-27-2005 05:02 AM

Quote:

Originally Posted by JTyson
This thread is getting hard to keep track of what errors have been solved and what havent. I'll try my best to help out those with portal issues ;)

Is anyone still having issues with mkportal?

You are now officially on my Christmas Card list. ;)

Thank you, sir. ;)

JTyson 11-27-2005 05:05 AM

lol, ive only been hanging around for complaints on the zip installer but i havent had one yet.

dieselpowered 11-27-2005 05:05 AM

Quote:

Originally Posted by JTyson
PM me a test account and the URL and i'll take a look

Sure, here you are...you have a PM :)

Boofo 11-27-2005 05:09 AM

Quote:

Originally Posted by JTyson
lol, ive only been hanging around for complaints on the zip installer but i havent had one yet.

Give it time. ;)

scullen 11-27-2005 05:11 AM

Have it working and it is great. One question, when I edit permissions and say that a group "can't view or play", why is there a link in the navbar for "Arcade". Shouldn't it be invisible for this group.

Thanks

Xplorer4x4 11-27-2005 05:11 AM

Boofo any chance you woudl take a look at my Admin CP as well? :)

JTyson 11-27-2005 05:14 AM

Quote:

Originally Posted by xtremeoff-road
Sure, here you are...you have a PM :)

Tested and the score posted fine. :ermm: Have you got cookies enabled on your browser?

Xplorer4x4 11-27-2005 05:19 AM

Quote:

Originally Posted by MrZeropage
Did you follow every step from the installation-instructions for vB 3.5.x ?


@Xplorer4x4:
Yes, but all other 3.5.x-Hacks do not hae that "auto detection" included that makes the PHP-script work on vB 3.0.x and 3.5.x :)
So make sure your Templateversion is not 3.0.x to make the script notice that it is running on vB 3.5.x

Well I noticed that when I logged in to the Admin CP it said somethign baout reverting the Arcade template so i did that and it still does not work. All my templates are up to date acording to the vB templaet check.

redlabour 11-27-2005 05:37 AM

Quote:

Originally Posted by C_P
You rock my friend!
This needs to be added to the install instructions or sticky here!
I changed a total of 3 files and after finishing a game instead of the error, I received:
Your score won't be stored in Database because the Arcade only saves users top score per Game.
YES!!!!!
Boofo, you are an amzingly patient man since you have almost single handedly addressed all pages of this thread.
JTyson, I am sooo friken happy right now! Thank you!

For those of you with mkportal, please look for all 6 of the files listed above in JT's post and changed the one instance in each from:
db_driver
To:
db_driver_ib

I only had three since I just installed this on my vB 3.5.1 and followed the install instructions to the T.
The three files I changed where:

functions/dbclass.php
admincp/arcade.php
and
arcade.php

*Also, please disregard the index.php file changes posted in prior suggestions as it had no effect on my Arcade and portal.

Thx will try it later !

bonnmac 11-27-2005 05:37 AM

Quote:

Originally Posted by bonnmac
UPDATE!!! i did file edits seeing i could not get installer to work and the error now changed to....
PHP Code:

mySQL query errorSELECT m.useridm.usernamem.postsm.arcade_banm.times_playedm.is_arcade_mod AS is_mod,
                    
m.fav_games AS favsm.user_sortm.user_orderm.user_g_pp,
                    
m.user_s_ppm.def_g_catm.game_skinm.arcade_mod_privsm.arcade_pmactiveg.adminpermissions AS is_admin,
                    
g.arcade_accessg.p_requireg.max_playg.ppd_requireg.ibpa_cats AS allowed_categories
                    FROM user 
AS m
                    LEFT JOIN usergroup 
AS g
                    ON 
(m.usergroupid g.usergroupid)
                    
WHERE userid=1 LIMIT 01

mySQL error
Unknown column 'm.arcade_pmactive' in 'field list'
mySQL error code
DateSaturday 26th of November 2005 10:39:50 PM 

mabey this will help

i hate to be a pain but can i please get some help on this error please i hate to keep bugging all of you thanks its on install upgrade in 3.07

MoMan 11-27-2005 05:43 AM

Amazing MOD! It works great, and it doesn't interfere with anything else on the board! Simply fantastic :D

dieselpowered 11-27-2005 05:50 AM

Here is a thought...do you actually need to complete a game for it to record a score? Lets say you play a game for ever and decide you are done with it, can you exit it and have the score recorded or do you actually need to complete it (run out of lifes / time)

Xplorer4x4 11-27-2005 05:51 AM

Maybe you guys should set up the vBug tracker on one of your server(to the Authoer/Supporters) to keep track of each individual question as I seem to get my request ignored every time in the past two days. Not to mention this is on page 30 after what 2 days?

JTyson 11-27-2005 05:52 AM

Quote:

Originally Posted by bonnmac
i hate to be a pain but can i please get some help on this error please i hate to keep bugging all of you thanks its on install upgrade in 3.07

I'd guess that the arcade_pmactive field didnt get created on the user table.
Assumming your not using prefixes which from the rror abve your not try running this query in phpmyadmin, Before doing so just check if the field already exists but i doubt it does.

Code:

ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

dieselpowered 11-27-2005 05:53 AM

I think I may be a moron...looks like you need to actually complete the game to have the score recorded...sorry.

JTyson 11-27-2005 05:53 AM

Quote:

Originally Posted by xtremeoff-road
Here is a thought...do you actually need to complete a game for it to record a score? Lets say you play a game for ever and decide you are done with it, can you exit it and have the score recorded or do you actually need to complete it (run out of lifes / time)


You need to complete it , some games will auto submit, some you have to click ok/submit/post score etc...

JTyson 11-27-2005 05:55 AM

Quote:

Originally Posted by Xplorer4x4
Maybe you guys should set up the vBug tracker on one of your server(to the Authoer/Supporters) to keep track of each individual question as I seem to get my request ignored every time in the past two days. Not to mention this is on page 30 after what 2 days?


yes unfortunatly it is hard to keep track of everything, hence why your request has gotten lost. If you would like to pm me a test login i shall have a look at your issue :)

Jenkins 11-27-2005 06:02 AM

Great Hack! Great Support! *installed* and working great! thanks boofo *donated*

sitka 11-27-2005 06:21 AM

any way to have both v3arcade and ibproarcade at same time?

evenmonkeys 11-27-2005 06:22 AM

Holy awesomeness!!!! I love you!!! Installed!!!!!

TJFweb 11-27-2005 06:25 AM

Is there a demo I can check out anywhere first?

I'm trying to decide between this and v3 arcade (whenever that's released). v3arcade looks like it's trying to make a bit of $$$ with their upcoming release so I'll probably get ibproarcade instead.

ceech 11-27-2005 06:26 AM

Has anyone gotten the tournaments to work ? It's not working for me.

Here is the error I got.

++++++++++++++++++++
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: Sunday 27th of November 2005 03:24:09 AM
++++++++++++++++++++

Help please.

Boofo 11-27-2005 06:32 AM

Quote:

Originally Posted by bonnmac
i hate to be a pain but can i please get some help on this error please i hate to keep bugging all of you thanks its on install upgrade in 3.07

Looks like you missed running a query somewhere. ;)

Xplorer4x4 11-27-2005 06:44 AM

In arcade.php I just noticed....
PHP Code:

$DB = new db_driver;
$DB->obj['sql_database']     = $dbname;
$DB->obj['sql_user']         = $dbusername;
$DB->obj['sql_pass']         = $dbpassword;
$DB->obj['sql_host']         = $servername;
$DB->obj['sql_tbl_prefix']   = $tableprefix;
$DB->connect(); 

Shouldn't this be $db as $DB was the 3.0.X string?

Boofo 11-27-2005 06:47 AM

Quote:

Originally Posted by Xplorer4x4
In arcade.php I just noticed....
PHP Code:

$DB = new db_driver;
$DB->obj['sql_database']     = $dbname;
$DB->obj['sql_user']         = $dbusername;
$DB->obj['sql_pass']         = $dbpassword;
$DB->obj['sql_host']         = $servername;
$DB->obj['sql_tbl_prefix'] = $tableprefix;
$DB->connect(); 

Shouldn't this be $db as $DB was the 3.0.X string?

Are you running mkportal or a portal of any kind?

Or VBSeo?

Xplorer4x4 11-27-2005 06:57 AM

None of the above....

PHP Code:

Warningmysql_connect(): Access denied for user'xplorer4@localhost' (Using passwordNOin /arcade/functions/dbclass.php on line 42
 
 Warning
mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /arcade/functions/dbclass.php on line 45
 ERROR
Cannot find database 
Warning
load_words(./arcade/lang/lang_Arcade.php): failed to open streamNo such file or directory in /arcade/functions/functions.php on line 576
 
Warning
load_words(./arcade/lang/lang_Arcade.php): failed to open streamNo 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='.:/usr/lib/php:/usr/local/lib/php'in /public_html/forums/arcade/functions/functions.php on line 576 

That is my error which is why I asked? ;)

Xplorer4x4 11-27-2005 07:24 AM

Also since I instaled the arcade, posts do not turn in to the small delete posts box. It deletes the post content but does not minimize the post as it should.

Note that the strings above are from FORUMS/ARCADE.PHP

Ky Kiske 11-27-2005 07:33 AM

Is there a cleaner layout for this product? It's got a bit of a messy cluttered design.

MrZeropage 11-27-2005 07:33 AM

could you provide a screenshot ? The Arcade just adds information to the postbit, nothing else :)

Xplorer4x4 11-27-2005 07:34 AM

Has the ZIP file been replaced since the hack was posted? Reason I ask is I was installing the files from ibProArcade_v2.5.3+ DIR on my hard drive but it seems as though when I redownloaded it NOW i got a diffrent version when I compared arcade.php. It looks as though the Arcade.php I had was for the IPB version as there were alot of IPB strings in there. I will turn on guest permision for my arcase as it looks weird. I am about to do a reisntall and hope this solves the problem.

Link to my arcade is : http://xtremepain.net/forums/arcade.php?

kewl1uk 11-27-2005 07:38 AM

Quote:

Originally Posted by Jenkins
are you serious? that's a huge file to be searching through to remove spaces.. besides shouldn't that have been something that was made that way for a reason?

i've been messing with this all day I guess I'm just going to have to un-install it. I don't know enough about PHP to make it work.

Are you serious. "<php" is at the very top of the arcade.php file and "?>" is at the very bottom of the arcade.php file. In my experience it's spaces before the opening php tag ("<?php") and spaces after the closing php tag ("?>") that causes headers already sent errors. And the spaces are usually inserted by using incompatible html editors to view the file.

Jenta 11-27-2005 07:56 AM

Quote:

Originally Posted by Ky Kiske
Is there a cleaner layout for this product? It's got a bit of a messy cluttered design

There are 2 skins you can choose from in the arcade settings. You can also edit the php files directly...if you are comfortable doing that.

This hack has just been released so look for 3rd party modifications real soon. I would think someone will share their custom layouts.

kewl1uk 11-27-2005 08:40 AM

Just wondering: I have 15 games in my arcade and all 15 are listed in the Newest games panel on the left and in the Most Played Games panel on the right. Is there a cut-off point, say a maximum of 20 games listed in each panel and is there a way to change it. Thanks.

JTyson 11-27-2005 08:52 AM

Quote:

Originally Posted by kewl1uk
Just wondering: I have 15 games in my arcade and all 15 are listed in the Newest games panel on the left and in the Most Played Games panel on the right. Is there a cut-off point, say a maximum of 20 games listed in each panel and is there a way to change it. Thanks.

15 is the default limit, you would have to edit arcade.php to show more or less.

MrZeropage 11-27-2005 08:54 AM

*wrote this down for next release to make it an option in AdminCP*

kewl1uk 11-27-2005 08:54 AM

Quote:

Originally Posted by JTyson
15 is the dfeault limit, you would have to edit the arcade.php to show more or less

Ok thanks.

JTyson 11-27-2005 09:05 AM

Quote:

Originally Posted by Xplorer4x4
Has the ZIP file been replaced since the hack was posted? Reason I ask is I was installing the files from ibProArcade_v2.5.3+ DIR on my hard drive but it seems as though when I redownloaded it NOW i got a diffrent version when I compared arcade.php. It looks as though the Arcade.php I had was for the IPB version as there were alot of IPB strings in there. I will turn on guest permision for my arcase as it looks weird. I am about to do a reisntall and hope this solves the problem.

Link to my arcade is : http://xtremepain.net/forums/arcade.php?

All working now :)

TheProphet 11-27-2005 09:15 AM

Nice work m8, gonna install this right away....

Kagami Kyoji 11-27-2005 09:41 AM

What templates do we edit? I do not see any instructions? Also, after importing the product xml the arcade.php does not work. All it shows are two image links?

http://www.l9ianimeonline.com/arcade.php


All times are GMT. The time now is 04:26 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.06435 seconds
  • Memory Usage 1,869KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (18)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