i have some problem with a line in part 2,this line have i found 2 times on privmsg.php:
$message = $lang['Cannot_send_privmsg'];
message_die(GENERAL_MESSAGE, $message);
}
Must i replace both?
powergirl
Moderator: Moderators
$message = $lang['Cannot_send_privmsg'];
message_die(GENERAL_MESSAGE, $message);
}

#
#-----[ FIND ]------------------------------------------
#
if ( $submit )
{
if ( !empty($HTTP_POST_VARS['username']) )
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
$to_username = str_replace(",", "','", $HTTP_POST_VARS['username']);
$to_username = "'".$to_username."'";
#
#
#-----[ FIND ]------------------------------------------
#
$to_username = $HTTP_POST_VARS['username'];
#
#-----[ REPLACE ]------------------------------------------
#
$to_username = str_replace(",", "','", $HTTP_POST_VARS['username']);
$to_username = "'".$to_username."'";



Return to Custom mass PM [2.0.6/EM]
Users browsing this forum: No registered users and 1 guest