Results 1 to 3 of 3

Thread: Make Your Own Copy of the Forum

  1. #1
    Administrator

    Join Date
    Nov 2003
    Posts
    3,346
    Thanks Thanks Given 
    275
    Thanks Thanks Received 
    39
    Thanked in
    32 Posts

    Default Make Your Own Copy of the Forum

    This guide will show you how to make a copy of this forum or any other. This will only apply to the publicly viewable parts of the site. (To wit, anything that can be viewed without an account.)

    You can make copies of whatever you aim HTTrack at. This could be any Web site. This guide focuses on this forum.

    First, download HTTrack from its Web site.

    The most efficient part to copy is the Web archive of the forum, so that's what the commands will refer to.

    HTTrack has both a graphical and command line variants. You can use either one.

    For the command line interface, the command to issue is:

    Code:
    httrack "https://forum.digitpress.com/forum/archive/" -O /your-path-where-you-want-the/archive/ "+https://forum.digitpress.com/forum/archive/*" -v -#L99999999
    Here's the breakdown:
    "httrack" is the program.
    "https://forum.digitpress.com/forum/archive/" is the address at which the program should begin.
    "-O /your-path-where-you-want-the/archive/" tells the program to save its copy of the forum to this location. You could use C:\Users\John\dpforum\ instead of /your-path-where-you-want-the/archive/ for example.
    "+https://forum.digitpress.com/forum/archive/*" means "only download files from within this folder and don't start downloading everything the forum links to.
    "-v" tells the program to be verbose when outputting text telling you what the program is doing.
    "-#L99999999" tells the program to fetch lots of threads/posts/files and to not stop after 20,000 files.

    You can find more information on using HTTrack in its manual.

  2. The Following User Says Thank You to Nz17 For This Useful Post:

    § Gideon § (03-10-2018)

  3. #2
    Banana (Level 7) § Gideon §'s Avatar
    Join Date
    Nov 2003
    Location
    Mich
    Posts
    1,411
    Thanks Thanks Given 
    49
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Question Database

    Are there any plans for providing a downloadable version of the backend database? That might save bandwidth (not to mention disk space), and search functionality could be extended.

    I suppose such a database would make the most sense after the heat death of the forums.

  4. #3
    Administrator

    Join Date
    Nov 2003
    Posts
    3,346
    Thanks Thanks Given 
    275
    Thanks Thanks Received 
    39
    Thanked in
    32 Posts

    Default

    No, no database to download, sorry. The reasons basically boil down to technical and privacy concerns. I suppose if someone could show some super straight-forward way to remove all personally identifying information, private communications, and so forth while still maintaining the technical integrity of the forum's database so that it could work with a separate installation of the vBulletin software, then it might happen.

Similar Threads

  1. Replies: 2
    Last Post: 03-02-2006, 09:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •