Which Hosting Server you want to choose?

Having worked on so many customers’ projects on many different hosting servers, I realize that I need to write this article to help some of you who need to choose a hosting provider for your private or business website. I have the most experience with 1and1, BlueHost, Yahoo, and GoDaddy. I’m just saying from my experience using their Admin Control Panel, I’m not trying to advertise for any of these companies or whatsoever. If you don’t like what I say, too bad. Go figure it…

Continue reading »

New FTP Client released to use with new server version

I’ve been using WinSCP for years and today it seems like I can’t log into Yahoo and GoDaddy servers. I found out that GoDaddy & Yahoo have updated their servers that makes WinSCP V4.2.2 not compatible with those servers any more due to some special encryption type. I went to their website and downloaded the latest client, now I can be able to log in to those servers. Just click on Help menu and check your client version if you can’t log in to remote…

Continue reading »

How to move ZenCart to another server

I’ve moved so many Zen carts to many servers before, so this is my input to help out some developers out there trying to move a zencart over to another server environment. Check for version compatibility: Every Zencart has its version, check to make sure that the Zencart version is compatible with the PHPMySQL version where you want to move the cart to. Don’t proceed next step if the new server is not compatible to your old Zencart version. Try to download the latest or…

Continue reading »

How to use dynamic text in an html/htm page

Whether you have a Joomla, WordPress, or E-commerce website, updating the copyright year on your website may not be a legal requirement, but it’s a smart marketing method to prove that your business is active. Showing the year is especially important if you have a site without dates on its content. There’re many ways you can automatically refresh the copyright year by inserting a simple JavaScript or php script (see below) into your website’s html code, or you can manually change the year in the…

Continue reading »

Moving WP Database to another hosting server

After moving WP website to another server, you’ll try to login to Admin Control Panel, you might see this error “You do not have sufficient permissions to access this page.” This is how to fix it: UPDATE `{%TABLE_PREFIX%}usermeta` SET `meta_key` = replace(`meta_key`, ‘{%OLD_TABLE_PREFIX%}’,'{%NEW_TABLE_PREFIX%}’); UPDATE `{%TABLE_PREFIX%}options` SET `option_name` = replace(`option_name`, ‘{%OLD_TABLE_PREFIX%}’, ‘{%NEW_TABLE_PREFIX%}’);

Continue reading »