|
VArcade
|
| Domi |
Posted on 02/10/12 16:26
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
http://www.venue....onpage.php Look in the right side panel, Download GamePack´s.
Its a V.i.P feature tho. |
| |
|
|
| Ads |
Posted on 05/24/13 00:19
|
Bot Agent
Posts: n^x
Joined: Always
|
|
| IP: localhost |
|
|
| Hansewurstel |
Posted on 02/15/12 14:02
|

Newbie

Posts: 1
Joined: 20/10/07
|
Does varcade3.0 run without problems? I mean is it tested and do all of the games as well as the tournaments and high Scores work perfectly? |
| |
|
|
| Domi |
Posted on 02/15/12 18:24
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
It works here eitherway, i cant answer for every type of configuration and environment etc..
I havent got any bigger reports, just some infuse problems wich i havent gotten to the bottom with. |
| |
|
|
| Sancora |
Posted on 02/21/12 20:17
|

Newbie

Posts: 1
Joined: 19/02/12
|
Hi
The tournament score , best score and latest score are not refreshing.
New tournament setting not working correctly.
The list of tournament games are not visible on /tournament_history.php
Can somebody help me? |
| |
|
|
| ASI_DONNY |
Posted on 04/04/12 20:11
|

Newbie

Posts: 6
Joined: 27/10/09
|
my tournament scores are not registering once game is played. it still shows that people are playing but not that any one has won nor that their high score has beaten any score |
| |
|
|
| Domi |
Posted on 04/06/12 01:16
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Hello, its probably a superglobal problem ive not seen yet , you can bypass this with adding this code in functions.php.
Add it after include INFUSIONS."varcade/infusion_db.php"; and before locale includes.
Code// If register_globals is turned off, extract super globals (php 4.2.0+)
if (ini_get('register_globals') != 1) {
if ((isset($_POST) == true) && (is_array($_POST) == true)) extract($_POST, EXTR_OVERWRITE);
if ((isset($_GET) == true) && (is_array($_GET) == true)) extract($_GET, EXTR_OVERWRITE);
}
|
| |
|
|
| ASI_DONNY |
Posted on 04/08/12 03:09
|

Newbie

Posts: 6
Joined: 27/10/09
|
i did exactly as you asked and still no record of game nor score in tourny mode and now I am getting several errors in my error log concerning the infusion.
Edited by ASI_DONNY on 04/08/12 03:29
|
| |
|
|
| Domi |
Posted on 04/18/12 05:30
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
I found the problems for tournaments, the download pack have been updated.
So this is a minor version update with some fixes.
We are going from a system where we used superglobals to not useing it, in some variables always seem to sneak past the changes  |
| |
|
|
| ASI_DONNY |
Posted on 04/19/12 04:01
|

Newbie

Posts: 6
Joined: 27/10/09
|
fixed |
| |
|
|
| BodyMods4Lyfe |
Posted on 05/03/12 07:06
|

Newbie

Posts: 1
Joined: 25/04/12
|
Are there any plans to add support to VArcade for the PointX infusion since User Gold is no longer supported or updated? Would be great to deduct and award points to users with the new PointX system.
Also I am getting the error message Fatal error: Call to undefined function payuser() in /home/xxxx/public_html/infusions/varcade/newscore.php on line 195 when trying to submit scores. Any fixes for this issue?
Edited by BodyMods4Lyfe on 05/03/12 07:14
|
| |
|
|
| Domi |
Posted on 05/03/12 11:32
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
I dont have any plans for that atm, depends how many that wishes to use it i guess.
But basicly the usergold simple function will work per default, its builtin and will create the tables if not existant when you look in settings and have it enabled.
payuser() is a usergold function, so you need to have pay to play off. |
| |
|
|
| outlaw16151 |
Posted on 06/17/12 16:56
|

Junior Member

Posts: 26
Joined: 15/06/12
|
Domi is there a way to make the related game pics to the games scale to 50 x 50? |
| |
|
|
| Domi |
Posted on 07/29/12 04:47
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Hi, open arcade.php
find
Code$showimg = '<img src=" '.INFUSIONS.'varcade/uploads/thumb/'.$data['icon'].'" border="0" height="60" width="100" alt="'.$data['title'].'" title="'.$data['title'].'" />';
change the width / height to your desired values. |
| |
|
|
| Harlekin |
Posted on 01/25/13 08:37
|

Newbie

Posts: 3
Joined: 13/06/09
|
I have problems with the letters Ä, ä, Ö, ö, Ü, ü and ß in gamename and the varcade search |
| |
|
|
| Domi |
Posted on 01/25/13 09:14
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Makesure you have this below maincore include
header("Content-type: text/html; charset=ISO-8859-9");
Also change the check line to
if (!preg_match("/^[-0-9A-ZÅÄÖÜß_@\s]+$/i", $search)) { die("Denied"); }
The names, depends on your charset in mysql.
You might need to set them to UTF-8.
Or are you haveing problems saveing special char names to the database? |
| |
|
|
| Harlekin |
Posted on 01/25/13 09:25
|

Newbie

Posts: 3
Joined: 13/06/09
|
The global charset on my site and in the database is UTF-8 only the varcade work with charset=ISO-8859-9.
I will test your code today. |
| |
|
|
| outlaw16151 |
Posted on 01/28/13 05:34
|

Junior Member

Posts: 26
Joined: 15/06/12
|
i am adding new games to the arcade, the games that came with it shows the icons, but the new games, icons wont show |
| |
|
|
| Domi |
Posted on 01/28/13 18:28
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
All icons need to have the same name as the primary game files and the icon files need to be in uploads/thumbs. |
| |
|
|
| outlaw16151 |
Posted on 01/29/13 17:02
|

Junior Member

Posts: 26
Joined: 15/06/12
|
yeah i found the problem Domi, the icons i uploaded had the #1 at the end of them, i just deleted the digit and it worked |
| |
|
|
| outlaw16151 |
Posted on 02/14/13 20:13
|

Junior Member

Posts: 26
Joined: 15/06/12
|
now, the GAMES BEING PLAYED NOW i want to make the background black, to match the site itself, where do i go about doing that? |
| |
|