Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id$
| * $Id: mass_mail.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 76 | Zeile 76 |
---|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation = substr($html_personalisation, 0, -2)."');\n</script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n</script>\n";
| $html_personalisation = substr($html_personalisation, 0, -2)."');\n// --></script>\n";; $text_personalisation = substr($text_personalisation, 0, -2)."');\n// --></script>\n";
|
// All done here if($mybb->request_method == "post")
| // All done here if($mybb->request_method == "post")
|
Zeile 600 | Zeile 600 |
---|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation = substr($html_personalisation, 0, -2)."');\n</script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n</script>\n";
| $html_personalisation = substr($html_personalisation, 0, -2)."');\n// --></script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n// --></script>\n";
|
if($mybb->input['step'] == 4) {
| if($mybb->input['step'] == 4) {
|
Zeile 1384 | Zeile 1384 |
---|
<div id="content"> <?php
|
<div id="content"> <?php
|
if($mybb->input['format'] == 'text' || !$mass_email['message'])
| if($mybb->input['format'] == 'text' || !$mass_email['htmlmessage'])
|
{ // Show preview of the text version echo nl2br($mass_email['message']);
|
{ // Show preview of the text version echo nl2br($mass_email['message']);
|
exit;
| |
} else { // Preview the HTML version echo $mass_email['htmlmessage'];
|
} else { // Preview the HTML version echo $mass_email['htmlmessage'];
|
exit;
| |
} ?>
| } ?>
|
Zeile 1403 | Zeile 1401 |
---|
</body> </html> <?php
|
</body> </html> <?php
|
| exit;
|
}
|
}
|
|
|
if($mybb->input['action'] == "resend") { // Copy and resend an email
| if($mybb->input['action'] == "resend") { // Copy and resend an email
|