the blog i need the content from isnt there, i bought it from a guy and the domain expired i didnt know it was gonna and i need to get the content. i have all of the files downloaded from my cpanel from that site, what do i need to get them on my new wordpress
You do not need any file from cPanel, you need only the database backup. If you have database backup then you can install again wordpress to any domain and then put the database backup on new database.
i have the database it was on my server, but when i installed all the files from the sites folder it didnt show up rite, there were just links and they went to the old domain
If your issue is not resolved yet. Message me, I will assist you at free of cost. PS: I am a WordPress Developer.
did you try to change the site link from database? IF NOT Download your existing site files. Export your database - go in to mySQL and export the database. Move the backed up files and database into a new folder - somewhere safe - this is your site backup. Log in to the site you want to move and go to Settings > General, then change the URLs. (ie from http://example.com/ to http://example.net ) - save the settings and expect to see a 404 page. Download your site files again. Export the database again. Edit wp-config.php with the new server's mySQL database name, user and password. Upload the files. Import the database on the new server. If you already moved your files then, Edit wp-config.php with the new server's mySQL database name, user and password. If you are not using old database then, Go to phpMyAdmin select your current database click on Import upload your old database ( .sql file ) Go to databa Select wp_options table Edit site url, Home, Blog name, blog description Once you done, try to login your website with the admin username and password (provided by old owner) an then check your website and the posts and pages... Let me know if you get any problem
The way I do this with development sites I create is using the Backup Buddy plugin. With this plugin, quickly backup all posts, pages, databases, etc. and migrate in a couple clicks. You don't have to do any coding--install the plugin on the current site. Download backup zip file and php file from admin dashboard. Place those two files in the folder you want the new domain to live via FTP (newdomain.com/ for example) and open the php file. It opens a wizard that extracts the backup, restores the database, etc. with a few clicks. Then it also cleans itself up, removes the original zip file, etc. Nice and easy--no coding required.