We have finally moved to the new apartment. We still haves some stuff to pick up and we have to go get a rug today, but otherwise we are moved in. Th eonly weirdness is that some dude is living in the attic for a month, but I guess he doubles as a fixit man, so mayb eit will work out just fine.
I am sure (e:matthew) and I will post a million pics later today or tonight. I have to say I was quite impressed by Adelphia's service. The had us up and running by 10am today and we just moved in yesterday night.
Paul's Journal
My Podcast Link
12/30/2004 12:50 #31543
We're In12/28/2004 23:08 #31542
The pig Dog MouseSomethings just didn't make the cut for the move. The dog, pig, mouse that (e:lilho) made was one of them. I think it was supposed to have a head, but the eyes got glued on the neck by mistake.


12/28/2004 18:52 #31541
I packed my Office Space12/28/2004 14:15 #31540
My ebay daysI have found so much stuff when packing to move. I decided it was time to go through everything and backup before the move. While doing that I found all the banners I made for products I sold on ebay. I used to make so much money selling working computer parts that I salvaged from broken computers. If only I had time like that now.








12/28/2004 13:45 #31539
Bandwidth sucking wormLWP::Simple/5.65 is annoying and eating up bandwidth . If you have a site and are having similar problems here is some PHP code that will at least block it from getting to content.
if(substr_count("LWP::Simple", $_SERVER['HTTP_USER_AGENT']) != "0" ) {
exit;
}
if(substr_count("LWP::Simple", $_SERVER['HTTP_USER_AGENT']) != "0" ) {
exit;
}