Hmmm, again pardon my ignorance 
Code:
// Absolute Path to this hack
// Visit the included abs.php in a browser for help determining this value.
$CMS_FORUMS_HACK['hack']['abs_path'] = "";
// Absolute Path to your CMS script
$CMS_FORUMS_HACK['cms']['abs_path'] = "";
// Absolute Path to your Forums script
$CMS_FORUMS_HACK['forum']['abs_path'] = "";
// URL to this hack
// With trailing slash
$CMS_FORUMS_HACK['hack']['hack_url'] = "";
// URL to your cms
// With trailing slash
$CMS_FORUMS_HACK['cms']['cms_url'] = "";
// URL to your forums
// With trailing slash
$CMS_FORUMS_HACK['forum']['forum_url'] = "";
$CMS_FORUMS_HACK['forum']['user'] = "";
$CMS_FORUMS_HACK['forum']['pass'] = "";
$CMS_FORUMS_HACK['forum']['name'] = "";
$CMS_FORUMS_HACK['forum']['host'] = "";
$CMS_FORUMS_HACK['forum']['prefix'] = "";
// Forum type
$CMS_FORUMS_HACK['forum']['type'] = "ibf-1.3";
$CMS_FORUMS_HACK['cms']['user'] = "";
$CMS_FORUMS_HACK['cms']['pass'] = "";
$CMS_FORUMS_HACK['cms']['name'] = "";
$CMS_FORUMS_HACK['cms']['host'] = "";
$CMS_FORUMS_HACK['cms']['prefix'] = "";
// CMS type
$CMS_FORUMS_HACK['cms']['type'] = "phpnuke-7.3";
// Modifications already installed
// Leave this set to false. The script will change it when mods have been installed.
$CMS_FORUMS_HACK['hack']['config_installed'] = false;
I need to manually put in the path to what? Everything? Or just to the "CMS Script" and "Forum Script". Also, what scripts are both of those refering too?
Sorry, I'm pretty new at this.