Hi guy, i am trying to create a online game site with ArcadeBuilder_v17_Script but when i upload the file in the folder and try to install i got error
my sql is like this i edit
[# ARCADEBUILDR COMES WITH NO WARRANTY of ANY KIND. Your use of this script
# shows your acceptance of this - if you do not agree with this then
# please discontinue using it. Read license.php to know more.
#
# by
http://www.arcadebuilder.net
#--------------------------------------------------------------------------
// Config vars - absolutely needed before anything really happens.
///////////////////////////////////
// The local path on your server of ArcadeBuilder, INCLUDING THE TRAILING SLASH.
// This should be something like /home/yourdir/public_html/ or C:/Domains/YourDomain.com/
$cfg['instdir'] = '/home/dvk2h7ug/domain/saidul.com/public_html/game/';
// The Internet URL of ArcadeBuilder, INCLUDING THE TRAILING SLASH.
// This should be something like
http://www.example.com/
$cfg['baseurl'] = 'http://arcadebuilder.net/';
// Your MySQL database information information
$cfg['sqluser'] = 'dvk2h7ug_game';
$cfg['sqlpass'] = '123456';
$cfg['sqldb'] = 'dvk2h7ug_game';
$cfg['sqlhost'] = 'localhost';
// The title of your homepage. The global site title can be changed in the admin area.
$cfg['pagetitle'] = 'Cool Online Games';
///////////////////////////////////
function critcalerror($text) {
echo "<body style='background-color: #CCCCCC;'><div style='color: #FF0000; font-
weight: bold; text-align: center; border: 1px solid #000000; background-color: #FFFFFF;
margin: 8px; padding: 4px;'>".$text."</div></body>";
die();
}]
And the error is showing like this
[Warning: include(/home/dvk2h7ug/domain/saidul.com/public_html/game/plugins/site/themes/default/index.php) [function.include]: failed to open stream: No such file or directory in /home/dvk2h7ug/public_html/game/index.php on line 49
Warning: include() [function.include]: Failed opening '/home/dvk2h7ug/domain/saidul.com/public_html/game/plugins/site/themes/default/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dvk2h7ug/public_html/game/index.php on line 49]
Please help me out from this condition i will glad to you