Entries by chameleon

What is this WordPress Message from the Hosting Companies

There are many shared hosting companies that are pulling there hair out due to increase traffic to WordPress websites. A well trusted company such as HEART INTERNET for example have put this message up:- Current System Status Access to WordPress Admin Fri, 12 Apr 2013 13:07:24 +0100 We are seeing increased traffic to a large […]

Create a password without a generator

To create a password you can use password generators or you can create a php file edited and upload this to your server. The file should contatin:- <?php // Password to be encrypted $clearTextPassword = ‘passwordplease’; // Encrypt password $password = crypt($clearTextPassword, base64_encode($clearTextPassword)); // Print encrypted password echo $password; ?> If you save this file […]

Raise money for Cancer Research

After the fund raising for Comic Relief 2013 we decided to more for charity and have setup a JustGiving Fund Raising webpage. https://www.justgiving.com/chameleonwebservices-cancersupport Please help us raise money for Cancer Research UK Charity Registration No. in England and Wales 1089464, Scotland SC041666 Cancer Research UK is the world’s leading charity dedicated to beating cancer through […]

On-Page Optimisation Tool

Every website need on-page optimisation and using our FREE tool you can check out a web page and you may be shocked by what you see. We have had feedback from users that had websites ranking before the Penguin and Panda updates and when they have used our tool it is clear to see that […]