I haven't done shoutbox, but I've used other php frontends. From what I've heard about shout, you need a webserver (apache/iis) php, and a database (mysql).
One thing....that config.php file is suspicious. Usually the config file has the paths, limits, domains, permissions, etc. in an intuitive, readable format with comments explaining variables:
eg:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
|