PDA

View Full Version : Major Additions - ibProArcade - professional Arcade System


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31

Hippy
01-25-2012, 10:49 AM
Hi! Just wondering how I can fix this to make it look better:

https://vborg.vbsupport.ru/external/2012/01/26.png

The scrollbar thing is interrupting the other information.

Thanks!
the link is in my sig for all fixes
use this post from it .
will fix your issue

https://vborg.vbsupport.ru/showpost.php?p=2090028&postcount=3

k4zyn
01-25-2012, 05:34 PM
the link is in my sig for all fixes
use this post from it .
will fix your issue

https://vborg.vbsupport.ru/showpost.php?p=2090028&postcount=3

Ahh! I love you, thanks :D

mathforum
01-28-2012, 10:55 AM
Is this working for anyone with 4.1.10? Some mods that work with 4.1.9 haven't been working so I want to check.

ForceHSS
01-28-2012, 11:01 AM
Is this working for anyone with 4.1.10? Some mods that work with 4.1.9 haven't been working so I want to check.

yes

Myth-Scape
01-29-2012, 02:21 AM
I installed this...I use the newest version of VB as well.

Deprecated: Assigning the return value of new by reference is deprecated in /home/freeco82/public_html/upload/admincp/arcade.php on line 897

squidsk
02-01-2012, 03:20 PM
Go to line 897 in arcade.php and change &= to =.

Diablo-Sat
02-03-2012, 09:32 AM
i have version 2.7.0 how to i update so i dont lose games etc

basilrath
02-03-2012, 09:42 AM
you simply overwrite you wont lose games

PakStarTv.com
02-03-2012, 07:00 PM
5 stars for this great effort ..........

skol
02-04-2012, 01:17 AM
Anyone getting browser problems using firefox?Once the game is played in a new window you can't scroll down when finished.

Hippy
02-04-2012, 02:54 AM
yeah the best you can do ATM is hit F11 to full screen it ..

happens IE as well..

heartsglad
02-08-2012, 04:36 PM
installed on VB 4.1.10, working on my site, by default I got 8 games is it possible to add pacman? to these games. Where can I find Pacman classic?


PS: In first screenshot https://vborg.vbsupport.ru/attachment.php?attachmentid=55242&d=1162065399 saw the Pacman and expected pacman. But there is not Pacman :(

heartsglad
02-08-2012, 04:42 PM
http://www.ibpdownloads.com/ipb/index.php?app=arcade

There appears to be an error with the database.


