• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn fix lỗi gửi tin nhắn tự động của mod Comment - v1.2

Admin

Well-Known Member
Staff member
Administrator
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 :
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;
Sửa thành :
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;
Hoặc xóa nó đi.
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);
Sửa thành
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);
Hoặc xóa nó đi.
Lưu lại, xong.
 

Facebook Comments

New posts New threads New resources

Back
Top