Tools Download Page
Telus Referral Program
PayPal Referral Link for Credit
Power Chute Personal Version 2.0
Print Key - Screen Capture Util
My Printer - Display of Active Printer on a System
Remote Desktop Client for Win 98
For Netmeeting on WinXP use 'Conf.exe'
PKUNZIP (Dos Version)
VB6 Run Time - MS Link
Norton Symantec NOPDB.exe Disable due to system loading
Rthdcpl.exe - Illegal System DLL Relocation - Fix
Not Enough Server Storage - cannot access shared drives
Acer Battery Recall Website Link
Shopping Catalogue Test
<% /* add web stats to sql database added by David LaHay 03.25.2004 */ $linkid = mysql_connect("69.49.230.13","dlahay_webstat","vbn789") ; print "test" if ($linkid == FALSE ) { print "Connection to Database Failed"; die; } $result = mysql_select_db("dlahay_stats", $linkid ); If ($result == FALSE ) { Print "Could not select database"; die; } $thedate = date("m.d.Y"); $thedate = addslashes($thedate); $thetime = date(h.":".m.":".s." ".A); $thetime = addslashes($thetime); $thewebpage = "tools.htm"; $thewebpage = addslashes($thewebpage); $theip = "unknown"; $theip = addslashes($theip); $result = mysql_query("INSERT INTO webstat ( date, time, webpage, ip ) VALUES ('$thedate', '$thetime', '$thewebpage', '$theip')", $linkid); If ($result == FALSE ) { Print "Could not write to database"; die; } mysql_close($linkid); /* end add web stats to sql database added by David LaHay 03.25.2004 */ %>