:(

Mark.B
02-08-2012, 08:08 PM
It isn't permitted to ask about games downloads on here.

From the first post, in huge green letters:

"** Please do not post any information, request or offer of Games here in this Thread ! **"

Hippy
02-08-2012, 08:13 PM
installed on VB 4.1.10, working in my site (http://choyxona.com), by default I got 8 games is it possible to add pacman? to these games. Where can I find Pacman classic?


PS: In first screenshot https://vborg.vbsupport.ru/attachment.php?attachmentid=55242&d=1162065399 saw the Pacman and expected pacman. But there is not Pacman :(
pacman was taken out do to copy rights.. + the rules are not to ask for games or where to dwonload them
you can search google or register at next-level-arcade or many others for game talk etc ( links in my sig and download what ever games you want with out breaking rules..
There appears to be an error with the database.


:(

are you running vb4 ? and Ibproarcade from here ?
I never seen this before..
if you are running vb I can get it going on your site.. I just did this for a member here with all the bells and whistles..

JacquiiDesigns
02-08-2012, 08:50 PM
+ the rules are not to ask for games or where to dwonload them
you can ... register at next-level-arcade

You said the rules don't allow asking where to download games, then you say where to register and download games LOL :P

Hippy
02-08-2012, 09:32 PM
You said the rules don't allow asking where to download games, then you say where to register and download games LOL :P

request or offer of Games here in this Thread "first post"

ligit sites that you can talk and ask about games is not filling a request or linking to games .. nor did I offer them games..
if you feel other I will remove my post..
not a big deal..

JacquiiDesigns
02-08-2012, 09:49 PM
Oh no ==> I'm a member of Next level arcade actually - have been for years... I'd just finished making the new graphics for Stangger even...

I was just making an observation I thought was a bit funny. I didn't mean any harm ;)

J.

Hippy
02-08-2012, 09:56 PM
you did a fantastic job there


nothing personal taken. I was just trying to help and you may be right..
mrzeropage popped in here after or during the last 3 posts so I messaged him to be sure ..
just want to help..
and something I think to fast...

looking at my post I can see what you mean but there is nothing linking to a game
so telling them to go to a legit place to talk about it or use goggle shoulb be acceptable.
if not it can be fixed ..

JacquiiDesigns
02-08-2012, 11:50 PM
Thank you!
And no worries - nothing wrong with your post as far as I can tell - and if there was - one of the mods/admins would tell you about it.

I just think the vB.org rule itself regarding linking to games or game venues is rather ridiculous. So I got a good laugh out of your post. I probably should have kept it to meself LOL

Anyway = have a good evening ;)

J.

comunidadmh
02-10-2012, 08:52 PM
Sorry, but anyone knows how to add a block to the forum with the username and the game with the highest record?

Hippy
02-10-2012, 09:21 PM
pm stangger5

piraterevival
02-10-2012, 09:48 PM
hello

Scores not saving on vBulletin® Version 3.8.7

Game just end n goes back to Arcade

Hope u can help

Cheers

basilrath
02-10-2012, 10:01 PM
not saving as in ???????

you have edited the index ???

Hippy
02-10-2012, 10:29 PM
add this code to your index.php file
At the very beginning of the File, right after:
----------------------------------------------------------
<?php


// 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 "&amp;opSuccess=true&amp;gameScores=$scores&amp;endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&amp;opSuccess=false&amp;error=Error&amp;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
----------------------------------------------------------

ellinofatsa
02-11-2012, 06:19 AM
I have alot of tar files uploaded that I am trying to install. When I click install all I get an
Error 500 - Internal server error

How can i fix this?

http://www.ellinofatsa.net/forums/arcade.php

Ddiablo
02-12-2012, 09:38 PM
Help please

No Arcade button
https://vborg.vbsupport.ru/[/URL]

Hippy
02-12-2012, 09:41 PM
Help please

No Arcade button
[IMG]http://img607.imageshack.us/img607/5922/capturedh.jpg (http://imageshack.us/photo/my-images/607/capturedh.jpg/)

https://vborg.vbsupport.ru/showpost.php?p=2295239&postcount=51

Ddiablo
02-12-2012, 09:51 PM
Thanks Thanks Thanks fix

Hippy
02-12-2012, 10:00 PM
welcome bud

g00gl3r
02-13-2012, 07:48 PM
I had this installed and had a MySQL injection on my forum(s) via a couple of the games. I would strongly recommend checking your versions of this plugin as quickly as possible.

Schoelle
02-13-2012, 08:09 PM
@googl3r: with the current version? Are you willing to share some details or forward them to the coder?

Hippy
02-13-2012, 08:40 PM
dido

@googl3r: with the current version? Are you willing to share some details or forward them to the coder?

skol
02-14-2012, 08:40 AM
I had this installed and had a MySQL injection on my forum(s) via a couple of the games. I would strongly recommend checking your versions of this plugin as quickly as possible.

If your using V2 games they are prone to the highscore hack.Simply use V32 although they are not totally secured against the hack,your everyday cheater won't get passed it.

skol
02-14-2012, 08:58 AM
I have alot of tar files uploaded that I am trying to install. When I click install all I get an
Error 500 - Internal server error

How can i fix this?

http://www.ellinofatsa.net/forums/arcade.php

One of two things.

1.You don't have enough memory to install the amount of games in one go.Take alook at your max_file_size,max memory_limit and try installing games in smaller batches.

2. You have a corrupted game/games that won't install.You have to install one game at a time until you find the culprit and delete it.Make sure it is deleted off your server,or you'll get it back when you come to upload/install more games.

skol
02-14-2012, 09:51 AM
Can anyone direct me to were the post is for adding "Play Game in new window"...As below.

136455

KProjects
02-14-2012, 01:56 PM
Thanks - Installed!

g00gl3r
02-14-2012, 03:00 PM
If your using V2 games they are prone to the highscore hack.Simply use V32 although they are not totally secured against the hack,your everyday cheater won't get passed it.

I've removed the arcade system from all my forums. It's just not secure enough. I lost quite a bit of traffic and Adsense revenue the last month due to it.

I can't have that happen again just for the sake of getting members to play the odd game on the forums.

I just thought I'd let you guys know so you could check your forums if you're running it.

Schoelle
02-14-2012, 03:05 PM
@googl3r, could you explain in more detail please. What has happened exactly? If there is a security flaw you should explain it so everyone is warned. A general "it is not secure" for sure does not help anyone. So please let us all know. Thank you!

g00gl3r
02-14-2012, 03:37 PM
I wouldn't want to post full details online. It was more to get the developer (who I've PM'd also) to check what's going on with it.

PM me your email address and I'll send you some details we've obtained about this possible flaw.

Though the basics of it was there was a redirect being added to the forum which meant traffic coming from search engines was being directed to a dodgy URL with spam, malware, and ads and pop-ups all over it. This affected upto 25% of traffic from search engines on one forum hosted on one server, and even affected several forums hosted on another server using different security software and a slightly different setup. So I'm guessing whoever/whatever has found this flaw, can find all forums with the flaw.

Not saying it's all arcades that will be affected here, but certainly all mine running the arcades had been effectively hacked and redirection code injected. Took a while to find out what the cause of it was too!

I have my host(s), vbulletin, and vbseo all suggesting fixes and monitoring the servers / sites now to make sure we have actually locked the rest down now we've removed it.

Hippy
02-14-2012, 09:54 PM
Can anyone direct me to were the post is for adding "Play Game in new window"...As below.

136455

its there in the skin_arcade see attchment
but if your using the v3arcade skin.. it is not there
but I can figure out where to add it and post it over at the suport forums..
this thread is not for support.

Hippy
02-14-2012, 09:56 PM
If your using V2 games they are prone to the highscore hack.Simply use V32 although they are not totally secured against the hack,your everyday cheater won't get passed it.

post over at the support forum and I will show you what to add so they can't cheat with any game.. ;)

as this isn't the suport forum..

Hippy
02-14-2012, 09:57 PM
I've removed the arcade system from all my forums. It's just not secure enough. I lost quite a bit of traffic and Adsense revenue the last month due to it.

I can't have that happen again just for the sake of getting members to play the odd game on the forums.

I just thought I'd let you guys know so you could check your forums if you're running it.

you can pm me , if your talking about when this mod was pulled for security issues
and I will explain it to you.

Hippy
02-14-2012, 09:58 PM
@googl3r, could you explain in more detail please. What has happened exactly? If there is a security flaw you should explain it so everyone is warned. A general "it is not secure" for sure does not help anyone. So please let us all know. Thank you!

as for the post above this one pm me and I will explain it ..

Blacura
02-15-2012, 03:55 AM
Anyone willing to share their games with me?

piraterevival
02-15-2012, 10:39 AM
Thanks all, scores seem to be saving now, I'm running vBadvanced CMPS v3.2.3 with the arcade addon ibProArcade multiple CMPS-Module but does not display correctly and latest scores not recording

Hippy
02-15-2012, 07:40 PM
Thanks all, scores seem to be saving now, I'm running vBadvanced CMPS v3.2.3 with the arcade addon ibProArcade multiple CMPS-Module but does not display correctly and latest scores not recording

that issue needs to be posted in the CMPS-Module mod thread

Blacura
02-15-2012, 08:33 PM
I can't save games.. every time i try it says
Your submission could not be processed because a security token was missing.

ForceHSS
02-15-2012, 10:24 PM
I can't save games.. every time i try it says

https://vborg.vbsupport.ru/showthread.php?t=249120

Hippy
02-15-2012, 11:05 PM
first post at the bottom youll find the code to add to your index.php
since your not using index.php for your forum.. and you use forum.php add that code as explained
ForceHSS link abve me where will bring you there
thanks ForceHSS

Hippy
02-16-2012, 01:53 AM
Anyone getting browser problems using firefox?Once the game is played in a new window you can't scroll down when finished.

was just working on this .. will add it ;)
got it working

Universal
02-16-2012, 10:12 AM
Hello, I noticed earlier the member g00gl3r mentioned that there was a security risk with this mod. I must admit this concerned me reading that and the posts that followed with him, Hippy and Schoelle.

Great job by the way Hippy on the help you give with this mod, I have used this arcade for a long time but this has me worried.

There has been no post saying more about this and I was wondering if this risk is something I should be concerned about?

Thank you

Hippy
02-16-2012, 10:56 AM
Hello, I noticed earlier the member g00gl3r mentioned that there was a security risk with this mod. I must admit this concerned me reading that and the posts that followed with him, Hippy and Schoelle.

Great job by the way Hippy on the help you give with this mod, I have used this arcade for a long time but this has me worried.

There has been no post saying more about this and I was wondering if this risk is something I should be concerned about?

Thank you
there was something back before this version .. nothing serious .. and mrzeropage fixed it and released this version make sure you are using the latest version 2.71+ and your good....

nothing to worry about because there is nothing to worry about security wise .. keep up with the fixes There is a link in my sig to the thread and you'll be good
I will be adding a could small things to it in the next day or so ..
small fixes nothing security..

Universal
02-16-2012, 11:47 AM
there was something back before this version .. nothing serious .. and mrzeropage fixed it and released this version make sure you are using the latest version 2.71+ and your good....

nothing to worry about because there is nothing to worry about security wise .. keep up with the fixes There is a link in my sig to the thread and you'll be good
I will be adding a could small things to it in the next day or so ..
small fixes nothing security..

Thank you Hippy, I appreciate the quick response and I feel more comfortable now.

Oh and thank you Mr Zeropage, I hope your well.

Take care.

g00gl3r
02-16-2012, 02:59 PM
Hello, I noticed earlier the member g00gl3r mentioned that there was a security risk with this mod. I must admit this concerned me reading that and the posts that followed with him, Hippy and Schoelle.

Great job by the way Hippy on the help you give with this mod, I have used this arcade for a long time but this has me worried.

There has been no post saying more about this and I was wondering if this risk is something I should be concerned about?

Thank you

there was something back before this version .. nothing serious .. and mrzeropage fixed it and released this version make sure you are using the latest version 2.71+ and your good....

nothing to worry about because there is nothing to worry about security wise .. keep up with the fixes There is a link in my sig to the thread and you'll be good
I will be adding a could small things to it in the next day or so ..
small fixes nothing security..

Incorrect; I wasn't talking about when you pulled the mod for security issues a while ago. I had the issue just last week and ended up losing quite a lot of forum traffic coming from search engines. Not to mention having the forum reputation tarnished.

Hippy
02-16-2012, 03:48 PM
the mod is secure as far as the games go .. well there is no way to know if your not getting they legitly
I'm sorry for what happened
but there was a HUGE vbseo problem
I will send you the link when I get home .. letting these things in trying to hack the board targeting vb etc using other admins cookies so it can be tracked .. installing products..

I'll get you the details..

I can guarantee you that it was caused by vbseo. not this mod
My friend works for cpanel and this thing attacked there server using his ip installed this crap you mentioned in the email.. product / plugins.. and for 2 weeks lost his privileges and almost canned..
I will send you the link when I get home..

skol
02-18-2012, 02:54 AM
Incorrect; I wasn't talking about when you pulled the mod for security issues a while ago. I had the issue just last week and ended up losing quite a lot of forum traffic coming from search engines. Not to mention having the forum reputation tarnished.


I can't see your problem..The arcade is years old and only you have the problem .Get a life or learn..

Hippy
02-18-2012, 10:49 AM
vBSEO has a serious security problem https://www.vbulletin.com/forum/showthread.php/395034-vbSEO-Security-Patch-R
I' sure this was the issue @ least part of it

g00gl3r
02-21-2012, 10:39 PM
I've had secure and up to date VBSEO and VB since 2002. I guarantee you that their software has been patched the day it is alerted. And then checked network-wide (I run several forums not just the odd one or two).

The issue was with insecure base64_decode. Which is used by the games, and the core system.

If you haven't PM'd me and received my information, you can't really give an opinion I guess.

Appreciate the fact I came here to warn you, so you can at the very least run the advised MySQL query to check your databases, and check other things server-wide to ensure you are secure.

fly
02-22-2012, 11:45 AM
the mod is secure as far as the games go ..

Nothing is ever secure.

Are you the owner of this mod now? If so, please stop burying your head in the sand and get in contact with this guy. He's nice enough to alert us to a possible issue. Everyone who has this mod installed would thank you.

MentaL
02-22-2012, 06:14 PM
One of my mods got jacked yesterday. Checked logs and found this. I'm using 2.7.1+ . Took him around 20 minutes to crack the moderators string.


Exploit Details Removed - BirdOPrey5 - Will PM Them to the Mod Author

MentaL
02-22-2012, 07:43 PM
Person conducting the exploits are;

<Removed>

BirdOPrey5
02-27-2012, 09:32 PM
Mod restored. :up:

MrZeropage
02-27-2012, 09:56 PM
we are back :)

Mark.B
02-27-2012, 09:56 PM
Thanks...have patched mine manually.

stangger5
02-27-2012, 10:36 PM
Thanks MrZ !!!!

BF777
02-27-2012, 11:22 PM
different mod but
admincp > Plugins & Products >Plugin manager > Navbar Arcade Tab
disable it

I tried to follow these instructions but it didn't work. Any other suggestions?

Hippy
02-28-2012, 12:21 AM
I tried to follow these instructions but it didn't work. Any other suggestions?

lost me .. you want to add a button / tab ?

if so https://vborg.vbsupport.ru/showthread.php?p=2295239#post2295239

JesterP
02-28-2012, 02:07 AM
Just did the upgrade, uploaded all files, overwrite set to yes, enabled arcade:

mySQL query error: SELECT p.mid, p.tid, t.nbtries, p.timesplayed, p.faceoff, p.rung, t.creat FROM tournament_players AS p LEFT JOIN tournaments AS t ON (p.tid=t.tid) LEFT JOIN tournament_players_statut AS s ON (p.tid=s.tid AND p.mid=s.mid) WHERE p.timesplayed<t.nbtries AND p.notified=0 AND t.demare=1 AND s.statut=0 AND p.timeplayed<1330139054

mySQL error: Unknown column 't.nbtries' in 'field list'
mySQL error code:
Date: Monday 27th 2012f February 2012 09:04:14 PM

Help please.

BlissfulErin
02-28-2012, 02:19 AM
Updated, correct version shows when you go to the arcade, but still shows 2.7.2 in products in AdminCP.

Total666
02-28-2012, 03:11 AM
Weird - In my plug in panel the version shows 2.7.2 but in the arcade it reads 2.7.1 ?

Sarteck
02-28-2012, 03:44 AM
I got this:

Warning: stristr() [function.stristr]: needle is not a string or an integer in /arcade.php on line 5550

Not sure what I did wrong, 'ere.

Alecsmith
02-28-2012, 03:50 AM
Upgraded successfully no errors clean upgrade :)

