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)

stangger5 06-11-2014 10:36 PM

Quote:

Originally Posted by reesev (Post 2501537)
im having some issues with the actual style of the arcade.

what could be causing this? its a fresh install on vb4.2.2


Please read this thread:
https://vborg.vbsupport.ru/showthread.php?t=282802

J19784B5A39B 06-25-2014 03:12 PM

Create Tournament how to get this?

plubius 07-01-2014 02:19 AM

For some reason I cannot get popout to show on either ibproarcade skin or v3arcade skin. I have uloaded the latest everything but it simply is not showing up. My site is http://www.thegamelands.org/forums/a...hp?&act=Arcade

stangger5 07-01-2014 09:12 PM

Quote:

Originally Posted by plubius (Post 2504690)
For some reason I cannot get popout to show on either ibproarcade skin or v3arcade skin. I have uloaded the latest everything but it simply is not showing up.

Your missing the link in the skin_Arcade.php file..
Upload the original skin_Arcade.php file and over write what you have..

plubius 07-01-2014 11:35 PM

I did and it is still not showing.
Code:

<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&amp;gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=no,toolbar=no,status=no');">{$ibforums->lang['gamebox_playpopup']}</a><br />

This is the controlling code? I uploaded everything and still will not show

plubius 07-03-2014 12:35 AM

Thanks Stannger!

nubbyless 07-09-2014 08:37 PM

Hi how can I change the red text on my arcade I believe its inheriting it from my forum please see link http://www.cbjunkies.com/arcade.php

Thanks
fred

Paul. 07-30-2014 10:26 AM

This mod has caused us to lose our entire forum, which was set up in April 2010.

All backed up files are corrupt, too.

Is there a way around it, does anyone know?
I'm not sure what version of the mod was being used at the time.

ozzy47 07-30-2014 10:46 AM

How do you know it was this mod? It has well over 8000 installs, so I sure others would have lost their forums too,

Paul. 07-30-2014 09:40 PM

That's what we were told by the person who hacked it. He was paid to get it back but it's all messed up.

I have no idea how or what was done however the arcade hasn't been updated for a few YEARS, if that makes a difference.

blind-eddie 07-30-2014 10:32 PM

If you are not using ibProArcade v2.7.2+ then yes, you could have been hacked through your arcade. This has been discussed here, you should have received an email regarding this if you marked this addon as installed.
Update your arcade.

If your backups are corrupt, that is an issue with your host, not this addon.

If your arcade is the only pages on your site that are screwed up, completely uninstall it, including all files that came with it and install the latest version.

iNate19 08-15-2014 11:31 PM

aNYONE KKNOW HOW i CAN FIX THE LAYOUT AS IT IS ALL MESSED UP FOR 4.2.2

Marv 08-21-2014 01:57 PM

Okay, if searched in this thread for a solution for my problem and it seemed to work. Unfortunal it doesn?t:

I?m using the arcade in a 4.2.2 with vbseo and after installing I had the problem, that everyone gets redirected to the cms homepage after a game is done. I?ve altered the htaccess as others have been advised to
Code:

# Send hardcoded ipa scores to arcade instead 
RewriteCond %{QUERY_STRING} act=Arcade [OR] 
RewriteCond %{QUERY_STRING} autocom=arcade 
RewriteRule ^index.php arcade.php [L,QSA]

.

That seemed to help at first glance, but I had to notice a second error: the game told me that it was unable to write to the game tables. After displaying that, it redirects back to the cms homepage again.

Anyone an idea, what I have to do? And please be aware, that I?m totaly new to the arcade :o

stangger5 08-21-2014 03:54 PM

Have you tried adding the code from the INFO - vbadvanced or another Portal.txt file that comes with the arcade to your index.php file...

wjkingsnorth 10-27-2014 11:15 AM

Thanks to MrZero for providing this arcade. Thanks to Hippy for providing the fixes for it. Seems to be the only working arcade for vB 4.2.2

wjkingsnorth 10-28-2014 07:22 PM

I have a bunch of games that are saving scores of 0

stangger5 10-28-2014 08:17 PM

Have you tried adding the code from the INFO - vbadvanced or another Portal.txt file that comes with the arcade to your index.php file...

wjkingsnorth 10-29-2014 06:56 PM

Quote:

Originally Posted by stangger5 (Post 2520390)
Have you tried adding the code from the INFO - vbadvanced or another Portal.txt file that comes with the arcade to your index.php file...

That fixed the ones that were not submitting, but it did not fix the ones recording 0. Thanks

maf1973 10-31-2014 07:12 PM

I installed arcade today on a VB4.2.2 and implement all the fixes.
I receive still following error message on the top of the arcade and in the arcade config menu in admincp:

Warnung: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ..../arcade/functions/dbclass.php (Zeile 44)

Any fixes for this available?

Mark.B 10-31-2014 10:23 PM

Edit your /includes/config.php file.

Change:
PHP Code:

$config['Database']['dbtype'] = 'mysql'

To:
PHP Code:

$config['Database']['dbtype'] = 'mysqli'


Also it'd be a good idea to do this while you're in there:
Add the following line to your /includes/config.php file, right under the <?php line:
PHP Code:

define('SKIP_DS_ERRORS'true); 


maf1973 10-31-2014 10:53 PM

the mysqli was already entered in my config.php

PHP Code:

$config['Database']['dbtype'] = 'mysqli'

I added the SKIP_DS_ERROR and now the error messages are gone.

