How To Copy A Website That Doesn't Allow Access To The msql database

Status
Not open for further replies.

Rocket32

New member
Oct 1, 2007
5
0
0
I am trying to copy a website with plenty pages that is run by a php script. It is hosted on the company's server but they allow you to access the control panel and the ftp controls. I am trying to copy this website and place it on my own server. I can log into the control panel and the control panel does not have a backup feature or a mysql database feature, but I know the site has a database in it. My question is how do I backup this site where I can copy the databases, files, and settings of the complete website over to another hosting account?
 


Use PHP Curl

use php curl and scrap the site

Is there software that can automate this? If So which one? If not how do I get into Php curl if I know nothin about programming?
 
You said you have access to the FTP controls. Use an FTP client to download the site. Upload a copy of phpMyAdmin to the server via FTP and export the database to a file.
 
Status
Not open for further replies.