The home directory thingy for freehostia?
Cos i`m using a script that says
PHP Code:// The local path on your server of GameSiteScript, INCLUDING THE TRAILING SLASH.
// This should be something like /home/yourdir/public_html/ or C:/Domains/GameSiteScript.com/
$cfg['instdir'] = '/home/bestsiteever/arcade/';
// The Internet URL of GameSiteScript, INCLUDING THE TRAILING SLASH.
// This should be something like http://www.example.com/
$cfg['baseurl'] = 'http://bestsiteever.freehostia.com/';
// Your MySQL database information information
$cfg['sqluser'] = 'danban1_arcade';
$cfg['sqlpass'] = 'arcade';
$cfg['sqldb'] = 'danban1_arcade';
$cfg['sqlhost'] = 'mysql4.freehostia.com';
// The title of your homepage. The global site title can be changed in the admin area.
$cfg['pagetitle'] = '1337 Arcade';
///////////////////////////////////




Reply With Quote