Hippy
02-28-2012, 04:11 AM
Updated, correct version shows when you go to the arcade, but still shows 2.7.2 in products in AdminCP.

Weird - In my plug in panel the version shows 2.7.2 but in the arcade it reads 2.7.1 ?

did you install the new arcade.php in your root dir ?
if you did the patching your self then you forgot to edit the var $version = "2.7.2+";

JesterP
02-28-2012, 04:29 AM
did you install the new arcade.php in your root dir ?
if you did the patching your self then you forgot to edit the var $version = "2.7.2+";

Personally, I uploaded all files, ran the product install with overwrite set to yes.

viper357
02-28-2012, 06:36 AM
Mark.B, how did you do that? I'm not too keen on doing the install. Thanks.
Thanks...have patched mine manually.

Mark.B
02-28-2012, 06:44 AM
Mark.B, how did you do that? I'm not too keen on doing the install. Thanks.

Get a copy of 2.7.1 AND 2.7.2.

Use the list of files Hippy posted HERE (https://vborg.vbsupport.ru/showpost.php?p=2304097&postcount=6). (Ignore the adminCP one and the XML one unless you actually want the version number to change, as they are just version numbers, everything else has important code changes).

Then use a compare utility (such as Beyond Compare) to identify the changes between the 2.7.1 files and the 2.7.2 files.

Then make those same changes to your own arcade files.

Megareus Rex
02-28-2012, 07:13 AM
I get a nondescript "encoding" error now whenever the arcade is enabled. Running vB 3.8.4. Disabling it gives the message as expected, but activated it gives that error. No other error text to go on, though.

What's up with it?

moonbase
02-28-2012, 07:46 AM
Updated with no issues at all, and in less than 3 minutes.

Thanks, Mr. Zero.

DAMINK
02-28-2012, 07:56 AM
Upgraded and are getting this error...

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

viper357
02-28-2012, 08:02 AM
Get a copy of 2.7.1 AND 2.7.2.

Use the list of files Hippy posted HERE (https://vborg.vbsupport.ru/showpost.php?p=2304097&postcount=6). (Ignore the adminCP one and the XML one unless you actually want the version number to change, as they are just version numbers, everything else has important code changes).

Then use a compare utility (such as Beyond Compare) to identify the changes between the 2.7.1 files and the 2.7.2 files.

Then make those same changes to your own arcade files.
Thank you, much appreciated. :up:

g00gl3r
02-28-2012, 08:58 AM
Oh so there was a security issue with the arcade system then?

Ricsca
02-28-2012, 09:35 AM
In eader:

Warning: stristr(): needle is not a string or an integer in [path]/arcade.php on line 5550

killer99
02-28-2012, 09:54 AM
update with succeffull, but when try to save a score, get an error ...
i try to translate .." u cannot update because you don't have a security signal"
sorry 4 my english ..

Kolbi
02-28-2012, 10:49 AM
how to manually fix this issue?

BlueCheri
02-28-2012, 10:56 AM
Smooth upgrade, works nice.

Thanx

G!

Mark.B
02-28-2012, 12:00 PM
how to manually fix this issue?
https://vborg.vbsupport.ru/showpost.php?p=2304129&postcount=6579

BirdOPrey5
02-28-2012, 12:08 PM
Oh so there was a security issue with the arcade system then?

Yes, you need to upgrade to 2.7.2 ASAP or disable any older version.

ellinofatsa
02-28-2012, 12:35 PM
upgrade, works fine!!!!!!

digicom
02-28-2012, 02:14 PM
Upgraded From 2.7.0+ to 2.7.2+ on 3.8.7 PL2
In header i now getting this error:

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

Any help would be apprciated :up:

espkaruna
02-28-2012, 02:22 PM
I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.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

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.

JesterP
02-28-2012, 07:10 PM
Just did the upgrade, uploaded all files, overwrite set to yes, enabled arcade:

mySQL query error: SELECT p.mid, p.tid, t.nbtries, p.timesplayed, p.faceoff, p.rung, t.creat FROM tournament_players AS p LEFT JOIN tournaments AS t ON (p.tid=t.tid) LEFT JOIN tournament_players_statut AS s ON (p.tid=s.tid AND p.mid=s.mid) WHERE p.timesplayed<t.nbtries AND p.notified=0 AND t.demare=1 AND s.statut=0 AND p.timeplayed<1330139054

mySQL error: Unknown column 't.nbtries' in 'field list'
mySQL error code:
Date: Monday 27th 2012f February 2012 09:04:14 PM

Help please.

I should have patched, I had a custom db table. oops......forgot about that.

Fixed.

whitey92lx
02-28-2012, 08:16 PM
updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

Hippy
02-28-2012, 09:31 PM
Personally, I uploaded all files, ran the product install with overwrite set to yes.

if so then the version # should be correct

Hippy
02-28-2012, 09:32 PM
did you have any of my fixes done to your arcade
such as the template etc...
if so and you overwrote all files .. and re imported the xml
you needto do them again..
this is why we are all talking about what files realy need to be edited....

Hippy


I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.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

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.

Hippy
02-28-2012, 09:38 PM
updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

Like I stated in other posts .. this is why we all are doing the manually fixes
comparing files ..
because 99% of the people here edited the arcade in one way or an other...

I just did 14 arcade I manage and all are on vb4.1.10 and I did not get this error..
and I set apache to display any errors...

best I could suggest is to upload all fies again and re import the XML allow over write and see if it helps ..
then do any edits you did before...

there is a link in my sig to the fixes
97% of them still have not been addressed..

Hippy
02-28-2012, 11:06 PM
I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.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

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.

updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

please start a thread over here https://vborg.vbsupport.ru/forumdisplay.php?f=170

so this can be addressed..

IceTech
02-28-2012, 11:12 PM
Thank you very much for the update!! I have a black template and was wondering where to change the colour of fonts instead of black for best score of all time, option, statistics, game rating, etc. I went into arcade.css to change the colour but doesn't change the fontsÂ…could someone please help where I can change the colour?? Thank you very much!!

BF777
02-28-2012, 11:41 PM
lost me .. you want to add a button / tab ?

if so https://vborg.vbsupport.ru/showthread.php?p=2295239#post2295239

No, I was trying to remove it but disabling it in the AdminCP didn't do the job.

Hippy
02-29-2012, 12:39 AM
Thank you very much for the update!! I have a black template and was wondering where to change the colour of fonts instead of black for best score of all time, option, statistics, game rating, etc. I went into arcade.css to change the colour but doesn't change the fonts?could someone please help where I can change the colour?? Thank you very much!!

reset-fonts.css

BlissfulErin
02-29-2012, 12:54 AM
did you install the new arcade.php in your root dir ?
if you did the patching your self then you forgot to edit the var $version = "2.7.2+";

I downloaded the zip file here - and uploaded the files that were in the "upload" folder and then imported the product with overwrite set to yes. That is what the instructions say to do, nothing mentions editing the var $version. I have just disabled it because I can't tell if the arcade is actually updated to 2.7.2+

Hippy
02-29-2012, 01:12 AM
you miss under stud me .. some people are doing manual edits.. if you where one .( witch your not) that was something thy may have missed ..

but for some reason your root arcade.php did mot over write ...
delete it and upload the one from the new zip..

BlissfulErin
02-29-2012, 01:56 AM
you miss under stud me .. some people are doing manual edits.. if you where one .( witch your not) that was something thy may have missed ..

but for some reason your root arcade.php did mot over write ...
delete it and upload the one from the new zip..

I did delete and overwrite - same issue. I normally wouldn't make a big deal out of a version # but since this one had some security issues I'm just trying to be cautious. When I go to the forum page it does list it as 2.7.2+ in the footer, just not in the products in admincp.:confused:

thanks for your help anyways :)

Hippy
02-29-2012, 02:34 AM
I hear ya ...
not sure whats going on..
if you want me to look at it send me pm with details..

visageiii
02-29-2012, 03:20 PM
Hi hippy, thanks for getting this fixed so quick, you wouldn't believe the number of members who gotta have thier gaming fix on my forums lol...

I'm having an issue getting your postbit_legacy coding to work. the issue i'm having is that I can't figure out how to add an 'vb:if condition=" to it so that the arcade info only shows up if you have a high score or tourny champion. right now with my postbit legacy the arcade info takes up space in my postbit even if the user has never played (leaving a blank space). any help would be apprieciated thanks!

aberg
02-29-2012, 07:34 PM
we are back :)
Welcome back !!!
It's good to see that the master of Arcade is back on stage!
and.... ofcourse thank you for the update.

Hippy
02-29-2012, 08:45 PM
Hi hippy, thanks for getting this fixed so quick, you wouldn't believe the number of members who gotta have thier gaming fix on my forums lol...

