![]() |
Quote:
BGObsession arcade is Fixed.. Quote:
|
Just for the public record, stangger5 is a genius. He is the Rainman of the arcade. Thanks so much for your help and great job!
|
Hi,
Has anyone already run his arcade on php 7.1? I have today from php 7.0 to 7.1 posed. Unfortunately, a lot of errors come in the arcade. Can someone please fix? |
Quote:
Mind if I have a look? |
Many Thanks stangger5. :)
|
Hi,
If someone steals me a score, I get this email. Hello Admin, Your Highscore in the game monster has been hit by cindy. Get it back ... Link to the highscores of the game Only the email is missing the link to the game. How can I fix this? Thank you in advance. |
Quote:
Hi Stangger5 Sorry for the late reply, just saw this. No i did not get it working and would love for you to have a look at it. Thanks |
Quote:
|
I'd like to wait and see what stangger5 says, as he has more expertise with this product. Also, I am in the middle of several projects at the moment. :)
|
Hi
what could that be. If I install a game, then the umlaute like ö, ä, ü do not. In the php file of the game agree the umlauts. Only when you installed the game, the umlauts no longer match. |
Can anyone tell me what the final fix was in regard to the HTTP 500 Error?
I'm still running VB 4.2.3, couldn't get the 4.2.5 install to work. (Still hoping to do that.) I've been wondering if the v4.2.5 install attempt broke the arcade. I hadn't checked on it until a member reported it to me, not many issues with the arcade prior to this. I've tried the previously mentioned Module changes, including downloading the .zip file, as well as a couple of code changes that were mentioned here. IB Pro Arcade 2.7.3+ PHP 5.6.31 MySQL 5.6.32 |
What 500 server error?
|
A discussion began, or was ongoing in this post, fixes and edits were being sorted through. MarkFL had created some updated module files for download. (Did that.)
The error, when launching games: Quote:
I'm trying to determine if I need to get my host to upgrade software or try the v4.2.5 upgrade again. The upgrades and patches have always been successful. I was going to wait for the next VB upgrade. IB Pro Arcade 2.7.3+ PHP 5.6.31 MySQL 5.6.32 |
500 errors are server errors....you need to find out what the actual error is behind that. Your hosts can help with that.
If you had attempted an upgrade to 4.2.5, make sure you have put back ALL the old files from the previous version. Also, depending on where the upgrade failed, there may be issues with the database now also. Note that there will not be a "next vB upgrade" for vBulletin 4. Development on vB4 is now at an end, aside from any security patches needed. |
thank you
|
Just upgraded to 4.2.5 and php 7.0 just get blank screen instead of arcade, im guessing there are compat issues?
|
Hello.
Recently, I installed this fantastic mod, but I have 3 problems/doubts: 1.-In instructions for installation, indicate this: edit the Template navbar search (in vb 4.x) Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> 2.-In my navbar, not appears the link for Arcade. 3.-My forum its in spanish, I view not have this language, but I view the foder with the languages files. How I can create a spanish file? Sorry for this 3 doybts, and thanks in advanced! Best regards! |
Quote:
|
Quote:
He is the most trust worthy person that I have ever met on the internet. It may take a day or two or three for me to get back to you because he's busy in life so, have patience. |
|
Quote:
Regards!! |
Clean install of VB 4.2.5
setup ibproarcade v.2.7.3 php: 7.0.25 arcade directory permissions: 777 Visiting the arcade.php page is just blank. In admin cp, clicking on any links within the arcade tab (Arcade Main Settings, Game lists, Categories, etc) is just blank. Is anyone else experiencing this or have a solution? |
see #7418
|
1 Attachment(s)
How to change the order of phrase "Play"
Example: From Play Double Blast To Double Blast Play Attachment 156786 Attachment 156787 In my language, meaning is better when Phrase is front. Thanks for any help where to search. |
No one?
Actually with some tests I put this code in skin: Code:
<tr> Code:
/arcade.php?do=playfull&gameid= Any help? EDIT Found how for any concern From this {$entry['gid']} To this {$game['gid']} and fetching works. |
Looks like your using the v3 skin.
You need to edit this file: arcade/modules/mod_arcade.php Find two places that has Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$ibforums->lang['play_game'].$gname."</a>"; Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$gname.$ibforums->lang['play_game']."</a>"; |
Quote:
Regards! |
Quote:
|
Is there a change that must do to make this to work in php 7 (vb4.2.5)
Blank white pages (error 500) Thanks in advanced |
Quote:
|
Quote:
vb4.2.5 and PHP 7 (White page at arcade.php(error 500) and white page at admincp arcade.php 1) https://vborg.vbsupport.ru/showpost....postcount=7315 2) https://vborg.vbsupport.ru/showpost....ostcount=73163 3) https://vborg.vbsupport.ru/showpost....postcount=7375 4) https://vborg.vbsupport.ru/showpost....postcount=7378 P.S. admincp arcade.php is fixed but still have white pages to central arcade.php I wiil make all changes again tomorrow, thanks Mark, I do not see that will fix it though :) |
With the arcade.php I get this error 500
Code:
mod_fcgid: stderr: PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); I change it to this, as I read some posts back from MarkFL. $bbcode_parser =. new vB_BbCodeParser($vbulletin, fetch_tag_list()); But now I get this error. Code:
mod_fcgid: stderr: PHP Parse error: syntax error, unexpected '.' in /var/www/vhosts/TEST FORUM/httpdocs/arcade.php on line 3198, referer: https://www.TEST FORUM/forum.php |
I couldn't find the post of mine you're talking about, but you definitely don't want that period in there. :)
|
|
Quote:
Yes, go through the file "arcade.php" and do a search/replace on PHP Code:
PHP Code:
|
Yes I did that from your previous post and it works.
So if any one has vb.4.2.5 and PHP 7xxx - With patient do exactly all changes that are included in post #7431 (4 post links) and the post above. All changes by MarkFL are targeted and makes ibProArcade to work. Thanks my friend :) |
I really have tried all the steps above and still get a blank white page.
|
Quote:
|
Quote:
Code:
Call to undefined function mysql_connect() on line 41 in /home/mydirectory/public_html/forum/arcade/functions/dbclass.php |
Try editing the file "arcade.php" in your forum's root folder, and look near the top of the file for the global switches and set $MSQLI to 1.
|
All times are GMT. The time now is 04:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|