ChaoticMageDDC
07-11-2004, 07:16 PM
I'm running vbulletin 3.03 so im curious maybe if that's my problem...
I'm trying to install version 1.02 of VB Arcade!
here are some of the problems im coming across...
First off in the includes/function.php file everytime i add this code above
// get CSS width for outerdivwidth from outertablewidth
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "arcade/images/arcade";
It causes my forums to display a white page. When i load a fresh copy back it works perfect.
Another thing i can't seem to find is in the includes/functions_showthread.php
// ###################### Start getreputationimage #######################
?????????????????????????????????????????????????? ?????????????????????????????????????????
This is nowhere to be found in that file...
This is the code it's asking me insert
if ($arcadegeneral['awardson']==1) {
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
$arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscor e,miniimage,gameid FROM " . TABLE_PREFIX . "games ");
while ($arcade = $DB_site->fetch_array($arcade_result)){
if (($arcade[gamesettings] & $_GAMESCHECK['showaward'])){
$awards[$arcade[shortname]]['userid'] = $arcade['highscorerid'];
$awards[$arcade[shortname]]['gametitle'] = $arcade['title'];
$awards[$arcade[shortname]]['icon'] = $arcade['miniimage'];
$awards[$arcade[shortname]]['highscore'] = $arcade['highscore'];
$awards[$arcade[shortname]]['gameid'] = $arcade['gameid'];
}
}
}
Also when i try to do an install www.clan-council.com/admincp/install_arcade.php it also goes to a white page...
Hopefully someone can help
I'm trying to install version 1.02 of VB Arcade!
here are some of the problems im coming across...
First off in the includes/function.php file everytime i add this code above
// get CSS width for outerdivwidth from outertablewidth
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "arcade/images/arcade";
It causes my forums to display a white page. When i load a fresh copy back it works perfect.
Another thing i can't seem to find is in the includes/functions_showthread.php
// ###################### Start getreputationimage #######################
?????????????????????????????????????????????????? ?????????????????????????????????????????
This is nowhere to be found in that file...
This is the code it's asking me insert
if ($arcadegeneral['awardson']==1) {
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
$arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscor e,miniimage,gameid FROM " . TABLE_PREFIX . "games ");
while ($arcade = $DB_site->fetch_array($arcade_result)){
if (($arcade[gamesettings] & $_GAMESCHECK['showaward'])){
$awards[$arcade[shortname]]['userid'] = $arcade['highscorerid'];
$awards[$arcade[shortname]]['gametitle'] = $arcade['title'];
$awards[$arcade[shortname]]['icon'] = $arcade['miniimage'];
$awards[$arcade[shortname]]['highscore'] = $arcade['highscore'];
$awards[$arcade[shortname]]['gameid'] = $arcade['gameid'];
}
}
}
Also when i try to do an install www.clan-council.com/admincp/install_arcade.php it also goes to a white page...
Hopefully someone can help