2014-04-11, 02:47 PM
I have a mybb forum with few thousand member.
Everyday, Host provider send e an email said that my form send out more than 2000 email.
Today, they stoped my cpanel account. I talked to them and they reopen my account. But I have to stop sending out email.
Really funny, they think now I'm in a band of spammer, lol.
I was find out that it because User's Subcription in thread, post...
I did:
- Delete Subcription button in Template as some topic in this forum said about.
- Use Sql command to set subcription thread and user subcription to 0. Oh, my god, there are more than 3000 subcription. That's a lot of mail a days.
- I change Mail Setting in Admin Cp from PHP mail to STML with fake acount (Did it help? I don't know, just try).
But when some one register new account, I find out that he/she has default subcription value = 2 in mybb_users (sql).
So, how can I completely disable every Subcription? Hope you can help! Thank!
Should I edit some source code, and edit what? How? Please take a alook at this problem. Thanks!
Everyday, Host provider send e an email said that my form send out more than 2000 email.
Today, they stoped my cpanel account. I talked to them and they reopen my account. But I have to stop sending out email.
Really funny, they think now I'm in a band of spammer, lol.
I was find out that it because User's Subcription in thread, post...
I did:
- Delete Subcription button in Template as some topic in this forum said about.
- Use Sql command to set subcription thread and user subcription to 0. Oh, my god, there are more than 3000 subcription. That's a lot of mail a days.
- I change Mail Setting in Admin Cp from PHP mail to STML with fake acount (Did it help? I don't know, just try).
But when some one register new account, I find out that he/she has default subcription value = 2 in mybb_users (sql).
So, how can I completely disable every Subcription? Hope you can help! Thank!
Should I edit some source code, and edit what? How? Please take a alook at this problem. Thanks!