Still getting the same errors. Any ideas why? Perhaps another hack interfering? Here's my new settings:
//variables
require("admin/global.php");
//these are to determine which "user" shall post
//the newsletter in which forum
$forumid="55"; //Test Forum
$postusername="HAL9000";
$userid="540";
//pop3-settings
$mailserver="pop.isp.domain.com";
$mailport="110";
$mailuser="me@isp.com";
$mailpass="xxxxxxxxx";
Also, exactly what is that error message telling me? That it can't find global.php or config.php?
Thanks so much for any help you can give.