in the infernoshout.php file, you can edit it, and where it has require once, add
PHP Code:
chdir('/home/spiralg1/public_html/Forums/');
before it, except that path should match the path of your Forums, the relative path that is.
This worked great for me...
Should Look like this:
PHP Code:
chdir('/home/spiralg1/public_html/Forums/');
require_once('./global.php');
require_once(DIR . '/infernoshout/engine/inferno_engine.php');
Now with that file, place it in the public_html or www folder, DONT PLACE IT IN YOUR FORUM FOLDER