vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   query to run (https://vborg.vbsupport.ru/showthread.php?t=54093)

Steve Machol 06-09-2003 07:45 PM

query to run
 
My guess:

DELETE FROM forumsubscription WHERE userid = 250

Stupid server time is messed up. :(

Smoothie 06-09-2003 09:06 PM

to unsubscribe a user from a certain forum? Example, userid=250, forumid=64. For some reason a former mod is still subscribed to our mod forum and is receiving email notification of new posts. Even though he has been removed as a mod from all forums.

filburt1 06-09-2003 11:00 PM

[sql]
DELETE FROM forumsubscription WHERE userid = 250 AND forumid = 64;
[/sql]

Boofo 06-10-2003 12:18 AM

Is there a way to do this forumwide, instead of having to do it for each forum?

Boofo 06-10-2003 01:13 AM

I thought that might be it, but I wanted confirmation just to be sure. Thank you, sir. ;)

LOL I almost missed this message. When I clicked on the link in the email notification, the message I was taken to was my last one. Good thing I scrolled up. ;)

Steve Machol 06-10-2003 01:37 AM

Yep, the server time was messed up for a few minutes. Thankfully not much longer than that.

Smoothie 06-10-2003 02:27 AM

Hmm, got this after I ran the query;
PHP Code:

Table 'vbulletin.forumsubscription' doesn't exist 


Smoothie 06-10-2003 02:31 AM

Ah well, I just went into the table subscribeforum and manually deleted the userid from that forumid.

Boofo 06-10-2003 02:52 AM

Quote:

Today at 10:31 PM Smoothie said this in Post #8
Ah well, I just went into the table subscribeforum and manually deleted the userid from that forumid.
How did you do that? I just went into phpmyadmin, but I don't know how to get inside the table to delete anything.

Smoothie 06-10-2003 02:55 AM

table subscribeforum, click browse. Sort by userid or forumid.


All times are GMT. The time now is 08:13 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.01090 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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