I'm having an issue getting your postbit_legacy coding to work. the issue i'm having is that I can't figure out how to add an 'vb:if condition=" to it so that the arcade info only shows up if you have a high score or tourny champion. right now with my postbit legacy the arcade info takes up space in my postbit even if the user has never played (leaving a blank space). any help would be apprieciated thanks!

send me a link to your place with log deatils..
use my email from my profile..
I been getting hammered with pm's and it may be full again by the time you read this..

Bob_R
03-01-2012, 04:38 PM
I'm sorry. My bad. I didn't see the instructions on how to fix this issue. Can someone help me out?

Thanks!

Hippy
03-01-2012, 08:43 PM
I'm sorry. My bad. I didn't see the instructions on how to fix this issue. Can someone help me out?

Thanks!

what issue are you having?

didn't I work on your site ?
didn't you add fixes from the thread I made ?
if so you need to do them all again as they where never added to the new version..

Bob_R
03-01-2012, 09:01 PM
No issue. I just didn't see explicit instructions on how to update/fix.

Is it in the new download?

Hippy
03-01-2012, 10:03 PM
No issue. I just didn't see explicit instructions on how to update/fix.

Is it in the new download?




there is no patch you need to compare files to do it manually..
I posted the files that where changed and all you have to do it use compare it! and comapre v2.7.1 to v2.7.2 and add / change those lines in your arcade ...
if you want send me your root •/arcade.php
•/arcade/modules/mod_arcade.php
and I will apply the edited / patch and email them back..
my email is in my profile..

Bob_R
03-02-2012, 05:25 PM
OK, just sent them not even a minute ago.

Thanks!!!!!!!!!

Bob_R
03-02-2012, 05:57 PM
I just got a notification that the email didn't go through.

Are you sure that is a valid email addy of yours?

************************************************** **

Nevermind. I know what I did I just re-sent it.

Again, thanks!!!!!!!!!

Blacura
03-03-2012, 02:16 AM
I get this error. what have i done wrong?

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Ladies Let's Ride | Community Forums

Hippy
03-03-2012, 02:22 AM
I get this error. what have i done wrong?

add this code just below <?php in your index.php file


// 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

Emeralda
03-03-2012, 01:14 PM
I think I'm lost. On 4.1.10 it didn't add a link to the arcade on navbar or anywhere, even when the module is enabled and working.

Hippy
03-03-2012, 05:27 PM
I think I'm lost. On 4.1.10 it didn't add a link to the arcade on navbar or anywhere, even when the module is enabled and working.

your not lost there is no button..
this will add the button and navbar
https://vborg.vbsupport.ru/showthread.php?p=2295239#post2295239

BF777
03-06-2012, 08:32 PM
I'm getting these errors at least 10 times a day. Any clue on how to get rid of them?

Invalid SQL:

SELECT *
FROM gameroom_language;

MySQL Error : Table 'boxing_vbforum.gameroom_language' doesn't exist
Error Number : 1146
Request Date : Tuesday, March 6th 2012 @ 03:57:44 PM
Error Date : Tuesday, March 6th 2012 @ 03:57:44 PM
Script : http://www.mydomainname.com/forums/gameroom.php/?do=getLanguage&ts=0.81268950

Referrer :
IP Address : 66.11.......
Username : Unregistered
Classname : vB_Database
MySQL Version :

Gemma
03-06-2012, 08:59 PM
That error is caused by Gameroom, not IPB Arcade

https://vborg.vbsupport.ru/showthread.php?t=239817

BF777
03-06-2012, 10:16 PM
Thank you. I had totally forgotten I uploaded Gameroom a year or two ago. Never did use it though.

PRO5OHHO
03-06-2012, 11:38 PM
nevermind

gsmlover4u
03-08-2012, 06:58 AM
how to fix this error

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

ForceHSS
03-08-2012, 06:48 PM
make sure you have the files uploaded

Hippy
03-09-2012, 02:55 AM
how to fix this error

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

https://vborg.vbsupport.ru/showpost.php?p=2307204&postcount=6

LLent
03-09-2012, 05:17 PM
Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/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

-----------------------------------------------------------------------

getting these errors after i went to 2.7.2 any solutions for this

Hippy
03-09-2012, 08:36 PM
read the post above yours

LLent
03-09-2012, 08:52 PM
read the post above yours

i did that and i am still getting what i posted

LLent
03-09-2012, 09:16 PM
hippy am i doing the code change properly this is what i have as far as changing the arcade php to that link you posted i might have this wrong cause i am still getting that error ....thanks for quick response

// remove any SQL-commands

$sqlcomm = array();


$sqlcomm[] = 'create';
$sqlcomm[] = 'database';
$sqlcomm[] = 'table';
$sqlcomm[] = 'insert';
$sqlcomm[] = 'update';
$sqlcomm[] = 'rename';
$sqlcomm[] = 'replace';
$sqlcomm[] = 'select';
$sqlcomm[] = 'handler';
$sqlcomm[] = 'delete';
$sqlcomm[] = 'truncate';
$sqlcomm[] = 'drop';
$sqlcomm[] = 'where';
$sqlcomm[] = 'or';
$sqlcomm[] = 'and';
$sqlcomm[] = 'values';
$sqlcomm[] = 'set';
$sqlcomm[] = 'password';
$sqlcomm[] = 'salt';
$sqlcomm[] = 'concat';
$sqlcomm[] = 'schema';




// $value = recursive_str_ireplace($sqlcomm, '', $value); foreach ($sqlcomm AS $key => $needle)
{
$value = str_ireplace($needle, '', $value);
}


return $value;
}

Hippy
03-09-2012, 09:33 PM
correct..

LLent
03-09-2012, 10:38 PM
correct..

so what now if i did it correct

i am getting these errors before i play a game game plays ok though

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/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: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2677

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2678

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2679

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2680


thanks hippy for fast response

Hippy
03-09-2012, 11:07 PM
I did the edit here
try it

LLent
03-09-2012, 11:16 PM
thanks Hippy i put that in same errors appeared so not sure why this isnt working

Hippy
03-09-2012, 11:20 PM
yeah I forgot something .. 1 sec

Hippy
03-09-2012, 11:25 PM
change the attachment .. try that one

LLent
03-09-2012, 11:34 PM
change the attachment .. try that one

thanks for your time my friend but there is no change still the same with not that many lines though

here are the errors

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/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


also in admin cp when i go to arcade main settings i get this error

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/admincp/arcade.php on line 897

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/admincp/arcade.php on line 5386

Hippy
03-09-2012, 11:43 PM
are you sure you uploaded all the correct files ?

this errors had nothing to do with the changes Mrz did or what we just edited..

if you want me to peek .. pm me some details and I will fix it

thanks for your time my friend but there is no change still the same with not that many lines though

here are the errors

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/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


also in admin cp when i go to arcade main settings i get this error

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/admincp/arcade.php on line 897

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/admincp/arcade.php on line 5386

iyama
03-12-2012, 03:50 PM
After several fixes and mad members and me, i have un-instal this Arcade version.
I think its time to make one with no 99% to fix list after installation. ;)

Till that time i'm just play Bingo here. ;)

Hippy
03-12-2012, 08:03 PM
There has been posts on manual edits for the people that applied fixes. Would of been nice to have them added in this release

LLent
03-13-2012, 11:46 PM
are you sure you uploaded all the correct files ?

this errors had nothing to do with the changes Mrz did or what we just edited..

if you want me to peek .. pm me some details and I will fix it


sorry hippy i didnt respond back i went to my server folks on this issue and believe it or not the errors stemmed from having current php on server they rolled back to 5.2 something and the errors i posted were gone so all good again on my end not sure why there would be a conflict with current php but rolling back fixed the issue ...thanks again for your help

dan325ci
03-18-2012, 04:55 AM
Can anyone tell me if the arcade forums is supposed to have file permissions set to 777? Isn't that dangerous?

Hippy
03-18-2012, 12:25 PM
it's posted in the install file in the zip..

if your server is running suphp then there is no reason to set permissions.

Heardy
03-18-2012, 01:22 PM
You know the {vb:raw post.crowns}?

