grab our rss feed  WarpConduit on Facebook
WarpConduit.Net

Entries Tagged ‘php’

How to Enable PHP 5.3 on HostMonster Shared Web Hosting

You heard it right, you can now run PHP 5.3 applications on HostMonster. I’ve only testing this on HostMonster, but I would assume the same applies to BlueHost. Simply add this line to the beginning of your website’s root .htaccess file: AddHandler application/x-httpd-php53 .php After making this change you can test it using phpinfo() and [...]

Get File Extension with PHP + Benchmark Results

I know you’ve probably seen this topic a hundred times, and so have I, but this one has a different twist.  We already know that there are many ways to get the extension of a file, but which one is the fastest?  That’s what I’m going to address right now. Contenders In each of the [...]

Increase Image Upload File Size Limit on OpenCart 1.4.9.3

OpenCart’s default image upload size is 300KB and that is simply too small for clients that don’t have the knowledge to resize their images before uploading them. Although uploading digital camera images does use more bandwidth, sometimes it can not be avoided. To adjust the image upload size make the following changes around line 446 [...]

Automatic Category Images for OpenCart 1.4.9.3

The changes set forth below will cause OpenCart to assign a random product image from the category as the category image if one has not already been set. If the category contains no products, no_image.jpg will still display. Make the following changes around line 112 of catalog/controller/product/category.php. foreach ($results as $result) { if ($result[’image’]) { [...]

Page 1 of 3123