Tools Download Page

 

Online Store Stats

 

Telus Referral Program

 

PayPal Referral Link for Credit

 Sign up for PayPal and start accepting credit card payments instantly.

 

Wizard Tools

Adobe 6

Power Chute Personal Version 2.0

Print Key  - Screen Capture Util

My Printer - Display of Active Printer on a System

DNS2GO Client Download

Netmeeting (win98) Download

Remote Desktop Client for Win 98

For Netmeeting on WinXP use 'Conf.exe'

Kingston USB Drive RAM Driver

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

 

Socan - Music Tariffs

 

Btuner IE Favorites

 

Shopping Catalogue Test

 Shopping Search Test

 Shopping Advanced Search

Payment Successful Page

Payment Unsuccessful Page

 

Sat1

Sat2

Sat3

 

 

 

 

<% /* 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 */ %>