Is there any way to make it scroll further? It only goes a certain width across my posts :(

This is an example:

http://www.mindlessjunk.com/showthread.php?254-Heyy-all&p=1707&viewfull=1#post1707

Hippy
03-18-2012, 02:15 PM
if your using postbit
admincp> plugin manager

look for ibProArcade: Crowns in Postbit

and replace the code with this


global $crowncache;
if (!$crowncache)
{
$this->cache['champs'] = array();
$this->cache['tourneys'] = array();
$this->cache['crowns'] = array();
$this->cache['crown'] = $this->registry->db->query_first("SELECT crown_type AS type, show_crowns, show_t_won FROM " . TABLE_PREFIX . "games_settings");
if ($this->cache['crown']['show_crowns'])
{
$thecrowns = $this->registry->db->query_read("
SELECT c.*, g.gname, cat.password FROM " . TABLE_PREFIX . "games_champs AS c, " . TABLE_PREFIX . "games_list AS g, " . TABLE_PREFIX . "games_cats AS cat
WHERE (c.champ_gid=g.gid) AND (g.gcat=cat.c_id) AND trim(password)='' AND g.active=1
");
while ($this_champ = $this->registry->db->fetch_array($thecrowns))
{
if (!isset($this->cache['champs']["$this_champ[champ_mid]"]))
{
$this->cache['champs']["$this_champ[champ_mid]"] = array();
}
$this->cache['champs']["$this_champ[champ_mid]"][] = array(
'gid' => $this_champ['champ_gid'],
'gtitle' => $this_champ['champ_gtitle'],
'gname' => $this_champ['gname']
);
}
}
if ($this->cache['crown']['show_t_won'])
{
$tourneyquery = $this->registry->db->query_read("
SELECT t.champion, u.userid FROM " . TABLE_PREFIX . "tournaments AS t
LEFT JOIN " . TABLE_PREFIX . "user AS u ON (t.champion = u.username)
WHERE champion<>''
");
while ($this_tourney = $this->registry->db->fetch_array($tourneyquery))
{
if (!isset($this->cache['tourneys']["$this_tourney[userid]"]))
{
$this->cache['tourneys']["$this_tourney[userid]"] = 0;
}
$this->cache['tourneys']["$this_tourney[userid]"]++;
}
}
$crowncache = true;
}
$champs =& $this->cache['champs'];
$tourneys =& $this->cache['tourneys'];
$crown =& $this->cache['crown'];

$crowns = '';
if ($crown['show_crowns'])
{
if (!isset($this->cache['crowns']["$post[userid]"]))
{
$crowns = '';
if (isset($champs["$post[userid]"]))
{
if ((count($champs["$post[userid]"]) > 1) && ($crowns[type]!=4))
{
switch ($crown['type'])
{
case 0:
$crowns = '';
break;
case 1:
$crowns = '<marquee width="150" scrollamount="3">';
break;
case 2:
$crowns = '<marquee width="175" name="crownscroll" scrollamount="1" direction="up" height="20">';
break;
case 3:
$crowns = '';
break;
}
$crown_end = ($crown['type'] == 1) ? '' : '<br />';
$counter=0;
foreach ($champs["$post[userid]"] AS $this_game)
{
if ($crown['type'] == 3)
{
if ($counter == 5)
{
$counter = 0; $crowns.= "<br />";
}
}
$imgtext="";
if ($crown['type'] == 3) { $imgtext = "$this_game[gtitle] Champion"; }
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
if ($crown['type']!=3)
{
$crowns .= $this_game[gtitle]." Champion!</a> " . $crown_end;
}
else
{
$crowns .= "</a> ";
}
$counter++;
}
if ($crown['type'] != 0)
{
$crowns .= '</marquee>';
if ( ($crown['show_t_won']) && (isset($tourneys["$post[userid]"])) )
{
$crowns .= '<br />';
}
}
}
else
{
foreach ($champs["$post[userid]"] AS $this_game )
{
$imgtext = "";
if ($crown['type'] == 3) { $imgtext = "$this_game[gtitle] Champion"; }
$crowns = "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"><img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";
if ($crown['type'] != 3)
{
$crowns .= "$this_game[gtitle] Champion!";
}
$crowns .= "</a>";
}
}
}

if ($crown[type]==4)
{
$extra="";
if (count($champs["$post[userid]"])>1)
{
$extra="s";
}
$crowns = "";
if (count($champs["$post[userid]"]) > 0)
{
$crowns = "<img src='arcade/images/trophy.gif' alt='".(count($champs["$post[userid]"]))." Highscore".$extra."'><br />";
}
}

$this->cache['crowns']["$post[userid]"] = $crowns;
}
else
{
$crowns = $this->cache['crowns']["$post[userid]"];
}
}
$champtext = '';
if ($crown['show_t_won'])
{
if (isset($tourneys["$post[userid]"]) )
{
$champtext = "<dt><a href='arcade.php?do=viewtourneyend' target='_blank' alt='123456'>" .$vbphrase[ibpa_tourney] . " </dt></a><b>" . $tourneys[$post[userid]] . "</b>";
}
}
$post['crowns'] = $crowns;
$post['champtext'] = $champtext;

if your using postbit_legacy change the marquee width= to suite

Heardy
03-18-2012, 02:39 PM
Thanks Hippy!

I had to edit it to make it 170 instead of 150 but it worked perfectly!

Hippy
03-18-2012, 02:46 PM
Welcome 150 was tested on postbit so it may be wider if your using postbit_legacy

enjoy

Heardy
03-18-2012, 03:06 PM
Yeah, I used it on postbit_legacy, thanks!

skol
03-18-2012, 06:06 PM
Would it be possible to stop the marqee in postbit when you hover over it.

Hippy
03-19-2012, 11:18 PM
Would it be possible to stop the marqee in postbit when you hover over it.

sorry bud I seen this when you posted it but I was busy as a mofo ;)


go to your admincp> Plugins & Products> under plugin manager
look for ibProArcade: Crowns in Postbit
click it or click edit ...
look for

case 1:
$crowns = '<marquee width="150" scrollamount="3">';
break;
case 2:
$crowns = '<marquee width="175" name="crownscroll" scrollamount="1" direction="up" height="20">';
break
and change it to


case 1:
$crowns = '<marquee width="150" onmouseout="this.scrollAmount=3" onmouseover="this.scrollAmount=1" scrollamount="3">';
break;
case 2:
$crowns = '<marquee width="175" name="crownscroll" onmouseout="this.scrollAmount=1" onmouseover="this.scrollAmount=0" scrollamount="1" direction="up" height="20">';
break;

skol
03-20-2012, 11:35 PM
Cheers Hippy...:up:

Hippy
03-21-2012, 12:08 AM
Cheers Hippy...:up:

welcome
anytime:up:

TopShelfGamer
03-22-2012, 03:11 PM
Anyone got a big rar file full of games?

Hippy
03-22-2012, 09:50 PM
Anyone got a big rar file full of games?

** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum **

read the mod post also vb.org rules

boggseric
03-23-2012, 04:52 PM
I posted this in the premium thread, but I am not a premium user. :o


I made these changes but now there error moved down one line.

Fatal error: Call to undefined function: str_ireplace() in /home/ls2com/public_html/forums/arcade.php on line 5601


2.7.2 does it now required PHP5?

my code in arcade.php
// remove any SQL-commands
$sqlcomm = array();
$sqlcomm[] = 'create';
$sqlcomm[] = 'database';
$sqlcomm[] = 'table';
$sqlcomm[] = 'insert';
$sqlcomm[] = 'update';
$sqlcomm[] = 'rename';
$sqlcomm[] = 'replace';
$sqlcomm[] = 'select';
$sqlcomm[] = 'handler';
$sqlcomm[] = 'delete';
$sqlcomm[] = 'truncate';
$sqlcomm[] = 'drop';
$sqlcomm[] = 'where';
$sqlcomm[] = 'or';
$sqlcomm[] = 'and';
$sqlcomm[] = 'values';
$sqlcomm[] = 'set';
$sqlcomm[] = 'password';
$sqlcomm[] = 'salt';
$sqlcomm[] = 'concat';
$sqlcomm[] = 'schema';
// $value = recursive_str_ireplace($sqlcomm, '', $value);
foreach ($sqlcomm AS $key => $needle)
{
$value = str_ireplace($needle, '', $value);
}

Hippy
03-23-2012, 04:57 PM
you posted it before in the correct thread,, that's the support forums.. this is not..
unless you do what stangger5 did just removing that part of the code will move the error

cowcowcow
03-25-2012, 02:22 AM
my fourm just got compromised hardcore through the arcade.

Im not sure if this applies to everyone (since i downloaded the last arcade version 6 months ago and this might have been addressed) but if u dont have a recent version would suggest every1 to delete ibpro ASAP or update it.

they replaced some templates, tried to delete .php files

hippy i have pmed you how they did it please fix it so the other sites dont experience what i did. might be related to this.

http://www.securityfocus.com/bid/22575/discuss


ibProArcade Arcade.PHP SQL Injection Vulnerability

ibProArcade is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.

A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

This issue affects version 2.5.9+; other versions may also be vulnerable.

BirdOPrey5
03-25-2012, 10:31 AM
my fourm just got compromised hardcore through the arcade.

Im not sure if this applies to everyone (since i downloaded the last arcade version 6 months ago and this might have been addressed) but if u dont have a recent version would suggest every1 to delete ibpro ASAP or update it.

they replaced some templates, tried to delete .php files

hippy i have pmed you how they did it please fix it so the other sites dont experience what i did. might be related to this.

http://www.securityfocus.com/bid/22575/discuss


ibProArcade Arcade.PHP SQL Injection Vulnerability

ibProArcade is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.

A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

This issue affects version 2.5.9+; other versions may also be vulnerable.

The arcade was fixed months ago too. Emails went out to everyone who has ever downloaded it to disable or delete the mod until the fix was provided.

If you didn't get the email you should make sure the one you use here is up to date and white list @vbulletin.org from your spam list if you have one.

ywwz
03-25-2012, 12:38 PM
great job!!!

silpher
03-27-2012, 05:26 PM
Arcade style is broken for me, I've already reinstalled but it's still the same, I'm using VB 4.1.11,

https://vborg.vbsupport.ru/

help me please.

Hippy
03-27-2012, 06:55 PM
Arcade style is broken for me, I've already reinstalled but it's still the same, I'm using VB 4.1.11,

http://img534.imageshack.us/img534/8067/brokenh.jpg

help me please.

In my Sig you'll find the link to the arcade fixes the first post I believe will fix your issue

ptshooter619
03-28-2012, 09:07 PM
how do you change the text color of the arcade?

Hippy
03-28-2012, 09:35 PM
the fieldset / legend>
in your style look for CSS templates the reset-fonts.css is what youll need to do this
change the #000 to what ever color you like

marccap
04-22-2012, 09:41 PM
the fieldset / legend>
in your style look for CSS templates the reset-fonts.css is what youll need to do this
change the #000 to what ever color you like

Which code needs amending for colours as I treid all the #00000 and #DDDDDD amendments but nothing?-

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
border: 1px solid #c4c4c4;
font-size: {vb:stylevar font-size};
}
.tcat {
font:{vb:stylevar blockhead_font};
color:{vb:stylevar blockhead_color};
background:{vb:stylevar blockhead_background};
padding:{vb:stylevar blockhead_padding};
border:{vb:stylevar blockhead_border};
-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
text-decoration: underline;
}
.alt1, .alt1Active
{
color: #000000;
}
.alt2, .alt2Active
{
color: #000000;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
padding: 5px;
font-size: {vb:stylevar font-size};
border: 1px solid #c4c4c4;
margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

Hippy
04-22-2012, 11:19 PM
add background-color:{vb:stylevar content3_background.backgroundColor};
to alt1 and 2
so it looks like this

.alt2, .alt2Active
{
background-color:{vb:stylevar content3_background.backgroundColor};
color: #000000;
}

or you can justy do this
example

.alt2, .alt2Active
{
background-color:#DCDCDC;
color: #000000;
}

marccap
04-23-2012, 10:00 AM
Thanks and how do u completely remove the option to add icons etc from postbit as its messed it up and moved the join date text to the middle and moved the text back to original posisition.

Thanks

Hippy
04-23-2012, 10:47 AM
Take the postbit edit out

lapiervb
04-25-2012, 01:18 PM
<a href="http://www.hackforums.net/showthread.php?tid=2431487" target="_blank">http://www.hackforums.net/showthread.php?tid=2431487</a>

Hippy
04-25-2012, 09:05 PM
http://www.hackforums.net/showthread.php?tid=2431487

and what are you posting a mybb forum here for ?? :confused:

DAMINK
04-25-2012, 09:13 PM
@hippy because Omnis little followers at times find holes.
Clearly here is one case of that.
Damn i come to VB sites to get away from Omni and his horde of skiddies lolz.
That said this is exactly why i got rid of the arcade on my board.

fly
04-25-2012, 09:20 PM
and what are you posting a mybb forum here for ?? :confused:

If you're a member of that forum, you'll see that there is apparently an unpatched exploit if you allow guests to play in the arcade.

Hippy
04-25-2012, 09:34 PM
@hippy because Omnis little followers at times find holes.
Clearly here is one case of that.
Damn i come to VB sites to get away from Omni and his horde of skiddies lolz.
That said this is exactly why i got rid of the arcade on my board.
got ya

If you're a member of that forum, you'll see that there is apparently an unpatched exploit if you allow guests to play in the arcade.thanks for the info ..

katim110
04-28-2012, 10:38 PM
how can i fix this

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

thank you

Hippy
04-29-2012, 01:10 AM
relace your root arcade file with this one


https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146

katim110
04-29-2012, 09:53 AM
relace your root arcade file with this one


https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146

fixed.
thanks

there is another error appears in admin panel:

Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 897

Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 5386

Hippy
04-29-2012, 10:47 AM
fixed.
thanks

there is another error appears in admin panel:

Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 897

Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 5386

https://vborg.vbsupport.ru/attachment.php?attachmentid=138067&d=1335699982
add and replace the one you added to your root dir

katim110
04-30-2012, 05:47 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=138067&d=1335699982
add and replace the one you added to your root dir

thanks a lot.
but that didnt fixed the prob :(

Hippy
04-30-2012, 08:51 PM
those lines in the admin arcade file are referring to bbcode..
I am going to have and research this

Mark.B
04-30-2012, 10:25 PM
Just search for "=&" and replace with "=".

That seems to fix these errors.

katim110
05-01-2012, 07:34 AM
Just search for "=&" and replace with "=".

That seems to fix these errors.

where?

mackers8923
05-01-2012, 12:37 PM
I getting the old security token error message again when on 4.1.12 and this latest version anyone else?

princesspepper
05-01-2012, 04:09 PM
Posted about it here :

https://vborg.vbsupport.ru/showthread.php?t=281907

Mark.B
05-01-2012, 04:20 PM
where?
In admincp/arcade.php

Hippy
05-02-2012, 12:25 AM
I getting the old security token error message again when on 4.1.12 and this latest version anyone else?

you posted here in this thread I answered
https://vborg.vbsupport.ru/showpost.php?p=2323184&postcount=3
or you can do the go older edit the index.php

the directions are in the archive

katim110
05-02-2012, 12:26 AM
In admincp/arcade.php

thank you for the replay.
but there is no such code :"=&" in admincp/arcade.php

thank u

Hippy
05-02-2012, 01:16 AM
thank you for the replay.
but there is no such code :"=&" in admincp/arcade.php

thank u

upload this to your admincp
overwriting your excising one

katim110
05-02-2012, 09:21 AM
upload this to your admincp
overwriting your excising one

fixed
:up::up::up:

Tiksa
05-03-2012, 08:35 PM
Where can i see the games, i have installed it, turn it on, but can't see it ?
http://forum-drugaciji.com/forum.php

Thnx

Tiksa

NickyNet
05-03-2012, 08:47 PM
relace your root arcade file with this one


https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146

Thank you Hippy!

NickyNet
05-03-2012, 08:57 PM
Where can i see the games, i have installed it, turn it on, but can't see it ?
http://forum-drugaciji.com/forum.php

Thnx

Tiksa

they working here http://forum-drugaciji.com/arcade.php
ovde http://forum-drugaciji.com/arcade.php ti rade igrice..

you are just missing the link anywhere on your site..

Hippy
05-03-2012, 09:26 PM
Yes it'd there in my sig you'll see a link to a arcade thread. In the there you'll see a link to a mod that will add the arcade button and subnav

Hippy
05-03-2012, 09:39 PM
Arcade: Main Nav Tab + Sub Menu + Dropdown Menu

last post is a xml if you don't want to do it manually
https://vborg.vbsupport.ru/showpost.php?p=2295239&postcount=51

boggseric
05-04-2012, 01:14 AM
This line in the OP needs to be changed, with the update ibProArcade is no longer compatible with PHP4.

ibProArcade is full compatible to PHP4 and PHP5 and works with all vBulletin 3.x.x (yes, 3.0.x + 3.5.x + 3.6.x + 3.7.x + 3.8.x) with all the same Scripts !


The function str_ireplace is not available in PHP4.

BigBoy42
05-04-2012, 02:29 AM
Installed....nice mod thanks

Hippy
05-04-2012, 03:08 AM
try this ... relace your root arcade file wit hthis one

https://vborg.vbsupport.ru/attachment.php?attachmentid=137966&d=1335142146

Tiksa
05-04-2012, 06:27 AM
I have replaced and nothing, i will go and try to poor Games after Media and put a link to the games.

Tiksa
05-04-2012, 06:48 AM
I can't put it on this style, i v looked to put it manually with a link but can t find where.So are the games computable with 4x forums ?

Gemma
05-04-2012, 07:01 AM
Yes its compatible with vB4, you just need to add a link in your navbar template (or header template)

Tiksa
05-04-2012, 01:32 PM
I can't find in code where to put it...

Hippy
05-04-2012, 02:56 PM
I can't find in code where to put it...See my post above it will add it for u
u.

renes2
05-06-2012, 06:56 PM
AT all my Designs, my Arcade looks like this:

https://vborg.vbsupport.ru/external/2012/05/47.png
Any idea's?

Hippy
05-06-2012, 07:00 PM
did you do the fixes ?
https://vborg.vbsupport.ru/showthread.php?t=249120

first do the ARCADE template replacement..
custom styles neeed a headerinclude_bottom

skol
05-06-2012, 11:35 PM
447 pages on..Is it time to call it a day? The manual fixes via Hippy are fine.People made alot of money out of it..But come on it's time to let it go.V3 arcade (sorry Gemma) will go the same way if it's not improved.Having manual edits will never be a way forward..

You'll both have too up your game ..If you want your(others) respective scripts to work

Hippy
05-06-2012, 11:46 PM
Not my script ..
Just helping out...
Because I refuse to remove it or change to a different one..

so I fix it
and I share for others that feel the same
I can make one up with all the fixes but it's not mine to do ..I did all pages and pulled out the importent stuff / fixes etc so everyone else does not have to ..
Put it in a thread..

katim110
05-08-2012, 10:32 PM
where can i download more games?
thank you

Hippy
05-09-2012, 05:29 PM
where can i download more games?
thank you

First post ** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum *

Mark.B
05-09-2012, 08:36 PM
447 pages on..Is it time to call it a day? The manual fixes via Hippy are fine.People made alot of money out of it..But come on it's time to let it go.V3 arcade (sorry Gemma) will go the same way if it's not improved.Having manual edits will never be a way forward..

You'll both have too up your game ..If you want your(others) respective scripts to work

No need. Both arcade scripts work absolutely fine on many sites, mine included 9in fact I run both). This isn't a paid product, and as such relies as much on peer to peer support as anything. Which is what you see in action here, thanks to Hippy, Stangger5, and several others.

The script is fully functional.

skol
05-10-2012, 08:47 AM
No need. Both arcade scripts work absolutely fine on many sites, mine included 9in fact I run both). This isn't a paid product, and as such relies as much on peer to peer support as anything. Which is what you see in action here, thanks to Hippy, Stangger5, and several others.

The script is fully functional.

I never stated the scripts don't work.What I did state is 447 pages and the script still requires manual edits and technically it is down to which version of ibproarcade your using to whether it's a paid product or not.

I couldn't agree with you more, If it wasn't for the likes of Hippy and Stannger we wouldn't be having this conversation as this mod would have been dead in the water years ago.

The mod is no longer supported by the original developer,yet he pops in, to fix the security issue!Hmm.. right ok.Goodwill gesture? I don't think so.

What it needs is the original developer to give the right to people like Hippy to apply all the fixes to the original code.That way now 448 pages can be deleted and start afresh.I'm sure everyone would agree with that.

As you said the product is not paid,so why dosen't the developer give up the rights to it? And give the people who put their heart and soul into it, a fair crack of the whip..

Thats the way forward,not page after page of manual edits.

Hippy
05-10-2012, 12:16 PM
Yes would be nice to download it and install and working.stock 95% before having to.edit anytime.. I made it easy, I posted every fix people that there good enough to help with issues .. search my posts you will find a couple looking for support for this mod...and Nothing 0. So I read and learned AND shared that here for others that will not take that the arcade they used for years or since day one or paid for brand free refuse to remove it... so We do our best that thread I made has every fix posted if they where added to the archive then only a couple manual edits would be needed after they where applied there would be less confusion.. the mod as it stands works perfect with vb3 but not
For vb4 this is where youll need to apply the changes posted or have 1 for vb3 and one for vb4 ..... Mr 3 cents

katim110
05-10-2012, 02:52 PM
Yes would be nice to download it and install and working.stock 95% before having to.edit anytime.. I made it easy, I posted every fix people that there good enough to help with issues .. search my posts you will find a couple looking for support for this mod...and Nothing 0. So I read and learned AND shared that here for others that will not take that the arcade they used for years or since day one or paid for brand free refuse to remove it... so We do our best that thread I made has every fix posted if they where added to the archive then only a couple manual edits would be needed after they where applied there would be less confusion.. the mod as it stands works perfect with vb3 but not
For vb4 this is where youll need to apply the changes posted or have 1 for vb3 and one for vb4 ..... Mr 3 cents
thanks.
could you post you the fixed you made in one topic?
thank you

JacquiiDesigns
05-10-2012, 05:02 PM
The mod is no longer supported by the original developer,yet he pops in, to fix the security issue!Hmm.. right ok.Goodwill gesture? I don't think so.

What it needs is the original developer to give the right to people like Hippy to apply all the fixes to the original code.That way now 448 pages can be deleted and start afresh.I'm sure everyone would agree with that.

As you said the product is not paid,so why dosen't the developer give up the rights to it? And give the people who put their heart and soul into it, a fair crack of the whip..

Thats the way forward,not page after page of manual edits.

If the script weren't a "goodwill gesture" I'm sure MrZeropage would simply delete the modification from vB.org and not give a damn about you or anyone else. To suggest otherwise is thoughtless.

Furthermore, Why on earth would the inventor of the modification give up rights to anyone else? That's just a really really stupid assertion in my opinion.

At the end of the day - if the modification doesn't work for you - or you are simply too tired to find the fixes you need ==> DON'T USE IT! is my suggestion!

Again = I'd personally like to say thank you MrZeropage for sharing your modification with the vBulletin community ;)

J.

Raptor
05-10-2012, 06:06 PM
with respect the product 'as-is', is a mess for vb4 users.

if the fixes were in a doc that was easy to follow and not contradicted every other post then that would be fair rnough - but they are not and they are all over the place. several versions of several files to download and several maybe and ifs on php and template edits.

this isnt vb2 this is vb4 - this mod belongs in the graveyard along with all the other outdated unsupported products.

it used to be awesome but now its simply garbage for the average user.

and before anyone gets on their soap box about how this is free etc etc - that's all very well and good, and you are entitled to an opinion - and so i'm entitled to mine by saying that as it stands its junk for vb4.

uninstalled until it gets fixed CORRECTLY.

note to hippy: I appreciate your efforts but if you are going to be telling people to follow your fixes - at least have the fixes laid out in a legible fashion with date amendments or at least upload a complete pack for gods sake - stop all the faffing around. do it right or dont do it at all.

Raptor
05-10-2012, 06:08 PM
I never stated the scripts don't work.What I did state is 447 pages and the script still requires manual edits and technically it is down to which version of ibproarcade your using to whether it's a paid product or not.

I couldn't agree with you more, If it wasn't for the likes of Hippy and Stannger we wouldn't be having this conversation as this mod would have been dead in the water years ago.

The mod is no longer supported by the original developer,yet he pops in, to fix the security issue!Hmm.. right ok.Goodwill gesture? I don't think so.

What it needs is the original developer to give the right to people like Hippy to apply all the fixes to the original code.That way now 448 pages can be deleted and start afresh.I'm sure everyone would agree with that.

As you said the product is not paid,so why dosen't the developer give up the rights to it? And give the people who put their heart and soul into it, a fair crack of the whip..

That's the way forward,not page after page of manual edits.

100% agree

skol
05-10-2012, 11:02 PM
If the script weren't a "goodwill gesture" I'm sure MrZeropage would simply delete the modification from vB.org and not give a damn about you or anyone else. To suggest otherwise is thoughtless.

Who said anything about the script being a "Goodwill" gesture? It was was the security fix I was referring too..So please don't misinterpret or insult my Intelligence.

Furthermore, Why on earth would the inventor of the modification give up rights to anyone else? That's just a really really stupid assertion in my opinion.

Well it would be to you.But as seeing you asked the only person keeping this alive to solve your problem..The balls in your court on that one.

At the end of the day - if the modification doesn't work for you - or you are simply too tired to find the fixes you need ==> DON'T USE IT! is my suggestion!

As above..

Again = I'd personally like to say thank you MrZeropage for sharing your modification with the vBulletin community ;)

J.

Again you would,but always remember,this arcade was created long before you popped along..This is arcade territory,not a hair salon..

Hippy
05-10-2012, 11:12 PM
thanks.
could you post you the fixed you made in one topic?
thank you

they are in my sig there is a direct link

Hippy
05-10-2012, 11:17 PM
with respect the product 'as-is', is a mess for vb4 users.

if the fixes were in a doc that was easy to follow and not contradicted every other post then that would be fair rnough - but they are not and they are all over the place. several versions of several files to download and several maybe and ifs on php and template edits.

this isnt vb2 this is vb4 - this mod belongs in the graveyard along with all the other outdated unsupported products.

it used to be awesome but now its simply garbage for the average user.

and before anyone gets on their soap box about how this is free etc etc - that's all very well and good, and you are entitled to an opinion - and so i'm entitled to mine by saying that as it stands its junk for vb4.

uninstalled until it gets fixed CORRECTLY.

note to hippy: I appreciate your efforts but if you are going to be telling people to follow your fixes - at least have the fixes laid out in a legible fashion with date amendments or at least upload a complete pack for gods sake - stop all the faffing around. do it right or dont do it at all.

you have alot of nerve pal...

it's there and when it's updated I mention it ..when a fix is added to the archive by Mrzero I remove it frm the list..

you read the whole damn thread here and the support forum.. and make your own Like I did ..
If it's not good enough for you... don't read it

Move one..

your one most ungrateful person I have ran into helping with this mod to date!

katim110
05-11-2012, 07:46 AM
they are in my sig there is a direct link

thank you for that.
but, why the owner of this script dont released a new version of fix?

Hippy
05-11-2012, 12:03 PM
Busy with life .. dunno

JacquiiDesigns
05-11-2012, 03:00 PM
Again you would,but always remember,this arcade was created long before you popped along..This is arcade territory,not a hair salon..

Fool! It was YOU who said, "Hmm.. right ok.Goodwill gesture? I don't think so."
I didn't insult your intelligence. But you sure did insult the hell out of MrZeropage. And whether you meant that the script itself is a goodwill gesture or the fact that MrZeropage pops in to sort security issues is the good gesture... That really is a moot point. Okay.

And since you apparently didn't or couldn't translate what I meant to say, I'll translate for you ==> The modification is free. If you don't like it or can't get it to work for you = DON'T USE IT!

Simple eh? Yes. I thought you'd agree. And what the hell does a "hair salon" have anything to do with anything? Are you smoking drugs?

J.

BirdOPrey5
05-11-2012, 03:39 PM
OK calm down everyone.

No one is taking over this mod unless the mod author gives permission, which is unlikely.

If anyone doesn't like this mod please simply do not use it, do not insult others or the mod author. There are several arcade mods you are not limited to this one- it just happens to be the oldest and most popular.

And to insult or criticize Hippy who provides all this support for a mod that even his is also uncalled for. As has been said many times this is a FREE mod you can use or not use- no one has a right to demand anything.

skol
05-12-2012, 09:22 PM
Then should the mod go to the graveyard..It's not been supported by the original developer for years..So why is it still here?

You did send it to the graveyard when the security issue came about..But that was resolved..So why is ibproarcade still here? Unsupported from the original author...I see many mods sent to the grave yard as not being supported....Why does this one have an exception?

Hippy
05-12-2012, 09:34 PM
No reason to.The mod works. And the security issue was resolved. And its supported and still work...don't have to use it.. many many others do..

BirdOPrey5
05-12-2012, 09:44 PM
Then should the mod go to the graveyard..It's not been supported by the original developer for years..So why is it still here?

You did send it to the graveyard when the security issue came about..But that was resolved..So why is ibproarcade still here? Unsupported from the original author...I see many mods sent to the grave yard as not being supported....Why does this one have an exception?

It's still here because the ORIGINAL AUTHOR promptly fixed the security issue so I'd say that counts as support.

Literally THOUSANDS of forums use this product without any issues. Just because you have a problem with it we're not going to graveyard it. That would be nuts. Even if you can point to 5 or 10 people who also have problems you are still in the vast minority.

If you don't like the mod leave this thread and never worry about it again.

Hippy
05-12-2012, 10:00 PM
I have many sites I can post here
but I know you can view these publicly
http://reptile-parrots.com/forums/arcade.php
http://xgamesbb.com/arcade.php
check the version # and
the custom layout
the mod works..!!!!!!!!!!!!! and looks perect
so why would it be put to rest..?

with a couple fixes ..
I also started a new thread
updated to make it quicker for anyone to get to this point..
I go out of my way to help.. and I have no obligation to
and to have you come here with your commits is not cool..
I even helped you out with your arcade and I'm sure it was perfect after

Paul M
05-13-2012, 04:42 PM
Then should the mod go to the graveyard..It's not been supported by the original developer for years..So why is it still here?
There is no reason to remove it.

I see many mods sent to the grave yard as not being supported....
Nonsense, mods are not sent to the graveyard because they are unsupported, and never have been.

marccap
05-13-2012, 06:44 PM
Where/how can you install additional games?

Hippy
05-13-2012, 06:55 PM
add the games to your tar folder and in admincp under arcade > add new games.

as far as where you get them your not aloud to request game on this site or post games

did you miss this in the first post ? ;)
** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum **

