spycam wrote:I have problems with this mod (Update 18.05.2006 and other versions). Does'nt work "How many times played" in each game. Besides i have errors on the arcade.php page.
http://www.ruspravo.net/go/arcade.php
pass: test login: test
Sorry for my english.
PS MySQL 4.0.25
PHP 4.4.2
Please open /include/common.php and remove the leading slashes from: //define('PUN_SHOW_QUERIES', 1);
This is for displaying all executed queries in the page footer. I´ll test it again later on your forum.
I also saw this error on your site:
Notice: Undefined variable: sqlquery in /home/ruspra/public_html/go/arcade.php on line 180
It´s a problem with your mysql version.
Open arcade.php and change:
{
// Set defaults
$_SESSION['firsttime'] = true;
$_SESSION['cat']=0;
$_SESSION['nump']=10;
$_SESSION['search']='';
$_SESSION['rsearch']='game_name';
$_SESSION['page']=0;
$_SESSION['sorto']='DESC';
$_SESSION['sortby']='game_id';
}
to
{
// Set defaults
$_SESSION['firsttime'] = true;
$_SESSION['cat']=0;
$_SESSION['nump']=10;
$_SESSION['search']='';
$_SESSION['rsearch']='game_name';
$_SESSION['page']=0;
$_SESSION['sorto']='DESC';
$_SESSION['sortby']='game_id';
$sqlquery = '';
}
Hope this get rid of the error.
My PunBB Arcade Mod & Game Packs 1-9 (
update 01-06-2007):
Test and download here !