Phillip Flores
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Accessing old installation without a domain maeDo you still have access to the previous host of your site? If you do then you can just go via cpanel or whatever software you used to manage your hosting service.
One you are in, go to the file manager and look for the folder where you site used to reside. Or you can go to the database used by your site and export the contents using phpMyAdmin.
OK.
First of all you have to find a host for your domain. You can check out bluehost.com, wpengine.com etc.
Once you have the register for a hosting in package in a hosting company you have to go back to the company where you registered your domain name and change the DNS settings for your domain name. You will get the DNS settings from the email that you will get from the hosting company. Most web hosting companies have one-click installation options for WordPress. Use that feature.
After installing WordPress login to your site and install your nimble theme. See this:
Forum: Fixing WordPress
In reply to: How do I get WordPress to load more smoothly?Try installing a caching plugin
Forum: Installing WordPress
In reply to: Hosting WP blogs on LAN server for local clients?First of all what is NIMBLE? Is this a WordPress theme? More information will be helpful.
Forum: Installing WordPress
In reply to: I Can't Get VIsits From GoogleWhat do you exactly mean? More information please. How do you know you are not getting any visit from Google?
Forum: Installing WordPress
In reply to: Multiple WP sites via MAMPI think you are to are to type localhost:8888/sitename.
Forum: Installing WordPress
In reply to: WordPress and SQL ServerBy default WordPress uses the MySQL database. MySQL can reside on the same server as MSSQL. Also, the SQL syntax used by WordPress is specific to MySQL. You have to go through each SQL statement in WordPress core and change it to the MSSQL. Even then you will not be assured at the behaviour will be the same.
Forum: Fixing WordPress
In reply to: There is no user registered with that email address.Forum: Fixing WordPress
In reply to: There is no user registered with that email address.Forum: Fixing WordPress
In reply to: WordPress compromised – Cannot loginDo you have access to your actual WordPress database tables? If you do you can export the contents of ALL the tables, the export file is usually an SQL file i.e. with the extenstion of SQL and can be read by a text editor. Alternatively, you can use phpMyAdmin from your hosting panel and look at the contents from the wp_posts table.
Forum: Fixing WordPress
In reply to: Can't log into my website after installing wp email captureDo you have access to your actual WordPress folder in your hosting provider? If yes, rename the plugins folder (this disables the plugins) found inside the wp-content folder. Obviously, the new plugin you installed does not play well with your current WP installation.
Forum: Localhost Installs
In reply to: Mamp and WordPress Installation. localhost errorThis maybe an obvious question but I assume you started MAMP is running? Did you try just typing localhost:8888 on your browser’s address bar?
Forum: Fixing WordPress
In reply to: Backup restore migrate PLugin Free VersionThere is a free plugin called Duplicator. Take a look. Basically you install the plugin and then ask it to create a backup/duplicate of your site. There will be two files that will be created. One of them is a php file which you will need to run in your new host and the other one is a zip file containing your entire site.