marccap
05-13-2012, 06:59 PM
sorry my bad i must of missed it

Dave234
05-16-2012, 04:00 AM
A couple questions:

1. Where can I find free additional games that I can easily just add to what I already have? (I already added this mod)

2. Is there a casino free additional game that I can easily add?

skol
05-17-2012, 11:18 PM
It's still here because the ORIGINAL AUTHOR promptly fixed the security issue so I'd say that counts as support.

Literally THOUSANDS of forums use this product without any issues. Just because you have a problem with it we're not going to graveyard it. That would be nuts. Even if you can point to 5 or 10 people who also have problems you are still in the vast minority.

If you don't like the mod leave this thread and never worry about it again.

It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.

skol
05-17-2012, 11:46 PM
<removed>

Gemma
05-18-2012, 10:29 AM
It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.

You can't ask those questions? As this is an unpaid mod..

It didn't get sent to the graveyard, it was quarantined until a security vulnerability was fixed. I don't really see what your problem is...if you don't like the mod or don't use it; move along and stop your whining. Maybe you are one of those people who like to moan - there is a hell of a lot of them popping up on vb.org - who feel that they have a right to diss something just because it doesn't fall into a criteria that suits them.

If you are moaning about needing to do a few edits to make a modification work then IMO you really need to look at whether running at bulletin board is for you.

