vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Mail (https://vborg.vbsupport.ru/showthread.php?t=304392)

Terrablade 11-11-2013 04:36 AM

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.

Terrablade 11-16-2013 01:17 AM

Anyone? come on help a fellow member :(

ozzy47 11-16-2013 02:28 AM

Try running this query.

Code:

truncate subscribethread;

Terrablade 11-18-2013 01:31 AM

<a href="http://prntscr.com/24xlsf" target="_blank">http://prntscr.com/24xlsf</a>

ozzy47 11-18-2013 01:57 AM

That should do it, the table is now empty.

Terrablade 11-18-2013 05:31 AM

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?

ozzy47 11-18-2013 10:42 AM

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;
As for the mod I am not sure, I never have had it installed.

Terrablade 11-18-2013 07:13 PM

Ran it, hopefully it gets fixed. Still need to find a way to uninstall the MOD without messing up th templates :/

Lynne 11-18-2013 08:59 PM

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.

ozzy47 11-18-2013 09:08 PM

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.


All times are GMT. The time now is 11:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01074 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete