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)

gnrx 01-02-2021 09:57 AM

Quote:

Originally Posted by stangger5 (Post 2605521)
I`m using vb4 and ibproarcade with php 7.4.13 right now.

The link that you indicate, its about php 7.3 , I read the thread and in my case, I have some addons and I think that I can't upgrade php to 7.4

Regards!.

stangger5 01-02-2021 11:59 AM

The edits still work with php 7.4

gnrx 01-02-2021 12:29 PM

Quote:

Originally Posted by stangger5 (Post 2605530)
The edits still work with php 7.4

Like always, thanks stangger5, I deduced that, this edits are for work with php 7.4 vb 4.2.5 and ibProArcade, others mods...I don't know...

Thanks and happy new year!

lagrace 01-03-2021 08:54 PM

hello I come back to you
I have this error above my forum

Code:

PHP Warning: Use of undefined constant act - assumed 'act' (this will throw an Error in a future version of PHP) in ....\forum.php(89) : eval()'d code on line 40

PHP Warning: Use of undefined constant autocom - assumed 'autocom' (this will throw an Error in a future version of PHP) in ....\forum.php(89) : eval()'d code on line 41

PHP Warning: Use of undefined constant showuser - assumed 'showuser' (this will throw an Error in a future version of PHP) in ....\forum.php(89) : eval()'d code on line 42

vb4.2.5 + php7.4.13 + mariadb 10.4.17
with ibproarcade 2.7.6+

stangger5 01-03-2021 09:58 PM

In the Score.txt edit for the index.php.

Change this:
Code:

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}

to this:
Code:

$act = $_GET['act'];
$autocom = $_GET['autocom'];
$showuser= $_GET['showuser'];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}


lagrace 01-04-2021 12:20 AM

I did not find this code in index.php so I was changing it in the posbit-display-start hook thank you
I'm making great strides, thank you, I also have this as an error

PHP Code:

PHP WarningA non-numeric value encountered in ....\admincp\arcade.php on line 589 


nte 01-26-2021 10:58 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=328545" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=328545</a>

If someone can help me here ... :S

Thx (:

lagrace 02-06-2021 05:35 PM

I have this as an error

PHP Code:

NoticeUndefined indexact in
 Notice
Undefined indexautocom in
 Notice
Undefined indexshowuser in 


boss22 02-28-2021 09:32 PM

stangger5

is it possible to have Dbtech arcade and this ibProArcade - professional Arcade System in sametime and how?

regards
bosss

danielmorashov 03-11-2021 04:50 AM

Anyone tried this on vb5 ? 2021


All times are GMT. The time now is 03:40 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.08833 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (4)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