I have tryed to install this mod, but in emailer.php
- Code: Select all
#-----[ FIND ]------------------------------------------------
#
function send()
#
#-----[ REPLACE WITH ]----------------------------------------
#
// Start replacement - Custom mass PM MOD
function send($multiple_pm='no')
// End replacement - Custom mass PM MOD
#
#-----[ FIND ]------------------------------------------------
#
// Did it work?
if (
{
message_die(
}
the code
- Code: Select all
// Did it work?
if (
{
message_die(
}
Wasn't found...
Does anyone have a solution?
BTW, to tell u the truth, I don't know if there is another mod involved in this... But when I opend the original 2.0.6 emailer.php (just downloaded) and saw it was there, but also a bit different.
- Code: Select all
// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}


