Expression engine is a CMS based on the ever popular PHP Framework “CodeIgniter”. Basically meaning that anything you can create in codeigniter can be created or developed for Expression Engine. Below is a form built into a template file in Expression Engine 2. Copy the code paste it into a template and try out the […]
Month: September 2010
Stop image hotlinking using an htaccess file
Other websites linking to images on your website can cause a considerable increase of your bandwidth usage especially if that website has tons of visitors. The below script stops images from your website showing on other websites. Thus if someone is linking directly to an image on your website it will not show on there […]
Mysql query to search and replace a string in your database
When moving a wordpress website from one server to another it is almost never necessary to do any database updates but when your moving your wordpress website and it is under a new domain name. The below query will come in handy as it allows you to find and replace any information in your database.