The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mail
Folks,
I have set the DO NOT SUBSCRIBE option using the option available in query. I have also set the same option in user registration BUT im still getting bounced mail from people because they are getting sent mail for thread subscription. No they have not subscribe themselves to the threads where they have posted. Any clue on whats going on, Not fun receiving 200+ mail every 30 seconds. |
#2
|
|||
|
|||
Anyone? come on help a fellow member
|
#3
|
||||
|
||||
Try running this query.
Code:
truncate subscribethread; |
#4
|
|||
|
|||
<a href="http://prntscr.com/24xlsf" target="_blank">http://prntscr.com/24xlsf</a>
|
#5
|
||||
|
||||
That should do it, the table is now empty.
|
#6
|
|||
|
|||
They still showing.. Not i cant even uninstall Ez Bounce without it messing my templates and colors go all to crap need to re-upload it for colors to go back to normal. How can I uninstall that MOD without messing things up?
|
#7
|
||||
|
||||
Wait, so you are still getting bounced emails for thread subscription after running that query? Maybe you have emails in the queue, try running this query.
Code:
TRUNCATE TABLE mailqueue; |
#8
|
|||
|
|||
Ran it, hopefully it gets fixed. Still need to find a way to uninstall the MOD without messing up th templates :/
|
#9
|
||||
|
||||
The image you posted after you ran the query the first time did nothing - it said Affected Rows: 0. That means no rows were effected by the query. If you had a bunch of stuff in that table that you were trying to truncate, the number of rows would have not been 0.
|
#10
|
||||
|
||||
No Lynne, that is a truncate on the table, it does not return any results, I tried it on my site, and got the same thing, 0 but the table was in fact emptied.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|