weird html thing

  • Welcome to "The New" Wrestling Smarks Forum!

    I see that you are not currently registered on our forum. It only takes a second, and you can even login with your Facebook! If you would like to register now, pease click here: Register

    Once registered please introduce yourself in our introduction thread which can be found here: Introduction Board


Angelica Haze

New Member
Joined
Mar 28, 2009
Messages
21
Reaction score
0
Points
1
Age
43
i get this roughly once every five pages or so

on: 1.0" . "\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n";

$headers .= "To: $username <$email>" . "\r\n";
$headers .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $vbulletin->options['webmasteremail'] . ">" . "\r\n";

eval('$subject = "' . addslashes($vbulletin->options['subject']) . '";');
$subject = stripslashes($subject);

if(mail($email, $subject, $message, $headers)){
print("mailing $email (done)<br/>");
} else {
print("mailing $email (failed)<br/>");
}

}
}
//}
?>
 

Angelica Haze

New Member
Joined
Mar 28, 2009
Messages
21
Reaction score
0
Points
1
Age
43
I missed this in the faq, I hopped on over to the admin zone and asked them what the problem could be, I'll let you guys know if they come up with a way to fix this.
 

Angelica Haze

New Member
Joined
Mar 28, 2009
Messages
21
Reaction score
0
Points
1
Age
43
OK got an answer for ya!

The problem is they have that code placed in the header which technically is a mix of html and php which is fine to do but when its in vBulletin all html should be in templates and php in php files or a plugin.

so sounds like all that needs done is the banner being reworked into all html! :)