icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old February 10th, 2008, 2:00 PM   #1 (permalink)
Registered User
Seasoned Poster
 
Joined in Oct 2007
55 posts
Gave thanks: 3
Thanked 3 times
Best way to move a bunch of web sites?

I am working for a company that has 200+ websites on an old server. They are trying to move the all to a new server running Plesk 8 and Virtuozzo.

Does anyone know a good way to move them all? The have the passwords list to all the sites in Excel, so I was thinking to save the domain - user name - password columns as a CSV, read it into a main PHP file, and have that file run a full-site FTP download script.

Is there a better way to do this? or a premade program that does this?

I was planning on parsing the site data for the mysql_connect connect lines to get the user name and password, but a lot of the scripts use configuration files, so the mysql connect lines would just have variables in them. Could I replace mysql_connect with a call to a different script, and have that store the database info, then die?
tibberous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 10th, 2008, 4:03 PM   #2 (permalink)
CTO, Surpass Hosting
Super #1
 
Emmanuel's Avatar
 
Joined in Apr 2003
Lives in Florida
1,811 posts
Gave thanks: 10
Thanked 131 times
Honestly there really is no easy way to do this until a custom script is made to do the work as you described above. There is many other ways as well but it just depends on the old environment and new environment. There isn't a general copying account function mainly due to that reason as well. With many variables to be taken into account makes it hard to do.
__________________
Emmanuel :: Surpass Hosting Network Admin
http://www.SurpassHosting.com
Emmanuel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 10th, 2008, 4:31 PM   #3 (permalink)
Surpass Staff
Seasoned Poster
 
amal's Avatar
 
Joined in Jan 2005
30 posts
Gave thanks: 0
Thanked 4 times
Smile

Quote:
Originally Posted by tibberous View Post
I am working for a company that has 200+ websites on an old server. They are trying to move the all to a new server running Plesk 8 and Virtuozzo.

Does anyone know a good way to move them all? The have the passwords list to all the sites in Excel, so I was thinking to save the domain - user name - password columns as a CSV, read it into a main PHP file, and have that file run a full-site FTP download script.

Is there a better way to do this? or a premade program that does this?

I was planning on parsing the site data for the mysql_connect connect lines to get the user name and password, but a lot of the scripts use configuration files, so the mysql connect lines would just have variables in them. Could I replace mysql_connect with a call to a different script, and have that store the database info, then die?
1) Does your old server have a control panel? If so, which control panel is it?
__________________
#######

Regards,
Amal
L3 Admin
amal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 10th, 2008, 5:20 PM   #4 (permalink)
Registered User
Seasoned Poster
 
Joined in Oct 2007
55 posts
Gave thanks: 3
Thanked 3 times
No, not really. The thing is ancient, it has some kind of proprietary domain lister thing setup.
tibberous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On