View Full Version : Major Additions - ibProArcade - professional Arcade System
Navi-Mann
11-30-2012, 08:17 AM
Anzeige wo das Spiel ist ?ndern
Display change where the game is
Ich hoffe dass ich hier Hilfe bekomme
I hope to get help here
Ist es M?glich die Ergebnisse auch hier anzeigen zu lassen?
Is it possible to have the results show here?
http://www.vbulletin-germany.org/attachment.php?attachmentid=8062&d=1354183861 https://vborg.vbsupport.ru/external/2012/11/2.gif
so wie es in diesem Bild ist
as it is in this picture
http://www.vbulletin-germany.org/attachment.php?attachmentid=8063&d=1354183893
Wenn ja wie muss man das Machen?
If so how can you have the making?
Bitte um Hilfe
Please help
Sorry f?r mein Englisch aber ich kann nur Deutsch
Sorry for my english but I can only German
Navi-Mann
11-30-2012, 03:59 PM
Wo ist der Fehler?
Where is the mistake?
??? skin_Arcade.php
function game($game,$top,$extra) {
Das geht
this is
</tr>
<tr>
<td align="center" class="alt2"><img src="./arcade/images/{$game['gname']}1.gif" alt="" width="50" height="50" /></td>
</tr>
<tr>
<td align="center" class="alt1">{$ibforums->lang['score_beat']}<br /><b>{$top['score']}</b></td>
</tr>
<tr>
<td align="center" class="alt2"><b>{$top['name']}</b></td>
</tr>
Das geht nicht
That will not do
<tr>
<td align="center" class="alt1">{$ibforums->lang['gamebox_actchamp']}<br /><b>{$actualtop['score']}score?</b></td>
</tr>
<tr>
<td align="center" class="alt2"><b>{$actualtop['name']}Name? noch in Arbeit</b></td>
</tr>
<tr>
<td align="center" class="alt1">{$ibforums->lang['gamebox_persbest']}<br /><b>{$pbest['score']}score?</b></td>
</tr>
<tr>
<td align="center" class="alt2"><b>{$pbest['name']}Name? noch in Arbeit</b></td>
</tr>
<tr>
??? $actualtop
??? $pbest
https://vborg.vbsupport.ru/external/2012/11/2.gif
Hippy
11-30-2012, 05:04 PM
you need to start a new thread here
https://vborg.vbsupport.ru/forumdisplay.php?f=170
explaining a little better what you want to do ..
vb version of vb are you running and what version is the arcade ?
Navi-Mann
11-30-2012, 05:21 PM
you need to start a new thread here
https://vborg.vbsupport.ru/forumdisplay.php?f=170
explaining a little better what you want to do ..
vb version of vb are you running and what version is the arcade ?
https://vborg.vbsupport.ru/showthread.php?t=292243
Ich habe die
I have the VB Version 3.8.6
Und die
and the Arcade 2.7.2+
Ich m?chte dass hier auch die Ergebnisse drin sind
I want that here are the results there
Aktuelle Highscore
Current Highscore
pers?nliche Score
personal score
https://vborg.vbsupport.ru/external/2012/11/1.gif
nchoate97
12-01-2012, 06:49 PM
I have a problem, when someone tried to submit there scores, why does it redirect them to the homepage and not even really submit there score?
sim tech
12-03-2012, 02:18 AM
I have a problem, when someone tried to submit there scores, why does it redirect them to the homepage and not even really submit there score?
I just installed it on a fresh vBulletin 4.2 upgrade - no prior arcades installed.
Same issue here - games play but it does not store high scores. I tried the 2 other arcade.php and that didn't seem to change anything. The submit states something about not being able to access the tables. The message only comes up for a split-second before going to the Activity Stream - which is not even active on my forum.
Update: Creating the .htaccess file fixed the issue... I was thinking that part was no longer needed with the new revisions. My bad.
stangger5
12-03-2012, 02:28 AM
Read this: https://vborg.vbsupport.ru/showthread.php?p=2328579
Score Not Saving / Missing token part..
That should help..
justicechick
12-18-2012, 10:55 AM
<i>My arcade isnt saving scores. When the submit score is clicked it does nothing no redirect to another page or anything. Was working fine before we had to do a recovery last week.</i>
Hippy
12-18-2012, 05:07 PM
My arcade isnt saving scores. When the submit score is clicked it does nothing no redirect to another page or anything. Was working fine before we had to do a recovery last week.
Will fix it tonight
MG Zebra
12-19-2012, 06:54 AM
Not sure if this was ever fixed but there's an error in the coding that goes into the postbit_legacy
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
That code messes with the alignment of things on the postbit_legacy. I simply removed it as all it's for is posting high scores or champions in tournaments which I don't need. The effect of this bad codes leaves it looking like the below image. My understanding is if the tags were closed properly it should fix it but I'm not sure and I don't care to test it.
https://vborg.vbsupport.ru/external/2012/12/11.png
Other than that I love using the arcade.
Hippy
12-19-2012, 08:21 PM
Not sure if this was ever fixed but there's an error in the coding that goes into the postbit_legacy
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
That code messes with the alignment of things on the postbit_legacy. I simply removed it as all it's for is posting high scores or champions in tournaments which I don't need. The effect of this bad codes leaves it looking like the below image. My understanding is if the tags were closed properly it should fix it but I'm not sure and I don't care to test it.
https://vborg.vbsupport.ru/external/2012/12/11.png
Other than that I love using the arcade.
Just add
{vb:raw post.crowns}{vb:raw post.champtext}
under <dl class="userinfo_extra">
in your styles postbit_legacy template...
enjoy
idesignicreate
12-19-2012, 10:17 PM
Hi in the last step for navbar template trying to find the
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
code but I can't seem to find it in the navbar at all. What's my options from this point?
Hippy
12-19-2012, 11:10 PM
Hi in the last step for navbar template trying to find the
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
code but I can't seem to find it in the navbar at all. What's my options from this point?
vb4.2.0 use the nav manager in the admincp to add the button
idesignicreate
12-19-2012, 11:42 PM
vb4.2.0 use the nav manager in the admincp to add the button
okay but where is that? I'm new to vbulletin so i'm still learning where things are located.
Hippy
12-20-2012, 12:10 AM
admincp settings navigation manager..
here are 2 screen shots to help..
Sunflower2007
12-28-2012, 07:37 PM
Didn't workin4.1 i searched the calender script it isn't in the navbar grr i reloading i will go back to 4.0
just77me
12-29-2012, 08:30 AM
hi our score do not submit anymore - i guess some one changed our htaccess or other files can you please help me?
Hippy
12-29-2012, 12:39 PM
read here https://vborg.vbsupport.ru/showthread.php?p=2328579
woffie
12-29-2012, 03:55 PM
Will this be converted to work with 5.0?
ravenscape
01-03-2013, 04:44 PM
We upgraded our php version yesterday and ibProArcade started throwing deprecation errors.
Changing one line of code fixed the problem.
in arcade.php change
error_reporting(E_ALL & ~E_NOTICE);
to
error_reporting(E_ALL & ~E_NOTICE & ~8192);
topladz
01-08-2013, 07:09 PM
hi im getting this message when trying to access the arcade
topladz, you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
im admin and all permissions are set for me to view, whats happening
naveeid
01-12-2013, 10:45 AM
i was unable to install it , when i imported product , i saw no message , but then i saw that its installed and given in the list , but no changes any where
so i uninstalled it
Chadi
01-14-2013, 08:28 PM
Installed new skins, this is how it appears for the arcade specifically. Skin works fine everywhere else (including several other mods).
Attached also is how it should appear
Chadi
01-17-2013, 08:51 PM
Anyone please? :)
Hippy
01-18-2013, 02:19 AM
In my sig there is a link to the fixes
I would first replace the ARCADE template with the info post in the link..
if you get stuck
send me temp access and I will fix I ..
topladz
01-20-2013, 03:50 PM
hi im getting this message when trying to access the arcade
topladz, you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
im admin and all permissions are set for me to view, whats happening
hi i still cant get in to the arcade have i done something wrong
MentaL
01-21-2013, 05:01 PM
there appears to be an exploit which allows users to forcefully reset the passwd.
MentaL
01-21-2013, 06:42 PM
<a href="https://www.vbulletin.com/forum/showthread.php/415772-exploit-forcefully-resetting-password-issue" target="_blank">https://www.vbulletin.com/forum/show...password-issue</a>
MentaL
01-26-2013, 02:43 PM
I'm frustrated on reporting of a potential bug and yet nothing is coming up. I manually checked every single log and the only thing the person was accessing was arcade.php (The latest) and was able to forcefully reset the password of my account and obtain the required hash to reset it further.
Now, unless the are able to read the configuration of my admin panel and obtain my sendgrid information then that too is possible but once again it came from arcade.php.
Normal access logs
root@dmca [/home/domain/access-logs]# cat forum.domain.com | grep arcade.php
65.55.52.108 - - [26/Jan/2013:08:25:20 +0000] "GET /arcade.php?do=stats&gameid=10 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
121.97.10.2 - - [26/Jan/2013:08:44:20 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/f198/ad-stormgamingnetwork-season-6-ep3-906484/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19"
121.97.10.2 - - [26/Jan/2013:08:44:33 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19"
121.97.10.2 - - [26/Jan/2013:08:44:54 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19"
199.21.99.68 - - [26/Jan/2013:08:57:43 +0000] "GET /arcade.php HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)"
223.205.88.20 - - [26/Jan/2013:09:14:37 +0000] "GET /arcade.php HTTP/1.1" 301 26 "-" "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
157.55.32.166 - - [26/Jan/2013:10:10:14 +0000] "GET /arcade.php?act=Arcade&gsearch=D&search_type=1 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
65.55.52.108 - - [26/Jan/2013:10:10:42 +0000] "GET /arcade.php?act=Arcade&module=report&user=204668 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.19 - - [26/Jan/2013:10:11:28 +0000] "GET /arcade.php HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.19 - - [26/Jan/2013:10:11:29 +0000] "GET /arcade.php?act=Arcade&do=stats&gameid=4&st=5 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.35.46 - - [26/Jan/2013:10:23:04 +0000] "GET /arcade.php?do=viewtourney&tid=19 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.34.180 - - [26/Jan/2013:10:35:07 +0000] "GET /arcade.php?act=Arcade&module=report&user=75275 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
101.85.124.208 - - [26/Jan/2013:10:37:30 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.84 Safari/535.11 LBBROWSER"
49.176.40.15 - - [26/Jan/2013:10:43:22 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/f609/2-phoenix-license-premium-minecraft-880505/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
65.55.24.245 - - [26/Jan/2013:11:58:57 +0000] "GET /arcade.php?act=Arcade&module=report&user=1333375530 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
41.205.96.246 - - [26/Jan/2013:12:43:30 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1"
119.193.46.37 - - [26/Jan/2013:12:49:59 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/raffles.php" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
87.206.99.56 - - [26/Jan/2013:12:59:55 +0000] "GET /arcade.php HTTP/1.1" 301 26 "-" "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
111.125.84.42 - - [26/Jan/2013:13:35:42 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/f269/" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17"
157.55.35.32 - - [26/Jan/2013:14:05:47 +0000] "GET /arcade.php?act=Arcade&do=play&gameid=121 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
27.99.19.136 - - [26/Jan/2013:14:10:59 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
27.99.19.136 - - [26/Jan/2013:14:11:02 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
157.55.35.46 - - [26/Jan/2013:14:45:02 +0000] "GET /arcade.php?do=play&gameid=14 HTTP/1.1" 301 26 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
207.237.54.38 - - [26/Jan/2013:15:35:25 +0000] "GET /arcade.php?do=stats&gameid=104 HTTP/1.1" 301 26 "http://forum.domain.com/private.php?do=showpm&pmid=1763182" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
207.237.54.38 - - [26/Jan/2013:15:35:31 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
207.237.54.38 - - [26/Jan/2013:15:35:35 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17"
root@dmca [/home/domain/access-logs]#
person who conducted the exploit
root@dmca [/home/domain/access-logs]# cat forum.domain.com | grep 91.236.116.142
91.236.116.142 - - [21/Jan/2013:17:13:46 +0000] "GET / HTTP/1.1" 200 11488 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:22 +0000] "GET /register.php HTTP/1.1" 200 10000 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:28 +0000] "GET /clientscript/vbulletin_css/style00115l/register.css?d=1358021545 HTTP/1.1" 200 338 "http://forum.domain.com/register.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:34 +0000] "GET /login.php HTTP/1.1" 303 26 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:39 +0000] "GET /index.php HTTP/1.1" 200 11494 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:45 +0000] "GET /f71/ HTTP/1.1" 200 13247 "http://forum.domain.com/index.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:50 +0000] "GET /f71/forum-rules-101410/ HTTP/1.1" 200 12843 "http://forum.domain.com/f71/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:50 +0000] "GET /f71/forum-rules-101410/images/styles/AnimatedArena/style_blue/loginButton.gif HTTP/1.1" 404 40 "http://forum.domain.com/f71/forum-rules-101410/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:50 +0000] "GET /f71/forum-rules-101410/images/styles/AnimatedArena/style_blue/footerLogo.png HTTP/1.1" 404 40 "http://forum.domain.com/f71/forum-rules-101410/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:51 +0000] "GET /f71/forum-rules-101410/images/styles/AnimatedArena/style/logo_blue.png HTTP/1.1" 404 40 "http://forum.domain.com/f71/forum-rules-101410/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:14:59 +0000] "GET /usercp.php HTTP/1.1" 200 6749 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:15:07 +0000] "POST /login.php?do=login HTTP/1.1" 200 6594 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:15:12 +0000] "GET /login.php?do=lostpw HTTP/1.1" 200 6619 "http://forum.domain.com/login.php?do=login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:30:02 +0000] "GET /usercp.php HTTP/1.1" 200 6782 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:30:04 +0000] "GET /cron.php?rand=1358789402 HTTP/1.1" 200 43 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:30:37 +0000] "POST /login.php?do=login HTTP/1.1" 200 2365 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:30:41 +0000] "GET /usercp.php HTTP/1.1" 200 6868 "http://forum.domain.com/login.php?do=login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:31:01 +0000] "GET / HTTP/1.1" 200 6398 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:32:39 +0000] "GET / HTTP/1.1" 200 11489 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:32:49 +0000] "GET /usercp.php HTTP/1.1" 200 6749 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:33:06 +0000] "POST /login.php?do=login HTTP/1.1" 200 6244 "http://forum.domain.com/usercp.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:33:14 +0000] "GET / HTTP/1.1" 200 11488 "http://forum.domain.com/login.php?do=login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:33:08 +0000] "GET /login.php?do=lostpw HTTP/1.1" 200 6618 "http://forum.domain.com/login.php?do=login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:17 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 666 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:34:17 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 623 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:34:24 +0000] "POST /login.php?do=emailpassword HTTP/1.1" 200 2403 "http://forum.domain.com/login.php?do=lostpw" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:27 +0000] "GET /login.php?do=login HTTP/1.1" 303 26 "http://forum.domain.com/login.php?do=emailpassword" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:27 +0000] "GET /index.php HTTP/1.1" 200 11494 "http://forum.domain.com/login.php?do=emailpassword" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:36:13 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 665 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:13 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 659 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:18 +0000] "GET /login.php?do=resetpassword&u=1&i=8e3849c72ee420c426fea00f50947f226aabf1f6 HTTP/1.1" 200 6381 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:36:46 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 667 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:46 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 648 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
Following day I removed the file and person tried again
root@dmca [/home/domain/access-logs]# cat forum.domain.com | grep "91.236.116.142"
91.236.116.142 - - [23/Jan/2013:14:19:47 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 301 26 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [23/Jan/2013:14:19:48 +0000] "GET / HTTP/1.1" 200 11391 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [23/Jan/2013:14:20:08 +0000] "GET /arcade.php HTTP/1.1" 301 26 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:08 +0000] "GET / HTTP/1.1" 200 11454 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:10 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:11 +0000] "GET / HTTP/1.1" 200 11454 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:19 +0000] "GET /f71/ HTTP/1.1" 200 13239 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:29 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/f71/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:29 +0000] "GET / HTTP/1.1" 200 11457 "http://forum.domain.com/f71/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:35 +0000] "GET /raffles.php HTTP/1.1" 200 6823 "http://forum.domain.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:14:20:56 +0000] "HEAD /arcade.php HTTP/1.1" 301 0 "-" "curl/7.26.0"
91.236.116.142 - - [23/Jan/2013:14:21:03 +0000] "HEAD /afds.php HTTP/1.1" 301 0 "-" "curl/7.26.0"
91.236.116.142 - - [23/Jan/2013:15:30:05 +0000] "GET /arcade.php HTTP/1.1" 301 26 "http://forum.domain.com/raffles.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [23/Jan/2013:15:30:05 +0000] "GET / HTTP/1.1" 200 11464 "http://forum.domain.com/raffles.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
root@dmca [/home/domain/access-logs]#
The important part;
91.236.116.142 - - [21/Jan/2013:17:33:08 +0000] "GET /login.php?do=lostpw HTTP/1.1" 200 6618 "http://forum.domain.com/login.php?do=login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:17 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 666 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:34:17 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 623 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:34:24 +0000] "POST /login.php?do=emailpassword HTTP/1.1" 200 2403 "http://forum.domain.com/login.php?do=lostpw" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:27 +0000] "GET /login.php?do=login HTTP/1.1" 303 26 "http://forum.domain.com/login.php?do=emailpassword" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:34:27 +0000] "GET /index.php HTTP/1.1" 200 11494 "http://forum.domain.com/login.php?do=emailpassword" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:36:13 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 665 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:13 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 659 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:18 +0000] "GET /login.php?do=resetpassword&u=1&i=8e3849c72ee420c426fea00f50947f226aabf1f6 HTTP/1.1" 200 6381 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
91.236.116.142 - - [21/Jan/2013:17:36:46 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 667 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:46 +0000] "GET /arcade.php?do=pnFStoreScore HTTP/1.1" 200 648 "http://forum.domain.com/arcade.php?do=pnFStoreScore" "Mozilla/5.0"
91.236.116.142 - - [21/Jan/2013:17:36:18 +0000] "GET /login.php?do=resetpassword&u=1&i=8e3849c72ee420c426fea00f50947f226aabf1f6 HTTP/1.1" 200 6381 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
Filename was missing so they attempted to access a random php file to see if was an error on their part but they of course realised it was deleted.
To me, this is frustrating.
Amaury
01-26-2013, 05:05 PM
there appears to be an exploit which allows users to forcefully reset the passwd.
There was an exploit at one point that was patched.
Make sure you're running the latest version.
MentaL
01-26-2013, 05:13 PM
There was an exploit at one point that was patched.
Make sure you're running the latest version.
Yes, I was the one who reported that exploit with method.. I'm reporting ANOTHER.
TheKdd
01-28-2013, 07:32 PM
hi im getting this message when trying to access the arcade
topladz, you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
im admin and all permissions are set for me to view, whats happening
It does that on my installation as well. On the page you receive that message, log in to your forum again.
Hippy
01-28-2013, 09:31 PM
It does that on my installation as well. On the page you receive that message, log in to your forum again.
this was happening if you don't have remember me ticked..
I posted a fix for this ..
If I remember the issue was that the holdsession.php
was causing the problem..
I just commented the whole script out
because I did not have time to pull all the calls for it from the files..
Dispersion
02-03-2013, 09:59 PM
Hey i can't install it... the files are in the folder but when i try & import the product's xml... it just times out, any idea?
Digital Jedi
02-04-2013, 02:55 AM
I've been meaning to say this for five years, and I've not quite been sure how to put it without sounding picky. But the gaps in the paragraphs in the fist post have been driving me crazy since '08.
I'll be in the lounge if you need me. :erm:
ringnews24
02-19-2013, 05:36 PM
Is there a way to add google adsence in the arcade?
p5yl0g1k
02-28-2013, 07:36 AM
I have a problem, just installed it and all went fine. I set permissions for users and admins/mods to be able to see and play, first of all I can't find any link to the arcade on the navbar or anywhere else, how do I display it? This line in the installation:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
I couldn't find it anywhere, searched all the templates!
Then, when I try to go to /arcade I get this:
Sorry, no access granted here
But you may want to donate for this fantastic Arcade-Hack
Thanks in advance for the help !
Lord KoT
03-02-2013, 09:33 AM
I've tried to find the solution to this in the 500 million posts in this thread, but hopefully someone can shorten my hunt. I'm trying to find the place to change the color of the text that titles each box, i.e. "Newest Champions", "Latest Arcade Score", "Options" and "Best score of all time" etc in each game detail, and in the users active in the arcade the data "members:etc"?
invitezone
03-02-2013, 01:08 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579" target="_blank">https://vborg.vbsupport.ru/showthread.php?p=2328579</a>
TheHippy has a lot of fixes here for this arcade.
Try downloading and overwriting the arcade skins templates.
Hippy
03-03-2013, 01:53 PM
I have a problem, just installed it and all went fine. I set permissions for users and admins/mods to be able to see and play, first of all I can't find any link to the arcade on the navbar or anywhere else, how do I display it? This line in the installation:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
I couldn't find it anywhere, searched all the templates!
Then, when I try to go to /arcade I get this:
Sorry, no access granted here
But you may want to donate for this fantastic Arcade-Hack
Thanks in advance for the help !
4.2.0 pl3 does not have that code you need to use the new navigation manager in your admincp
Hippy
03-03-2013, 01:54 PM
I've tried to find the solution to this in the 500 million posts in this thread, but hopefully someone can shorten my hunt. I'm trying to find the place to change the color of the text that titles each box, i.e. "Newest Champions", "Latest Arcade Score", "Options" and "Best score of all time" etc in each game detail, and in the users active in the arcade the data "members:etc"?
did you change the ARCADE template I have posted ..https://vborg.vbsupport.ru/showthread.php?p=2328579
chatzworld
03-03-2013, 02:14 PM
any news yet for this to work with v5
lsgworldl
03-15-2013, 02:49 AM
Deprecated: Assigning the return value of new by reference is deprecated in /home/jipjip/charitygamesforum.com/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /home/jipjip/charitygamesforum.com/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550
http://www.charitygamesforum.com/arcade.php
how to add mochi games i uploaded v3 but didnt seem to work
Hippy
03-17-2013, 12:36 AM
Deprecated: Assigning the return value of new by reference is deprecated in /home/jipjip/charitygamesforum.com/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /home/jipjip/charitygamesforum.com/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550
http://www.charitygamesforum.com/arcade.php
how to add mochi games i uploaded v3 but didnt seem to work
can't add mocha games as far as I know
but for your errors
the arcade.php for the root
and the arcade.php for the admin (if your getting errors there too )
are in this thread
https://vborg.vbsupport.ru/showthread.php?p=2328579
chriske
03-17-2013, 11:33 PM
Hello Hippy,
I have solved the problem with replacing "= &" to "=" but the following error remains:
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5553
I have followed the instructions, downloaded both of the versions of arcade.php.
grab this arcade.php file
and replace the one in your forums root dir
https://vborg.vbsupport.ru/attac...6&d=1335142146 (https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146)
this is the most current. Fixes applied (info was from Stangger5)
in some cases you may need to use this one
https://vborg.vbsupport.ru/attac...7&d=1335699982 (https://vborg.vbsupport.ru/attachment.php?attachmentid=138067&d=1335699982)
It may have to do with older out dated servers, php etc
to learn more about the fix
When uploading the files the 2 (Deprecated) errors that I removed came back.
Also the "function.stristr" error is still there.
I should mention my host recently upgraded the php version.
My forum: 4.2.0+. ibProArcade v2.7.2+
All help is welcome!
White0utDavid
03-19-2013, 04:31 AM
This Vulnerable to SQLi.. Just saying.. Highly non-recommended.
Bluemax712
04-01-2013, 01:42 AM
This Vulnerable to SQLi.. Just saying.. Highly non-recommended.
Just wondering about this - does it include the latest 2.7.2+ version - do you have any links for more info?
squidsk
04-01-2013, 07:01 PM
This Vulnerable to SQLi.. Just saying.. Highly non-recommended.
Rather than making unsubstantiated claims, if you have proof PM it to an admin/moderator on this site and they will quarantine the mod until it gets fixed, otherwise don't make baseless claims.
JarodPS
04-01-2013, 07:11 PM
Rather than making unsubstantiated claims, if you have proof PM it to an admin/moderator on this site and they will quarantine the mod until it gets fixed, other don't make baseless claims.
He's actually right , There have been many times that i've seen people hack with this exploit. It once happened to mine. It's an exploit that gives you the hash:salt of user 1's info.
squidsk
04-01-2013, 07:25 PM
He's actually right , There have been many times that i've seen people hack with this exploit. It once happened to mine. It's an exploit that gives you the hash:salt of user 1's info.
Whether he's right or not is irrelevant. Posting it here in the thread, without providing proof, does nothing. PM the proof with details to the admins/moderators, assuming you have some which I doubt given the mod isn't quarantined, and let them deal with it. If you aren't going to help the other users of this mod by doing that than don't bother posting about it.
Bounce
04-04-2013, 10:18 PM
I upgraded.... get this....
The connection was reset
The connection to the server was reset while the page was loading.
???????
markhendo1986
04-18-2013, 07:50 AM
4.2.0 pl3 does not have that code you need to use the new navigation manager in your admincp
Hi Hippy,
Thanks for this, I have managed to add the arcade link to the navigation bar without any problems but what information do I then need to add in the sublinks? I've seen a screenshot somewhere of leaderboard, etc but am not sure what data goes into the field for these links?
I have tried for myself but nothing even comes up on the sub-navigation bar.
Appreciate your help.
Cheers
Mark
hunter1985
04-21-2013, 10:07 AM
I'm getting this error on my ibparcade:
Deprecated: Assigning the return value of new by reference is deprecated in /homez.577/apgclan/www/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /homez.577/apgclan/www/arcade.php on line 4084
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550
Can you help please?
Hippy
04-21-2013, 10:51 AM
I'm getting this error on my ibparcade:
Can you help please?
Did you read here https://vborg.vbsupport.ru/showthread.php?p=2328579
you fix is in that post.
markhendo1986
04-22-2013, 09:47 AM
Hi Hippy,
Thanks for this, I have managed to add the arcade link to the navigation bar without any problems but what information do I then need to add in the sublinks? I've seen a screenshot somewhere of leaderboard, etc but am not sure what data goes into the field for these links?
I have tried for myself but nothing even comes up on the sub-navigation bar.
Appreciate your help.
Cheers
Mark
Hi Hippy, are you able to assist me on this?
Thanks
Mark
Hippy
04-22-2013, 10:05 AM
Hi Hippy, are you able to assist me on this?
Thanks
Mark
Sure I'm flying home to day I'll be in touch after I get settled in
tommac3
05-10-2013, 11:23 PM
It tells me my tournament_players' doesn't exist
mySQL error code:
Date: Saturday 11th 2013f May 2013 12:23:08 AM
Should that have been created when importing ?
NFLfbJunkie
05-11-2013, 06:15 PM
I have pdated to the latest version of Ibproarcade and getting these error at the top of the arcade pages. I downloaded the newest arcade.php files from https://vborg.vbsupport.ru/attac...6&d=1335142146 (https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146) and
https://vborg.vbsupport.ru/attac...7&d=1335699982 (https://vborg.vbsupport.ru/attachment.php?attachmentid=138067&d=1335699982) and replaced the old, but neither file worked.
deprecated: Assigning the return value of new by reference is deprecated in /home/tonyfran/public_html/mydomain.com/forums/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /home/tonyfran/public_html/mydomain.com/forums/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97
Hippy
05-12-2013, 12:18 PM
I have pdated to the latest version of Ibproarcade and getting these error at the top of the arcade pages. I downloaded the newest arcade.php files from https://vborg.vbsupport.ru/attac...6&d=1335142146 (https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146) and
https://vborg.vbsupport.ru/attac...7&d=1335699982 (https://vborg.vbsupport.ru/attachment.php?attachmentid=138067&d=1335699982) and replaced the old, but neither file worked.
deprecated: Assigning the return value of new by reference is deprecated in /home/tonyfran/public_html/mydomain.com/forums/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /home/tonyfran/public_html/mydomain.com/forums/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97
this should help https://vborg.vbsupport.ru/showthread.php?p=2328579
NFLfbJunkie
05-12-2013, 02:27 PM
I have used the two arcade.php files from that post but neither fix the problem.
Hippy
05-12-2013, 03:40 PM
they have worked on every issue with that error you posted to date from the feedback..
only posted the 2 because of the issue of older or newer servers..
but looking now seems that's not the cause
did you do the template change posted in that link?
is your style custom or stock ?
those lines in the arcade.php are
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
from that, I would change the template
the ARCADE template (not the ARCADE_vB4 template) to
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude}
{vb:raw headinclude_bottom}
{vb:cssfile ARCADE.css}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
{vb:raw template_hook.champss_inarcade}
{vb:raw arcadeheader}
{vb:raw maincontent}
{vb:raw footer}
</div>
</body>
</html>
NFLfbJunkie
05-12-2013, 03:56 PM
I am using the stock template and I had done the template change but still have the issue.
Hippy
05-12-2013, 04:22 PM
I can come by if you like to fix the errors. If so pm me details
NFLfbJunkie
05-12-2013, 04:37 PM
Am I suppose to change this line to something else:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
And should this line appear twice in the arcade.php file?
Hippy
05-12-2013, 09:14 PM
Am I suppose to change this line to something else:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
And should this line appear twice in the arcade.php file?
the line does not get changed. .
I'm thinking ..
going to shot you a pm..
Hippy
05-12-2013, 09:17 PM
try this .. in arcade.php
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
replace with
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
your just removing the amp (&)
on both lines
NFLfbJunkie
05-12-2013, 09:24 PM
That was the fix. Thank you so much Hippy.
albibak
05-21-2013, 06:43 PM
Hi MrZero :)
I have a problem with a fresh install of this mod, and with a fresh install of vb 4.2.1.
When I play a game, and I fisish, I'm redirected to the main page http://DOMAIN/activity.php
and the highscore is not save :/
NB: I'm not against a small copyright for the French translation ;)
Hippy
05-21-2013, 08:34 PM
Hi MrZero :)
I have a problem with a fresh install of this mod, and with a fresh install of vb 4.2.1.
When I play a game, and I fisish, I'm redirected to the main page http://DOMAIN/activity.php
and the highscore is not save :/
NB: I'm not against a small copyright for the French translation ;)
answered this in the other post you made
albibak
05-21-2013, 08:48 PM
Thx!
Dzi13
05-24-2013, 08:18 PM
Will there be vb5 version soon?
Newsy
06-21-2013, 11:32 PM
Installed. VB 4.2.1
:)
daimpa
06-24-2013, 10:27 AM
It seems it has problems with utf8. I've many errors. What should I do to unistall it from vb 4.2.1?
BGObsession
07-13-2013, 05:47 PM
I used the converter to move from the V3 arcade to this one. Worked great - except the formatting is all screwed up. I've contacted IBPro but anyone have an idea what might be causing the formatting issue? We're a 4.2.1 vBulletin site.
rammbs
07-14-2013, 07:23 AM
Confirmed working on vBulletin/vbAdvanced CMPS 4.2.1
stangger5
07-14-2013, 08:27 PM
I used the converter to move from the V3 arcade to this one. Worked great - except the formatting is all screwed up. I've contacted IBPro but anyone have an idea what might be causing the formatting issue? We're a 4.2.1 vBulletin site.
You can find the help you need in this post by Hippy:
https://vborg.vbsupport.ru/showthread.php?p=2328579
BGObsession
07-15-2013, 09:42 PM
Thanks for the reply stangger5, but didn't resolve the formatting issues...
Hippy
07-15-2013, 10:09 PM
If you read that thread
change the template first
See how it looks
Take it from there .
BGObsession
07-16-2013, 10:52 PM
Hippy - awesome brother - that did it! Thanks sincerely, much much better now :)
claudiuhks
07-31-2013, 09:56 PM
Hello everybody, first I want to say this is a great plugin, everything is working so far but I have a few problems.
brokenarcade.jpg is the layout of my arcade.php, as you can see the borders of my style is gone. The image is in the way so I can't login or view my notifications(You can test it at http://gflclan.com/arcade.php).
The nonbrokenstyle.jpg is a image of the forum itself, the only page that the style is broken on is arcade.php. Is there any fix for this, I already tried a lot of stuff but no luck.
Thanks,
Claudiuhks
Hippy
08-01-2013, 12:31 AM
Hello everybody, first I want to say this is a great plugin, everything is working so far but I have a few problems.
brokenarcade.jpg is the layout of my arcade.php, as you can see the borders of my style is gone. The image is in the way so I can't login or view my notifications(You can test it at http://gflclan.com/arcade.php).
The nonbrokenstyle.jpg is a image of the forum itself, the only page that the style is broken on is arcade.php. Is there any fix for this, I already tried a lot of stuff but no luck.
Thanks,
Claudiuhks
there is a link in my sig to ibproarcade fixes
use the template there for starts
claudiuhks
08-01-2013, 01:15 AM
there is a link in my sig to ibproarcade fixes
use the template there for starts
Didn't work :\
Thanks for that link though!
Hippy
08-01-2013, 09:38 AM
Didn't work :\
Thanks for that link though!
What didn't it fix
That template fixes the header and footer
The button / tabs is a none associated script
claudiuhks
08-02-2013, 08:08 PM
What didn't it fix
That template fixes the header and footer
The button / tabs is a none associated script
It's fixed, looks like I installed the template wrong in the fix link you gave me. It's fixed now though and thanks for your help!
Thanks,
Claudiuhks
Bubble #5
08-22-2013, 06:34 PM
Using 4.2.1
Is there supposed to be a link somewhere on the forum to play these games? All I see is the menu in the ACP. Getting this error in ACP too.
Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/admincp/arcade.php on line 897
Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/admincp/arcade.php on line 5386
aouragha
08-24-2013, 10:22 AM
<a href="http://www.feshkel.nl/arcade.php" target="_blank">http://www.feshkel.nl/arcade.php</a>
The CSS isn't working either..
stangger5
08-24-2013, 01:00 PM
The CSS isn't working either..
https://vborg.vbsupport.ru/showthread.php?p=2328579
Read the: layout fix & store css as files fix
username12
08-30-2013, 02:52 AM
I would like to put ads other than the forum default on the arcade. What can I edit to accomplish this?
Hippy
08-30-2013, 12:53 PM
I would like to put ads other than the forum default on the arcade. What can I edit to accomplish this?
There is a css template and a arcade template not much to choose from. Most likely you'llneed to hard code it in or make a custom hook.
TropicalFanta
09-01-2013, 12:53 PM
After installing this on vB 3.8.7 and going to the arcade.php page I get a blank page. I also get a blank page when clicking any of the arcade links in the Admin CP.
Anyone got any ideas why i'm seeing this?
WEBDosser
09-01-2013, 02:17 PM
did you set permissions in admincp?
have you edited your index.php
TropicalFanta
09-01-2013, 04:34 PM
did you set permissions in admincp?
have you edited your index.php
Can't set permissions as all pages under 'arcade' bring up a blank white page.
Index.php is intact, only got a MOD to hide version number.
WEBDosser
09-01-2013, 05:37 PM
You need to edit your index.php file and add the code above.. Permissions are set in admincp under arcade.
TropicalFanta
09-01-2013, 05:42 PM
Which code? Are you on about the fixes mentioned at https://vborg.vbsupport.ru/showthread.php?p=2328579 ?
As I stated before, I can't edit permissions under 'arcade' in admincp as all the links in that category just show up a blank white screen.
itskerz03
09-07-2013, 05:31 AM
My users stats under member avatars are messed up now after install. The join date is centered and spacing is incorrect. How do I fix this? Otherwise the arcade works great :)
thompson
09-29-2013, 01:54 PM
i have this warning:
Warnung: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php (Zeile 5550)
anyone else who have this Problem ?
Hippy
09-29-2013, 02:08 PM
i have this warning:
anyone else who have this Problem ?
This has been a issue worked out a long time ago
Go here https://vborg.vbsupport.ru/showthread.php?p=2328579
All you need to fix it is there
thompson
09-29-2013, 02:20 PM
thanks to you. works.
LuisUrquilla
10-17-2013, 05:34 PM
Hi,
Are tournaments fully controlled by the forum administrator? The reason I ask is becasue this mod would be great to generate revenue if players could pay a registration fee (Paypal) in order to enter a forum managed tournament, and all the fees are used to create a purse that then distributed among the winners and the forum.
Example: The tournament purse is for $1,000
The winner takes 40% ($400), second place takes 25% ($250), third takes 10% ($100) and the forum takes 25% ($250).
The disbusement takes place manually, the winner is required to prvide their Paypal info for a transfer of funds.
Not sure about the legality of all this but I think it's a good idea..
eazygreek
10-17-2013, 11:18 PM
thank you but why not save scores?
Hi,
Are tournaments fully controlled by the forum administrator? The reason I ask is becasue this mod would be great to generate revenue if players could pay a registration fee (Paypal) in order to enter a forum managed tournament, and all the fees are used to create a purse that then distributed among the winners and the forum.
Example: The tournament purse is for $1,000
The winner takes 40% ($400), second place takes 25% ($250), third takes 10% ($100) and the forum takes 25% ($250).
The disbusement takes place manually, the winner is required to prvide their Paypal info for a transfer of funds.
Not sure about the legality of all this but I think it's a good idea..
I think everyone has done the best they can, but cheating is still pretty easy...
justicechick
10-23-2013, 07:19 PM
I have one custom skin that my header doesnt show up in when using the the arcade. Can anyone tell me what Im doing that is wrong? Thanks in advance.
teamemmenracing
10-23-2013, 07:49 PM
everything has installed ok so far ...... but I cant find
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
in my navbar template ........ (vers 4.2.1)
where do I add the line you included ....?
thanks
Hippy
10-23-2013, 09:55 PM
I have one custom skin that my header doesnt show up in when using the the arcade. Can anyone tell me what Im doing that is wrong? Thanks in advance.
In. My signature you'll find a link to the fixes for the arcade.
Replace the ARCADE template you should be good
Hippy
10-23-2013, 09:57 PM
everything has installed ok so far ...... but I cant find
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
in my navbar template ........ (vers 4.2.1)
where do I add the line you included ....?
thanks
The code no long Applies to 4
4.2.1 you have the navigation in the admincp and add it there
justicechick
10-25-2013, 01:09 AM
In. My signature you'll find a link to the fixes for the arcade.
Replace the ARCADE template you should be good
Hey you should know that I would have attempted all of your fixes first Hippy;) I did them all meticulously still nada... but last night I figured it out. I had to create a transparent image the size of the logo color image that I hadnt installed bc it didnt match . I went about it the long way but I covered all my bases, eh? :D
Hippy
10-25-2013, 01:16 AM
Hey you should know that I would have attempted all of your fixes first Hippy;) I did them all meticulously still nada... but last night I figured it out. I had to create a transparent image the size of the logo color image that I hadnt installed bc it didnt match . I went about it the long way but I covered all my bases, eh? :D
I would have to peek @ it
teamemmenracing
10-25-2013, 06:15 AM
I have the "scores not recorded ..... redirected to activity thing" going on .......
I'm reading here about inserting some stuff at the start of the index.php file .....
I can only find one index.php file on my server and its a VB file ......
no index.php files in the arcade package.
can you point me in the right direction ?
thanks
Hippy
10-25-2013, 09:28 AM
I have the "scores not recorded ..... redirected to activity thing" going on .......
I'm reading here about inserting some stuff at the start of the index.php file .....
I can only find one index.php file on my server and its a VB file ......
no index.php files in the arcade package.
can you point me in the right direction ?
thanks
https://vborg.vbsupport.ru/showthread.php?p=2328579
teamemmenracing
10-26-2013, 02:03 PM
https://vborg.vbsupport.ru/showthread.php?p=2328579
I appreciate your time .......
but my issue is the index.php file ....... and where is it.
is it the index.php in my root file (ie a Vbulletin file) I cant find one in arcade .....
Ive tried the .htaccess mod but that doesn't seem to work.
thanks again.....
Hippy
10-26-2013, 02:15 PM
I appreciate your time .......
but my issue is the index.php file ....... and where is it.
is it the index.php in my root file (ie a Vbulletin file) I cant find one in arcade .....
Ive tried the .htaccess mod but that doesn't seem to work.
thanks again.....
No index file for the arcade you need too add the code to the forums root index file.
Htaccess works perfect unless your on a Windows server.
teamemmenracing
10-26-2013, 02:51 PM
Excellent ....thanks for the help ....
scores are all working now.......
whoareyou82605
10-26-2013, 08:29 PM
I can not seem to locate this portition for the life of me.
http://i1159.photobucket.com/albums/p631/gearhouse365/Question_zpsa3b0a1e4.jpg
stangger5
10-26-2013, 08:42 PM
You`ll need to use the Navigation Manager..
Admincp >> settings >> Navigation Manager
goarack
10-27-2013, 12:05 AM
Does This Use support Mochi Automatic Games Installations/Imports ?
stangger5
10-27-2013, 09:27 PM
Its does not..
goarack
10-27-2013, 11:48 PM
can games simular like they have on FB be purchased just some cool stuff not the same old little advert flash games
justicechick
11-18-2013, 02:36 AM
I am trying to upgrade to this latest version(2.7.2+) as 2.7.2 as it is labeled in my admin panel throws errors in 4.2.2 of vb. However I allowed overwrite of the XML but it still says Im running 2.7.2. Upon opening the xml included in 2.7.2+ zip it says 2.7.2... is this correct? BC Im still getting the following error.
Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 169
My version checker list the following: Installed Version 2.7.2
Latest Version 2.7.2+
Disregard this....Thanks STANGGER5
tigrattack
12-06-2013, 07:31 PM
Hello. I saw Stangger5 had a post for the v3arcade username color for the champs and was wondering if it was possible to do that for the ibproarcade champs too.
naveeid
12-08-2013, 10:13 AM
i have VBulletin 4.2.2
the aracde system is showing white blank screen and nothing else.
tries so many fixes but failed.
ther arcade menu is showing link that
https://vborg.vbsupport.ru/external/2013/12/33.jpg
there are no "arcade" plugin in Plugin System
there are no ARCADE template in style manager templates.
https://vborg.vbsupport.ru/external/2013/12/34.jpg
i wonder when i install this mod , after some time the page frame with installing product goes white blank , without a successful installation message or any other sign.
i find my self lost in installing this moD , i request support
Digital Jedi
12-08-2013, 09:40 PM
i have VBulletin 4.2.2
the aracde system is showing white blank screen and nothing else.
tries so many fixes but failed.
ther arcade menu is showing link that
https://vborg.vbsupport.ru/external/2013/12/33.jpg
there are no "arcade" plugin in Plugin System
there are no ARCADE template in style manager templates.
https://vborg.vbsupport.ru/external/2013/12/34.jpg
i wonder when i install this mod , after some time the page frame with installing product goes white blank , without a successful installation message or any other sign.
i find my self lost in installing this moD , i request support
You're files are in the wrong location, most likely.
naveeid
12-09-2013, 02:20 AM
double checked.
all files are there in the right directories.
arcade folder and all its subfolder are set to 0777
all files are copied to the server
first time i installed this mod using product-ibproarcade file placed out side the folders.
but the i realised my mistake , un installed and installed from the file product-ibproarcade in xml folder on the server
as instructed in the installation file.
i wonder when i installed the mod from the seperate file , it was version 2.7.2 and whn i installed from the xml folder on the server , its version was 2.7.1
i request the author to kindly address this issue in the installation package.
also please guide me how can i fix the installation issue on my website.
naveeid
12-12-2013, 03:32 AM
sorry friends i have to un-install the product. not getting any help to fix the issue.
WEBDosser
12-12-2013, 07:02 AM
Send me access details and I will take a look for you.
Any plans to bring the design to modern standards? Great functionality but design is somewhat far behind.
Just out of curiosity.
warfield
01-04-2014, 09:28 AM
hello where i upload file to install ? in wich directory?
stangger5
01-04-2014, 05:19 PM
hello where i upload file to install ? in wich directory?
Read the (Installation - vBulletin 3.5.x-3.8.x + 4.x - english) file that comes with it..
This will help you out..
Rakehel
01-05-2014, 02:01 PM
I've been searching for an answer to this issue here for some time and don't see a mention of it.
We just upgraded to vB 4.2.2. All of the settings links/tools for the Arcade display and are working fine in the AdminCP. The index.php file has had the Arcade coding entered after "<?php".
I've re-uploaded the files, including grabbing the updated arcade.php file from the link. The product has been reimported.
The main page of the Arcade displays properly, nothing missing including graphics, high scores, games, categories, etc.
When clicking on any link from the main Arcade page the following URL is displayed and the pages are blank, white:
http://www.oursite.com/forum/arcade.php?&act=Arcade&gsearch=G&search_type=1 (Edited for site name. I'm assuming the "G&search" changes according to alphabetical category selected.)
Should that be the correct URL? Does anyone know why this is occurring? Thanks for any insight.
stangger5
01-05-2014, 02:55 PM
That URL would be correct for the alphabetical,, G category..
Mind if I have a look at your site..
You can pm me a link..
Rakehel
01-05-2014, 08:56 PM
Stangger: forgot I'd need to approve your registration, it's all been corrected. (I hope.)
theque
01-05-2014, 09:03 PM
Any plans to bring the design to modern standards? Great functionality but design is somewhat far behind.
Just out of curiosity.
Yes it would be great if the theme could be customised like bulletin and the layout could be cleaner my arcade plays well but looks so bad! take a look here http://www.dubplates.co.uk/arcade.php?&act=Arcade
stangger5
01-05-2014, 09:09 PM
Yes it would be great if the theme could be customised like bulletin and the layout could be cleaner my arcade plays well but looks so bad! take a look here http://www.dubplates.co.uk/arcade.php?&act=Arcade
All I see is the Highscore-Champions needs to be centered..The rest looks fine..
Have a look at Hippys thread for arcade fixes..
https://vborg.vbsupport.ru/showthread.php?t=282802
Rakehel
01-05-2014, 10:24 PM
That URL would be correct for the alphabetical,, G category..
Mind if I have a look at your site..
You can pm me a link..
Thank you for your help!
Yes it would be great if the theme could be customised like bulletin and the layout could be cleaner my arcade plays well but looks so bad! take a look here http://www.dubplates.co.uk/arcade.php?&act=Arcade
I agree. Well, this is a free mod so there is no reason for the author to make it look like it is 2014 outside. Besides it is the only decently functional arcade mod with great support out here. There is a dragon byte one, but it also looks ancient in terms of design. I did purchase that one and uninstalled it in favor of v3 Arcade. Sadly I ran into too many issues with it. Not necessarily the maker's fault. Just did not suit my needs.
The funny thing is, with all the functionality this ibProArcade has, I would gladly pay for it if it was available as a commercial modification and looked contemporary. As it is now it still looks like it was in 2005. Contemporary standards moved on a great deal since. IMHO opening the page with ibProArcade, is like going 10 years back in time.
I'm sorry for the harsh words, but I gave my honest opinion.
stangger5
01-06-2014, 05:46 PM
I like the way ibProarcade is coded but I guess thats just me..
I would like to hear what you have in mind,, to make it look up to date/2014..
I`ve made 500 or so edits to my arcade..Theres always room for more edits..:D
If anyone else has any ideas..
Suggestions for future Versions (https://vborg.vbsupport.ru/showthread.php?goto=newpost&t=115582)
K4GAP
01-08-2014, 01:28 PM
DISREGARD: I remembered correctly about the addition of the games folder.
I had this arcade on my old site, loved it then, love it now .... but, I remember having an issue with where on the server to put the zipped game files. For some reason I keep thinking I had to add a games folder in the admincp folder? Is that correct? If not, where do I put the zipped game files on the server?
Outlaw Mantis
01-15-2014, 12:54 AM
Does anybody know a way I can convert my arcade from MyBB to vBulletin? I recently jumped ship and yes, it was the same arcade, just a port to MyBB. I'd expect a lot of the code and SQL data to be similar, but is there anybody who can help with this? I'd really appreciate it as I don't want to reset all of the high scores and have to add the games again. :(
Thank you. Also, I'm running vBulletin 4.2.2.
seventhaxis
01-26-2014, 03:20 PM
Hmm, installed this and it is reeking havoc on the site's layout. Any help?
Take a look here: http://i.imgur.com/hNhNOhw.jpg or see for yourself (http://parallaxgaming.com/arcade.php). Thanks for any help!
stangger5
01-26-2014, 10:25 PM
Hmm, installed this and it is reeking havoc on the site's layout. Any help?
Take a look here: http://i.imgur.com/hNhNOhw.jpg or see for yourself (http://parallaxgaming.com/arcade.php). Thanks for any help!
Have a look at Hippys thread for arcade fixes..
https://vborg.vbsupport.ru/showthread.php?t=282802
bobber
01-28-2014, 01:30 PM
where do you get her for the version of other games?
Thanks for info
Timotimoti
01-30-2014, 12:39 AM
Can anyone help me fixing:
Deprecated: Assigning the return value of new by reference is deprecated in /public_html/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /public_html/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
squidsk
01-31-2014, 02:41 PM
Can anyone help me fixing:
Deprecated: Assigning the return value of new by reference is deprecated in /public_html/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /public_html/arcade.php on line 4084
Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
Go to those lines and delete the &.
BGObsession
02-06-2014, 02:22 AM
Hey guys, need some help. I have a light skin and a dark skin option on my site. As you can see in the attached images, on my dark skin, I've got some sub-headers that aren't showing up because the font is dark for that text. I can't find that particular stylevar - does anyone know where to locate it and what it's called?
I guess my two options are to either pick a color like dark grey (once I know where to make the color tweak) for the font so it shows up on both skins, or somehow create a 2nd stylevar (which I haven't done before) for the dark skin.
Can anybody guide a self-taught vB guy? :)
Hippy
02-08-2014, 01:37 PM
Hey guys, need some help. I have a light skin and a dark skins on my site. As you can see in the attached images, on my dark skin, I've got some sub-headers that aren't showing up because the font is dark for that text. I can't find that particular stylevar - does anyone know where to locate it and what it's called?
I guess my two options are to either pick a color like dark grey (once I know where to make the color tweak) for the font so it shows up on both skins, or somehow create a 2nd stylevar (which I haven't done before) for the dark skin.
Can anybody guide a self-taught vB guy? :)
Been a long while check my thread for the css to edited so this works on both styles. stangger5 has a link about in his post..
BGObsession
02-08-2014, 03:57 PM
Hey Hippy, thanks for the reply. I am familiar with your fix thread, but haven't been able to figure it out. Stangger5, you willing to take a peek (will compensate you for your time if that helps)?
stangger5
02-08-2014, 04:53 PM
Hey Hippy, thanks for the reply. I am familiar with your fix thread, but haven't been able to figure it out. Stangger5, you willing to take a peek (will compensate you for your time if that helps)?
Sure..
BGObsession
02-08-2014, 06:40 PM
Thanks stangger for the assist, and thanks Hippy for the offer of assistance. If I wanted to reword some of those subheaders, like 'best Score of all time', where would I find that text?
stangger5
02-08-2014, 06:51 PM
FTP:
arcade/lang/lang_Arcade_en
BGObsession
02-08-2014, 07:08 PM
Great - thanks!
Outlaw Mantis
02-20-2014, 10:19 PM
Does anybody know a way I can convert my arcade from MyBB to vBulletin? I recently jumped ship and yes, it was the same arcade, just a port to MyBB. I'd expect a lot of the code and SQL data to be similar, but is there anybody who can help with this? I'd really appreciate it as I don't want to reset all of the high scores and have to add the games again. :(
Thank you. Also, I'm running vBulletin 4.2.2.
Anybody who can help?
SkepticalGaming
03-16-2014, 06:56 PM
Warning: stristr(): needle is not a string or an integer in ..../arcade.php on line 5550
got this warning when in my arcade tab
noticed scores aren't recording
coolhula
03-30-2014, 05:29 PM
Is there a way to stop my banner disappearing? Also on the navbar, the 'forums' tab is still selected however the page is still on arcade.
microscopes
04-13-2014, 03:19 PM
Anyone figure out a way to change the link color on posbit? Right now its the same link color as the rest of my forum. I want it to be a different color
stangger5
04-13-2014, 03:50 PM
Anyone figure out a way to change the link color on posbit? Right now its the same link color as the rest of my forum. I want it to be a different color
Admincp >> Plugins & Products >> Plugin Manager : ibProArcade: Crowns in Postbit
Find:
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
Change it to this:
$crowns .= "<a style=\"color:#CA226B\" href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
I just added
style=\"color:#CA226B\
Change the #CA226B color to what you want..
:)
wjkingsnorth
05-25-2014, 12:12 AM
Warning: stristr(): needle is not a string or an integer in ..../arcade.php on line 5550
got this warning when in my arcade tab
noticed scores aren't recording
I get the same thing. Not sure anyone is supporting this mod any longer.
stangger5
05-25-2014, 12:54 AM
I get the same thing. Not sure anyone is supporting this mod any longer.
Please read this thread:
https://vborg.vbsupport.ru/showthread.php?t=282802
That should fix your stristr() problem..
Bozza
06-06-2014, 10:15 PM
Just installed this again and the games are working well. However at the end of each game played the game returns the user to the main forum page and no score is recorded. Any clues how to resolve?
stangger5
06-07-2014, 12:07 AM
Just installed this again and the games are working well. However at the end of each game played the game returns the user to the main forum page and no score is recorded. Any clues how to resolve?
Do the /index.php edit from the (INFO - vbadvanced or another Portal) txt file that comes with the arcade..
betts02
06-09-2014, 06:08 PM
Just installed this but i have 2 issues
Firstly i have a dark skin so can not see the text
secondly i have a chat box already installed, When i installed this, It changed my chat box text to black, how can i get it back to default cheers
reesev
06-11-2014, 07:32 PM
im having some issues with the actual style of the arcade.
http://awesomescreenshot.com/0592ys8la5
http://awesomescreenshot.com/0592ys8la5
what could be causing this? its a fresh install on vb4.2.2
stangger5
06-11-2014, 10:36 PM
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/arcade.php?&act=Arcade
stangger5
07-01-2014, 09:12 PM
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. <!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=no,too lbar=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
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
# 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
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:
$config['Database']['dbtype'] = 'mysql';
To:
$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:
define('SKIP_DS_ERRORS', true);
maf1973
10-31-2014, 10:53 PM
the mysqli was already entered in my config.php
$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.
===============================
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/imagehosting/15460d7e56e59f.png
Cpanel/File Manager:
http://northamericancarclub.com/imagehosting/15460d7e578277.png
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.php?p=2522205&postcount=5
blind-eddie
11-11-2014, 10:32 PM
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
$DEBUGMODE = 0;
to
$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
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
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
ravenfaust
01-27-2015, 03:38 PM
i searched google and cant find a site that allows me to download games, they all want me to sign up and pay for them///
ozzy47
01-27-2015, 04:32 PM
IIRC ibp pro arcade site allows you 10 a day for free.
stangger5
01-27-2015, 07:53 PM
Theres one good place I know of.. ;)
You get 10 games free per day..
If you get a high score in the arcade or make a post in the forum,, you get 10 more free..
You do have to register tho..
:)
ozzy47
01-27-2015, 07:58 PM
I think that might be the one I mentioned, perhaps they went to five.
wjkingsnorth
01-27-2015, 11:24 PM
Where can i find some classic games ?
http://www.next-level-arcade.com/
http://www.ibpdownloads.com/ipb/index.php
GhostHunter2010
02-14-2015, 09:50 AM
hi there im havin problem with this The administrator has disabled playing games for your usergroup. i havnt done nothing all i done is uploaded files thats all but wont let play.
stangger5
02-14-2015, 01:50 PM
You need to give permission..
admincp >> Arcade >> Group Permissions
GhostHunter2010
02-14-2015, 08:53 PM
hi there i did add premission as u said still didnt work anyaways i unistalled this i installed arcade v3 workin fine on vb 4.2.2
wjkingsnorth
03-25-2015, 08:15 PM
Getting this error
Deprecated: Assigning the return value of new by reference is deprecated in //*****/*****/public_html/domain.com.com/forum/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /*****/*****/public_html/domain.com/forum/arcade.php on line 4084
PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
I downloaded the fixed arcade files and tried them, but it did not fix it. I am on php 5.5, vb 4.2.3
blind-eddie
03-25-2015, 08:24 PM
Getting this error
Deprecated: Assigning the return value of new by reference is deprecated in //*****/*****/public_html/domain.com.com/forum/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /*****/*****/public_html/domain.com/forum/arcade.php on line 4084
PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
I downloaded the fixed arcade files and tried them, but it did not fix it. I am on php 5.5, vb 4.2.3
Save a copy of the arcade.php file before you edit it.
Open arcade.php in your favorite editor.
Find all instances of =& and change it to = save
wjkingsnorth
04-02-2015, 07:29 AM
That fixed it
Steelerfan81
04-23-2015, 06:20 PM
Warning: require(./arcade/functions/functions.php): failed to open stream: No such file or directory in ..../admincp/arcade.php on line 37
Warning: require(./arcade/functions/functions.php): failed to open stream: No such file or directory in ..../admincp/arcade.php on line 37
Fatal error: require(): Failed opening required './arcade/functions/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/steelernation/public_html/admincp/arcade.php on line 37
I'm getting this error. Any idea? I'm pretty new to all of this stuff. I get that error when trying to click on any of the options in the Admin control panel or if I try to go to the arcade.php file?
blind-eddie
04-23-2015, 06:27 PM
You did not upload the arcade files. Upload the files to the proper locations.
Nobleman
05-02-2015, 09:24 PM
do this work on VB 4.2.2?
stangger5
05-02-2015, 11:26 PM
do this work on VB 4.2.2?
Yes...
Nobleman
05-03-2015, 02:17 AM
Thanks, I did try it on my site and got this error on all the templates i have installed
Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194
and the main page don't look right................any ideas?
http://www.noblecomputing.com/arcade.php
blind-eddie
05-03-2015, 05:49 AM
Thanks, I did try it on my site and got this error on all the templates i have installed
Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194
and the main page don't look right................any ideas?
http://www.noblecomputing.com/arcade.php
Save a copy of the mod_modcp.php file before you edit it.
Open mod_modcp.php in your favorite editor.
Find all instances of =& and change it to = save
You may have to repeat these steps in other files. Remember to ALWAYS save a copy of the file before you edit it.
The layout issue is due to style settings, its that way in both your styles.
View your arcade through your original default style to see if you still have the page layout issue.
stangger5
05-03-2015, 11:13 AM
the main page don't look right................any ideas?
Edit the arcade/functions/functions.php file for vb4 forums..
Find:
$templater = vB_Template::create('ARCADE');
Change to:
$templater = vB_Template::create('ARCADE_vB4');
Nobleman
05-03-2015, 02:34 PM
Edit the arcade/functions/functions.php file for vb4 forums..
Find:
$templater = vB_Template::create('ARCADE');
Change to:
$templater = vB_Template::create('ARCADE_vB4');
Thanks for the reply but that did not fix, looks like the line blocks are missing - almost looks like its missing an image for the blocks.
Nobleman
05-03-2015, 02:34 PM
Save a copy of the mod_modcp.php file before you edit it.
Open mod_modcp.php in your favorite editor.
Find all instances of =& and change it to = save
You may have to repeat these steps in other files. Remember to ALWAYS save a copy of the file before you edit it.
The layout issue is due to style settings, its that way in both your styles.
View your arcade through your original default style to see if you still have the page layout issue.
Thanks Eddie that fixed it.
blind-eddie
05-03-2015, 03:07 PM
Does the arcade look messed up viewing through the default style?
Nobleman
05-03-2015, 03:14 PM
ya its the same on that one as well, everything seems to be working just that nothing is in blocks, seems like an image file or something missing to make it clean, there was one image file in the package called tile_back.gif not sure if that has anything to do with it tho.
stangger5
05-04-2015, 04:51 PM
Add this to your ARCADE_vB4 template..
Right below this:
{vb:raw headinclude}
Add this:
{vb:cssfile ARCADE.css}
Tamara-Jasmin
05-13-2015, 11:32 AM
Hi, sorry my englisch... can not;)
my errorlog write this:
PHP Notice: Undefinierter Index: module in /****/index.php {on line 3}
PHP Notice: Undefinierter Index: act in /****/index.php {on line 42}
PHP Notice: Undefinierter Index: autocom in /****/index.php {on line 43}
PHP Notice: Undefinierter Index: showuser in /****/index.php {on line 44}
in index.php is:
.
.
$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
.
.
one day ca. 300-400 lines in error_log
what is the problem here?
another problem:
King of the gameshall
i have delete all points from "Rudi"
i have delete "rudi" from vbulletin
allways stay at "King from Gameshall"
Games-Hall => mod-cp =>champions => all games => champions aktualisieren dont work! I can NOT DELETE "Rudi" !!!!
sorry from my english.
Tammy
stangger5
05-13-2015, 12:17 PM
The code in your index.php should look like this:
// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');
switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;
case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;
case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;
case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];
if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}
$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}
// end of ibProArcade
To get rid of "rudi".
Have you tried the Score Tools ?
Admincp >> Arcade >> Score Tools: Update User Names, Update Highscores, Update the Best Results and Update League..
blind-eddie
05-13-2015, 03:30 PM
That is the same code as what is in my index and I receive those errors everyday.
1 have 1712 kb error log from 05/02/15 - 05/13/15
I purge logs monthly.
Tamara-Jasmin
05-13-2015, 06:06 PM
yep - the same code. I use vb 4.2.2 PL4 (German).
The score Tools dont work, and not found a text with "King of Gameshall" in MySQL Database.
Is 2.7.2+ end of Life? The Date ist from 27.02.2012. In German Forum a User say:
Forget it: Buy "arcade von dragonbyte" ... 110 € !!
Money for a Program is ok - but this is too mutch!
Thanks:
Tammy
Tamara-Jasmin
05-14-2015, 01:32 PM
Ok ... I see the Code from Gamehall.
The Constante is not set - first set when start the Gamehall.
I have set error_reporting in index.php, and the error not logged.
1.<?php
2.error_reporting(E_ALL ^E_NOTICE);
3.
4.// ibProArcade
5.if($_POST['module'] == "pnFlashGames")
.
.
.
Liebe Gr?sse:
Tammy
jatew2
05-15-2015, 12:06 PM
I'm getting this message on my arcade index page:
Warning: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ..../arcade/functions/dbclass.php on line 44
Any idea why or what I can do to fix it?
stangger5
05-15-2015, 02:19 PM
Have you tried this ?
Main arcade.php file.
$MYSQLI = 0; // set to 1 to use ibProArcade-mySQLi-driver
Change the 0 to 1
jatew2
05-18-2015, 12:50 PM
Tried that and it gave me an SQL error.
mySQL query error: SELECT arcade_access, p_require FROM usergroup WHERE usergroupid = 1
mySQL error:
mySQL error code:
Date: Monday 18th 2015f May 2015 10:49:24 AM
stangger5
05-24-2015, 12:34 PM
Mind if I have a look ?
jatew2
05-26-2015, 03:08 PM
Sure, go ahead:
http://www.kpcnews.net/fence_post/arcade.php?
Elixar
06-06-2015, 10:53 PM
I get this on the main arcade.php page:
Warning: stristr(): needle is not a string or an integer in ..../arcade.php on line 5550
And then on the Arcade Mod CP page:
Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194
stangger5
06-06-2015, 11:28 PM
Try the first part of this thread:
https://vborg.vbsupport.ru/showthread.php?t=282802
Elixar
06-14-2015, 04:08 AM
I uploaded the arcade.php file and those errors are gone. The Mod CP error is still showing up though.
stangger5
06-14-2015, 10:42 AM
The fix is in the same thread.
Look for: Over write your admincp/arcade.php with this one
Link to the file is below that.
Elixar
06-15-2015, 03:55 AM
For this error, will this fix by Eddie still work?
Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194
https://vborg.vbsupport.ru/showpost.php?p=2544723&postcount=7217
blind-eddie
06-15-2015, 09:55 AM
For this error, will this fix by Eddie still work?
Warning: Assigning the return value of new by reference is deprecated in ..../arcade/modules/mod_modcp.php on line 194
https://vborg.vbsupport.ru/showpost.php?p=2544723&postcount=7217
Yes.
Elixar
06-15-2015, 02:16 PM
Yes.
Now getting the following:
Parse error: syntax error, unexpected 'new' (T_NEW) in /home/science/public_html//arcade/modules/mod_modcp.php on line 194
Elixar
06-17-2015, 07:24 PM
Bump.
squidsk
06-18-2015, 01:51 PM
What do you have on line 194?
stangger5
06-18-2015, 03:04 PM
Now getting the following:
Parse error: syntax error, unexpected 'new' (T_NEW) in /home/science/public_html/*** REMOVED ***/arcade/modules/mod_modcp.php on line 194
Find all instances of =& and change it to =
Elixar
06-18-2015, 07:24 PM
Find all instances of =& and change it to =
Yay thank you! Also, am I able to get more games for the arcade from your forum in your signature? :D
Stepahnie123
08-06-2015, 03:59 PM
Has anyone used this with version 5.1.8?
Is it compatible?
Thank you.
blind-eddie
08-07-2015, 01:05 AM
If I ever get vb5, this has to work, it is one of my favorite addons, I may have the second best modified arcade, so I hope Mr. Zero either figures out if he is moving this addon up to vb5 or letting it rest where it is now.
stangger5
08-07-2015, 10:41 PM
I think,,he`s been testing with vb5. Don`t know how much tho.
I don`t have vb5 or I would be testing too.
BTW,,, Nice looking arcade eddie..:up:
blind-eddie
08-08-2015, 02:29 AM
Thanks stangger5, you would know, you did all my arcade modifications, that's why I said I had the second best arcade.... yours will always be #1!
If any of you ever need your arcade modified, stangger5 is the person to talk to, you will be very happy!
Vintum
08-10-2015, 10:25 PM
Can the lists for Newest and Most Played games that show up on the arcade home screen be made to not display games from specific categories?
blind-eddie
08-10-2015, 11:16 PM
Yes, pm stangger5 regarding that.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.