by Keiron | Oct 5, 2006 | Website Scripts
Q: How do I set the correct permission for configure.php files while installing an OsCommerce template? A: Please, do the following steps: Rename the “catalog/install” folder or delete it. Reset the permissions on...
by Keiron | Sep 23, 2006 | Computers
I’m looking at selling one of my older laptops (since I upgraded), and want to be sure that all the datan has been removed and can’t be retrieved (my business accounts etc.). Whilst looking for a solution I stumbled across DBAN on the SourceForge. DBAN...
by Keiron | Sep 23, 2006 | Linux
One of my servers was subjected to a SPAM attack again yesterday (via PHP using an insecure php mail() call I suspect). Thankfully the user was tracked down quickly and suspended. Leaving some 10,000 messages on the queue!! Digging out the Exim Cheatsheet that I...
by Keiron | Sep 12, 2006 | Hardware
In a previous post I was considering Network Storage – well I’ve bitten the bullett and here is the review of it! The Netgear SC101 is a fantastic piece of kit…. After my initial cock-up ordering a SATA drive instead of an IDE, I now have the toaster...
by Keiron | Aug 26, 2006 | Hardware
I’m concerned about the storage space I have available for the following reasons: a) I only have so much space on my laptop. b) I don’t want to leave the main machine booted all the while c) I don’t want a USB hard drive – as it’s another...
by Keiron | Aug 1, 2006 | Programming, Software
Creating – yesterday, tomorrow, last month etc. in PHP time can be a little time consuming – here are some quick cut and pastes! < ? $yesterday = mktime(0,0,0,date("m"),date("d")-1,date("Y")); $today = mktime(0,0,0,date("m"),date("d"),date("Y")); $tomorrow...
Recent Comments