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)

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



All times are GMT. The time now is 05:57 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.07959 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete