e-mail thing was easy..
find:
PHP Code:
// work out the 'From' header
if ($from == '') {
$headers = "From: \"$bbtitle Mailer\" <$webmasteremail>\r\n" . $headers;
and replace with
PHP Code:
// work out the 'From' header
if ($from == '') {
$fromemail = 'CrazyPete@vbulleting.org';
$headers = "From: \"$bbtitle Mailer\" <$fromemail>\r\n" . $headers;
although.. I might have to unistall it coz I cant run getpost.php.. i dont know how other ppl do it but php scripts can only be runned within web enviroment and.. umm im lost