Friday Tech Deals : Laptop and Desktop Hard Drives
Great prices on Serial ATA desktop and laptop hard drives.
Coupons : 20% off coupon code 7XRCSVHMT9VDL0 and additional 10% off coupon 7LXC0FZZR54P3X.
Western Digital 500GB SATA 3Gb/s Hard Drive 8MB 5400RPM 2.5IN Scorpio Blue (WD5000BEVT)
$72
Western Digital 320GB SATA 3Gb/s Hard Drive 8MB 5400RPM 2.5IN Scorpio Blue (WD3200BEVT) $43

Dell Hard Drive
Desktop Hard Drives
Western Digital 640GB SATA 3Gb/s Hard Drive 16MB IntelliPower 3.5IN Caviar Green (WD6400AACS) $49
Western Digital 640GB SATA 3Gb/s Hard Drive 16MB 7200RPM 3.5IN Caviar Blue (WD6400AAKS) $50
Western Digital 750GB SATA 3Gb/s Hard Drive 32MB IntelliPower 3.5IN Caviar Green (WD7500AADS) $55
Western Digital 750GB SATA 3Gb/s Hard Drive 32MB 7200RPM 3.5IN Caviar Black (WD7501AALS) $56
Friday Tech Deals
Software
Microsoft Office Home and Student 2007 : $60 with free shipping
$70 – $10 code EMCLWNL22 = $60 with free shipping.
Installing Zend on 1and1 Shared Hosting
Step by step instructions for getting, installing, and running Zend Optimizer on 1and1 shared hosting accounts. These instructions are specific for those of you trying to get StoreStacker to run, but should be useful for other software scrips.
- Go to http://www.zend.com/en/products/guard/downloads
(site may require that you sign up – it’s free) - Tic the circle in front of Zend Optimizer v3.3
- Select package Linux x86 (32bit) version
- Download
- Unzip/untar the file on your PC which creates a folder named ZendOptimizer-3.3.3-linux-glibc23-i386
- Open ZendOptimizer-3.3.3-linux-glibc23-i386
- Open Data folder
- Open 5_2_x_comp folder
(the 5.2.x matches your PHP version)You should see this file: ZendOptimizer.so 1,381 KB
(1.34 MB (1,413,630 bytes) - Upload that file to your 1and1 root directory
- Create a php.ini file
(I use a text editor like notepad or textpad)
Add the following lines:zend_optimizer.optimization_level=15
zend_extension=/homepages/xx/dxxxxxxxxx/htdocs/ZendOptimizer.so(replace the x’s with your location)
- Upload php.ini to your 1and1 root directory
- Upload php.ini to the root of the directory that you installed StoreStacker
PHP 5 on 1and1 Shared Hosting
This is the simple way to run PHP 5 on your 1and1 Linux shared hosting account.
1and1 gives you the choice of running PHP 4 or 5 on your sites and scripts.
The default (due to Apache) throughout your server will be PHP4.
To tell Apache to use PHP 5 instead of PHP 4 for the extension .php, you must add a few lines to your .htaccess file. The instructions will affect the directory the .htaccess is placed in and all sub-directories under it.
Add the following lines to your .htaccess file.
x-mapp-php5 .php
AddType x-mapp-php5 .php
