PDA

View Full Version : Recreate a Website??



rfisher1134
September 17th, 2010, 06:23 AM
Hey guys,
I'm a member on another forum and the domain is expiring in a few months. The owner has been MIA for as long as I've been on there, so I don't think there is any hope in it being renewed. A lot of the members are trying to figure out a way to save or recreate it.

Does anyone know a way to copy all of the info from this site kind of like htttrack that would be able to be restored onto another domain on a dedicated server? If you have any ideas please let me know.

P.S. I'm kind of a n00b so sorry if I said anything stupid or redundant in the post.:redface:

Legendary_Bibo
September 17th, 2010, 06:39 AM
You could copy the html code by viewing the source (you would have to go to each main page area, and the ones that update), but that wouldn't get you the images uses, and you would have to change where the source of the files are coming from and what not.

CJ Master
September 17th, 2010, 07:34 AM
If you could contact the owner via email (most forums require you to imput your email) you could ask about transfering ownership of the domain.

Barrucadu
September 17th, 2010, 10:28 AM
You could check the WHOIS records for the owner's contact details. If he's not responding to emails, you could try ringing or sending a letter (WHOIS is scary sometimes).

Joe of loath
September 17th, 2010, 10:45 AM
Can you FTP in as an anonymous user and simply copy everything? I'm not sure if many sites let you do that, you'd probably need the owner's password.

EDIT: Would rsync work?

Paqman
September 17th, 2010, 11:07 AM
If it's a forum then the content is stored in a database (probably MySQL). You need to get a copy of that database. Bear in mind though that depending on how/where it's hosted, even the person who created the forum may not have access it. Some hosts like to keep that kind of thing to themselves, so they can charge people for access to it.

andreseso
September 17th, 2010, 02:11 PM
Hello,

I believe wget has an option of downloading recursively a whole web site, even though it has been years since I have reviewed the man page.

I would start a new forum with similar appearance and keep it at its latest stable version and find a way of customizing this forum to show through several links the read only history of the old forum. If you are good programming, with for example php, you can import everything from the static security copy html pages into the new forum software, with the exception of each user's password. They would have to go through the trouble of requesting a new password.

Depending of your skills, you can resuscitate this moribund forum.

Love,
Andres

koenn
September 17th, 2010, 04:40 PM
getting ownership of the domain and the hosting transferred to you would be easiest by far.

other than that, I agree with paqman, and partially with andreseso : the next best thing would be to get a copy or an sql dump of the database

To totally recreate the forum you'd probably also want the forum engine's config / modifications/ addons / ...

recursive wget would probably work to get a read-only, static html copy of the website as it is now - it could be put online as a read-only archive
I've played with wget to create a (static, but browsable) fall-back mirror of an important wiki, it seems to work

parsing all of those files so that you can extract all relevant data to actually recreate a working forum -- that sounds like one hell of a job.

pwnst*r
September 17th, 2010, 05:37 PM
If you don't have access to the DB, then don't bother. Just start something new and migrate the users.

rfisher1134
September 17th, 2010, 05:40 PM
I agree that getting ownership would be the easiest way to make this happen, but the owner hasn't responded to any emails or even phone calls from any of the members in years.

rfisher1134
September 17th, 2010, 05:42 PM
If you don't have access to the DB, then don't bother. Just start something new and migrate the users.

I knew it would be hard...I just wanted to see if their was any relatively "easy" way of saving the site and all of its data. Thanks everyone for your answers.

Brunellus
September 17th, 2010, 06:07 PM
Note that doing anything without the author's consent would likely be a copyright violation, unless the content had been released on a more permissive license. If you have serious copyright concerns, see your friendly neighborhood copyright attorney.

koenn
September 17th, 2010, 06:23 PM
hm, yeah, copyright and stuff. completely forgot.
always good to have a lawyer around ...

rfisher1134
September 17th, 2010, 06:39 PM
Note that doing anything without the author's consent would likely be a copyright violation, unless the content had been released on a more permissive license. If you have serious copyright concerns, see your friendly neighborhood copyright attorney.

Ya but would the threads be owned by the owner of the site or their authors/contributors? I understand that the logos and such would be be a copyright violation, but wouldn't the information on the forum be the property of those who created it?

Brunellus
September 17th, 2010, 06:45 PM
Ya but would the threads be owned by the owner of the site or their authors/contributors? I understand that the logos and such would be be a copyright violation, but wouldn't the information on the forum be the property of those who created it?
That would depend on the terms of service. Again, if you're looking for legal advice, the Internet is a bad place for it.

eriktheblu
September 17th, 2010, 08:24 PM
The creator of a work automatically (in most countries) has copyright. By posting it on a forum, they typically give that forum license to use it.

The problems I can see are:
1. While that forum may have license to use those posts, it probably doesn't transfer over to 3rd parties to republish.

2. You may not have license to use copyrighted images and code from the original site.

shuamu
September 18th, 2010, 09:10 AM
If you don't have access to the DB, then don't bother. Just start something new and migrate the users.

Second that.

Your best bet would definitely be to start from scratch and make the best attempt you can to get any and all active users on the forum to switch over. If you have admin privileges on the forum, I'd suggest putting up a sticky there with the new site.

It would be easier and take less time to just start from scratch in this case.

You could borrow some aspects of the design without any kind of copyright infringement, but unless you actually buy the domain up from its defunct owner, you could get yourself into a lot of trouble... though, now that I think about it, the owner seems like they'd never come after you for it. Either way, just start fresh.

drawkcab
September 19th, 2010, 06:04 PM
Second that.

Your best bet would definitely be to start from scratch and make the best attempt you can to get any and all active users on the forum to switch over. If you have admin privileges on the forum, I'd suggest putting up a sticky there with the new site.

It would be easier and take less time to just start from scratch in this case.

You could borrow some aspects of the design without any kind of copyright infringement, but unless you actually buy the domain up from its defunct owner, you could get yourself into a lot of trouble... though, now that I think about it, the owner seems like they'd never come after you for it. Either way, just start fresh.

Also, once you migrate the users you can set up a sub forum dedicated to posting links to the most important discussions on the original forum.

koenn
September 19th, 2010, 06:56 PM
Also, once you migrate the users you can set up a sub forum dedicated to posting links to the most important discussions on the original forum.

and how are the url's for those links going to work if the domain name expires and no longer points to the server where that forum was located ? even assuming the forum will still be there ...