rinkrat 11-04-2014 01:29 AM

Suddenly when I try to use the arcade, it is being redirected from arcade.php to arcade.html which doesn't exist.

Anyone know how I can fix this? Thanks!

blind-eddie 11-11-2014 03:06 PM

Does anyone know how to get the .swf files to go into their own directory when games are installed?
Meaning, not in the arcade root, but in another folder within the arcade folder.

Please read through the following to understand why I am asking this.

===============================
Quote:

Originally Posted by blind-eddie (Post 2522145)
I have a couple sites up and running, each has the arcade installed, I have been using it for years without issue.
About a month ago, via FTP, four of my files on one site would not show via FTP but would show via file manager in cpanel, but would show the hidden files on other site via FTP.

Today, I finally get the chance to address this issue.

I call my host to ask for assistance as to why folders show up in file manager but not FTP.
After a long hold I was told it was a permission issue... I told them there was no problem with permissions and both sites running same addon with the same files/folders with the same permissions... only one shows all the files via FTP and one does not.

They said they were running a file permissions program and to wait at least ten minutes and refresh FTP, its been over an hour, files still will not show via FTP.

I use SmartFTP and have been for years, I tried every free FTP program and files will not show on them as well.


Has anyone else ever had this issue, if so, how did you fix it.

FTP:

http://northamericancarclub.com/imag...0d7e56e59f.png

Cpanel/File Manager:

http://northamericancarclub.com/imag...0d7e578277.png

Quote:

Originally Posted by blind-eddie (Post 2522160)
Well, it seems that all FTP programs are set to allow up to 8000 viewable files/folders in any one directory. I am at 9500 in the arcade directory.

I removed a whole bunch of the .swf files and my files are now showing.

I need figure out how to change the max viewable files via smart ftp and/or figure out how to edit the arcade to automatically move the .swf files to its own directory.
I will have to seek support there now that I figured it was the arcade mod issue.

===============================

stangger5 11-11-2014 08:37 PM

Your host and change that viewable amount..

I had a host in the past that would only let you view 1998 files per folder..
Using that host I had 10.000 games installed and they all worked fine..

I now have all my game.swf files in their own folder...arcade/games

ozzy47 11-11-2014 08:45 PM

I said the same thing to him here as well, https://vborg.vbsupport.ru/showpost....05&postcount=5

blind-eddie 11-11-2014 10:32 PM

Quote:

I now have all my game.swf files in their own folder...arcade/games


That's what I am after, would you mind sharing how you did this?

Chris, Gary, My host tells me they can't raise the max amount viewable via FTP, they tell me that its a setting in FTP and all FTP programs will only allow up to 8000 files viewable... but I can not find anything regarding this on Smart FTP.
I will have to call them back.

ozzy47 11-11-2014 10:34 PM

No, that is wrong, I had a issue like that when I had 9000+ arcade games installed, and the host resolved it for me. :) But this was on a older server, so I don't have access to the support ticket to see exactly what they did.

blind-eddie 11-11-2014 11:39 PM

I am on Shared Hosting and really never have any issues.
They just told me that on shared hosting that MVF via FTP is set to 8000 and will not increase it, however, if I upgrade to VPS or Dedicated I can set it to whatever I want....Go figure.

So, without upgrading my plan I can not see the tar, tmp, skins and zip files without removing a ton of .swf files that are added to the arcade root when the games are installed.... Unless Gary is willing to share his edits to have the .swf files go into their own directory....

ozzy47 11-11-2014 11:48 PM

Yeah I knew they were wrong when you said they can not raise it, it's that they don't want to. :)

Hopefully you can get ahold of the edits to make it work.

blind-eddie 11-12-2014 10:44 AM

I found the edits here. https://vborg.vbsupport.ru/showthread.php?t=271336

Working great.

ozzy47 11-12-2014 10:45 AM

Awesome, glad you managed to find it, and it is working correctly. :)

angeljs 12-19-2014 04:22 PM

For some reason, random games that were submitting fine are now submitting zero points. I've not modified the forums or any mods in anyway so can't understand why this is happening, but my members are not happy. :(

WEBDosser 12-19-2014 05:54 PM

has your host changed anything?.

angeljs 12-20-2014 12:47 PM

No, I rent and run my own server and I haven't changed anything.

stangger5 12-20-2014 01:13 PM

Can you start a new thread in the ibproarcade support forum please so I can try to help you better..

and try this:

Changed this in the main arcade.php
PHP Code:

$DEBUGMODE    0

to

PHP Code:

$DEBUGMODE    2

and post what the error messages say when a members score doesnt save..

angeljs 12-30-2014 09:23 AM

Will do, thanks :)

ravenfaust 01-23-2015 10:15 PM

how do i change the font color as my forum is black , i cant see much of the writing.

stangger5 01-24-2015 11:34 AM

Quote:

Originally Posted by ravenfaust (Post 2534194)
how do i change the font color as my forum is black , i cant see much of the writing.

For dark styles:

Add this to the ARCADE.css

PHP Code:

legend{color:#ffffff;} 

:)

ravenfaust 01-26-2015 01:20 AM

Where can i find some classic games ?

ozzy47 01-26-2015 01:27 AM

Do a google search for ibProArcade


All times are GMT. The time now is 10:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.15109 seconds
  • Memory Usage 1,833KB
  • 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
  • (2)bbcode_code_printable
  • (7)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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