Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #1  
Old 11-23-2022, 04:50 PM
K-fab's Avatar
K-fab K-fab is offline
 
Join Date: Jan 2014
Location: Scottsdale, AZ - Eden!
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default File structure on server - where do I find threads

Yes, I've searched....

I'm trying to find, on my server, the location of threads.

Where would I look to find this thread, as an example?
http://www.minibuggy.net/forum/proje...fab-style.html

Thanks in advance.
Reply With Quote
  #2  
Old 11-27-2022, 12:40 AM
twistsol's Avatar
twistsol twistsol is offline
 
Join Date: Apr 2015
Location: Cottage Grove, MN
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should find it in the database in the table "NODE"

If you look at the link you provided,
HTML Code:
http://www.minibuggy.net/forum/projects-progress/19848-mini-raptor-k-fab-style.html
The number in the link to your thread 19848 is the nodeid for the first post in the thread.
Subsequent posts are also in the node table where the the parentid field in the node table = nodeid from your link above.

To get the first post
Code:
select * from node where nodeid = 19848;
To get the subsequent posts
Code:
Select * from node where parentid = 19848;
Note that this is based on VB5. I don't remember if VB4 or VB3 were different. Too old to remember and too lazy to look it up.
Reply With Quote
  #3  
Old 11-27-2022, 01:23 AM
K-fab's Avatar
K-fab K-fab is offline
 
Join Date: Jan 2014
Location: Scottsdale, AZ - Eden!
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for that - now, where exactly will I find this? I'm seeing a coding that you're supplying. Where am I inserting this line to find the code? In my Forum Manager?

I'm (ignorantly) hoping that I can find the directory or the lead to the directory on the server.
Unfortunately I'm going to be shutting down my forum (thanks Facebook!) and want to save a few of the threads that are there.

Totally appreciate the last sentence.
Reply With Quote
  #4  
Old 11-27-2022, 05:08 PM
Dead Eddie's Avatar
Dead Eddie Dead Eddie is offline
 
Join Date: Apr 2004
Location: at Home...
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by K-fab View Post
I'm (ignorantly) hoping that I can find the directory or the lead to the directory on the server.
Threads are stored in the database, not the file system. There's no file to download. You'll have to query the database, or save the page from the browser window.
Reply With Quote
  #5  
Old 11-27-2022, 10:23 PM
K-fab's Avatar
K-fab K-fab is offline
 
Join Date: Jan 2014
Location: Scottsdale, AZ - Eden!
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, that makes sense.

No user friendly way to save threads... Darned.
Reply With Quote
  #6  
Old 11-28-2022, 10:50 AM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by K-fab View Post
Ah, that makes sense.

No user friendly way to save threads... Darned.
Yes, you can.
View the link you provided.
Right side on top of thread you have "Thread Tools"
Click on this and select "Show Printable Version"
Now in your browser window you can either right click the mouse button and select print to print to your printer OR select the print option from the drop-down menu of your browser.
Now in the printer list, you can select; "Save as PDF" (if you have at least Adobe Reader DC installed (free), "Microsoft XPS Document Writer", "Microsoft Print to PDF" and save the file locally.

You can also select "View Page Source" on the printable page and save the HTML file locally, then view from your browser
Reply With Quote
Благодарность от:
TheLastSuperman
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:30 PM.


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.04077 seconds
  • Memory Usage 2,210KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete