www.bestofjoomla.com/component/option,co...limitstart,20/#32679
3rd Post from the bottom. Download that script. Open it up in a web editor. Youll find a section that looks this:
Config
*/
//MySQL Database host - usually 'localhost'
$host='p41mysql143.secureserver.net';
//MySQL Database user
$user='divingnutzforum';
//MySQL Database password
$pass='*******';
//MySQL Database name
$db='divingnutzforum';
// Mambo database prefix
$mosConfig_dbprefix = "smf_";
// phpBB2 database prefix
$phpbb_dbprefix = "phpbb_";
/*
*/
The bold items are what you have to change to setup the script for your server. If you dont know your database info, call your webhost, they should be able to help.
Once youve edited those items, save it and upload it to your website. Then point your browser towards it.