Thread: store all cboard.cprogramming.com topics

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    24

    store all cboard.cprogramming.com topics

    hello, i use these forums all the time just to search for questions that have already been asked. i have a laptop that has no internet access, and i would like to store every single topic on these forums so i can use the site when offline.
    is there anyway i can save 'the whole site'?
    thanks

  2. #2
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Well, the posts in the database are take up approximately 180 MB (the whole database is considerably larger, due mainly to attachments and indexes for quick searching), if that gives you an idea of the time it would take to download. That wouldn't include the vBulletin software, of course, so you'd be on your own doing any searches.

  3. #3
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    I always wondered how are the post stored? as text files? and what about the attachments, you store them on your server?

  4. #4
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    hmmm that will be a nice project.. visit all the threads and just store the content into a text file or say a local database... for which you can build your own interface to retrive data.. this database can be updated once in a while...

  5. #5
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    The message board is stored in a MySQL database hosted on the server.

  6. #6
    Code Ripper
    Join Date
    Jun 2004
    Posts
    30
    hi,

    the guys at www.woodmann.com RE board did a nice .CHM with all the board. would be nice if we have the same here.

    jmgk

  7. #7
    Registered User
    Join Date
    Jul 2004
    Posts
    24
    oh well thanks anyway.
    the download size isn't the problem, i actually thought it would be easier to do it, but it seems it's quite a big task.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Fixing my program
    By Mcwaffle in forum C Programming
    Replies: 5
    Last Post: 11-05-2008, 03:55 AM
  2. Free Store of memory
    By George2 in forum C++ Programming
    Replies: 6
    Last Post: 11-12-2007, 02:27 PM
  3. store pi O.o;
    By adr in forum C++ Programming
    Replies: 17
    Last Post: 10-30-2006, 05:35 AM
  4. store data from ifstream and store in link list
    By peter_hii in forum C++ Programming
    Replies: 2
    Last Post: 10-26-2006, 08:50 AM
  5. how to store a node on hard disk
    By ALLRIGHT in forum C Programming
    Replies: 3
    Last Post: 05-13-2002, 10:11 AM