Nhiều bạn thấy phiền khi cài mod này thì tự động gửi tin nhắn liên tục.
Sau đây là cách khắc phục.
Mở file comment.php tìm đoạn code sau :
Sửa thành :
Hoặc xóa nó đi.
Tiếp tục tìm đoạn code sau :
Sửa thành
Hoặc xóa nó đi.
Lưu lại, xong.
Sau đây là cách khắc phục.
Mở file comment.php tìm đoạn code sau :
Code:
$mes = <<<mesHi $userinfo[username],
{$vbulletin->userinfo['username']} has made a comment in your post.
Please check it out by following this [u rl=$urlz]link[/url]
* Note: This is an automatic message, please do not reply!
mes;
Code:
//--$mes = <<<mes//---Hi $userinfo[username],
//--{$vbulletin->userinfo['username']} has made a comment in your post.
//--Please check it out by following this [u rl=$urlz]link[/url]
//--* Note: This is an automatic message, please do not reply!
//--mes;
Tiếp tục tìm đoạn code sau :
Code:
$mes = <<<mesHi $uinfo[username],
{$vbulletin->userinfo['username']} has replied your comment.
Please check it out by following this [u rl=$urlz]link[/url]
* Note: This is an automatic message, please do not reply!
mes;
pm($pminfo, $uinfo, 'Your comment has been replied',$mes);
Code:
//--- $mes = <<<mes//---Hi $uinfo[username],
//---{$vbulletin->userinfo['username']} has replied your comment.
//---Please check it out by following this [u rl=$urlz]link[/url]
//---* Note: This is an automatic message, please do not reply!
//---mes;
//----pm($pminfo, $uinfo, 'Your comment has been replied',$mes);
Lưu lại, xong.