I recently had a client who was using One.com webhosting and since their control panel offers no way to unzip files I wrote this little PHP script. Should work on other webhosts as well. Change file-name.zip with your filename.

Kirby is a great flat file CMS that I would recommend to anyone. I had to implement it to run alongside Magento, in a subdirectory on a NGINX server and this is the config file I used:

Errors encoutered: You must login to your root node and enabled these modules first: Then stop your container from the main node, with the following command (change number 100 with your VPS id): Next execute the following command to enable the modules for your VPS on startup (again replace 100 with your VPS id): Then…

Read More

I recently setup a VPS with Virtualmin for a Magento installation and was dissapointed to find out that centos6 does not come with the prepackaged mcrypt extension. The automated virtualmin installer had failed to include it so I had to find a way to install it. I tried yum install php-mcrypt but there was no…

Read More