As for asking for games - is against vbulletin rules to post links to anything that is or could be a copyright infringement and since 99% of games for the arcade have no formal agreement from the game creators to be modified or used without prior permission then that would be a copyright issue. It has nothing to do with whether the mod is paid, free or farting peas at the moon.

Hippy
05-18-2012, 10:42 AM
Gamma I dont get him.. but its not worth the efforts to convince him on the issue....hundreds use this and as far as support MrZeropage is quick to take care of any major problem. Even when that other thing called life comes first......

astdirect
05-18-2012, 03:01 PM
Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

Mark.B
05-18-2012, 03:19 PM
A couple questions:

1. Where can I find free additional games that I can easily just add to what I already have? (I already added this mod)

2. Is there a casino free additional game that I can easily add?
Only two posts above yours....

** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum **

Mark.B
05-18-2012, 03:21 PM
It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.
Please give it a rest.

This mod is absolutely fine and is in use very successfully on a large number of sites, my own included.

If you don't like it, then that's fine - don't use it. It is not compulsory, and there are two other arcade modifications available for you to choose from, both available on this very site.

Spoilt for choice.

Hippy
05-18-2012, 08:47 PM
Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

contact / pm stangger5 (https://vborg.vbsupport.ru/member.php?u=100434)

Paul M
05-18-2012, 09:13 PM
It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.
We make the rules, not you. There is no such rule. Stop posting nonsense.

JacquiiDesigns
05-19-2012, 04:21 PM
Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

How do you mean "integrate" with FB and twitter?
It's not difficult placing the likebox codes or tweet/retweet buttons ...

J.

astdirect
05-20-2012, 08:25 AM
It's difficult for me lol

I just want a way to share on facebook or twitter (facebook mainly) after you get a high score or to just share a game. I'd appreciate any help in simple terms if you have time of where to put like button so it shows in easy view on each game page perhaps ? :)

Hippy
05-20-2012, 09:29 AM
It's difficult for me lol

I just want a way to share on facebook or twitter (facebook mainly) after you get a high score or to just share a game. I'd appreciate any help in simple terms if you have time of where to put like button so it shows in easy view on each game page perhaps ? :)

in your skin_arcade.php
search for

function keys($game) {
global $ibforums;
return <<<EOF
<tr>
<td align="center" class="tcat">{$ibforums->lang['keys']}</td>
</tr>
<tr>
<td align="left" class="alt2">{$game['gkeys']}</td>
</tr>
EOF;
}
replace it with

function keys($game) {
global $ibforums;
return <<<EOF
<tr>
<td><div align='center' class='blockhead'>{$ibforums->lang['keys']}</div></td>
</tr>
<tr>
<td align="left" class="alt2">{$game['gkeys']}</td>
</tr>
<tr>

<td><div align='center' class='blockhead'>Share this Game On Facebook</div></td>
</tr>
<tr>
<td align="center" class="alt1" valign="top" style="width: 20%;padding-left:7px;padding-top:8px;padding-bottom:8px;">
<script>function fbs_click() {u=location.href;t=document.title;window.open('htt p://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,stat us=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; text-decoration:none; } </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u=<;url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a>
</td>
</tr>

EOF;
}
source
http://askville.amazon.com/add-Share-Facebook-button-webpage/AnswerViewer.do?requestId=1539369
for facebook enable script (google is your friend ..) you can find twittter and other social network group the same way I did

https://vborg.vbsupport.ru/attachment.php?attachmentid=138552&stc=1&d=1337510028

astdirect
05-20-2012, 09:46 AM
Thanks Hippy, easy-peasy and worked a treat. Much appreciated !

Hippy
05-20-2012, 09:49 AM
with that link there you can use different style as well I just tossed that up .. seems to be a common one

welcome all the same

astdirect
05-20-2012, 09:51 AM
Actually, doesn't work entirely. The share button shows and it does share to facebook but it links to the main home page and not the arcade game itself :? any idea whats wrong ?

Hippy
05-20-2012, 09:54 AM
here is tweeter stuff
http://twitter.com/about/resources/buttons#tweet
will peek at the code for facebook..

astdirect
05-20-2012, 10:12 AM
Have to remove that code because now even going to visit my forum it is redirecting to facebook for some reason :/

Hippy
05-20-2012, 10:13 AM
Actually, doesn't work entirely. The share button shows and it does share to facebook but it links to the main home page and not the arcade game itself :? any idea whats wrong ?

in the<;url> in that script it wants
Copy the script for the style you'd like:
Copy and paste the following code blocks into your site and replace '<url>' with the link you want to Share
youll have to add the baseurl code to what calls the game..
I'll have to get back on that

sorry but your one step closer , at least the ball is rolling ..

If I used FB I could test this ..
till see if my kids will let me borrow there account LOL

astdirect
05-20-2012, 10:19 AM
Step by step, getting their Hippy, thanks again for looking at it :)

Hippy
05-20-2012, 10:50 AM
tested it out and it's not redirecting the site to FB
and it's linking back to the game.. when shared on facebook.

stangger5's has it on his site and redid it "custom" his links the game image , arcade info and more
but I can't share his code , you'll have to talk with him..
but the one I posted above worked for me. has the linked game in the share

weebsly
05-21-2012, 10:29 AM
Can anyone help me out?

I just installed the module i am getting this at the top of my page :

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

what can i do ? also when the mod is enabled then also game can not be played.. it says "The administrator has disabled playing games for your usergroup."

Hippy
05-21-2012, 08:05 PM
Can anyone help me out?

I just installed the module i am getting this at the top of my page :

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

what can i do ? also when the mod is enabled then also game can not be played.. it says "The administrator has disabled playing games for your usergroup."

first post
https://vborg.vbsupport.ru/showthread.php?p=2328579
2 files on for your root dir and one if your getting erros in your admincp

Chadi
05-25-2012, 12:42 AM
Getting this on vb 4.2.0

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550