D
Deleted User
Guest
is there something like it because i have vista 64bit and it does not seem to work when i install it
Have you tried this? http://phrosty.phoenixlabs.org/pg2-rc1/#vista64andy249901 said:is there something like it because i have vista 64bit and it does not seem to work when i install it
FAST6191 said:Why would you want peer guardian?
If you really want such things just use the hosts file.
Pretty much what I use. but I do it from my router hacked with Tomato firmware. So any comp logged into that router is "protected"
Tomato Homepage
Tomato Wiki
Script
CODElogger WAN UP Script Executing
sleep 5
test -s /tmp/dlhosts
if [ $? == 1 ]; then
ÂÂÂÂecho -e "#!/bin/sh\nwget -O - http://www.mvps.org/winhelp2002/hosts.txt | grep 127.0.0.1 | sed -e '2,\$s/127.0.0.1/0.0.0.0/g' -e 's/[[:space:]]*#.*$//' > /etc/hosts\nlogger DOWNLOADED http://www.mvps.org/winhelp2002/hosts.txt\nkillall -1 dnsmasq" > /tmp/dlhosts
ÂÂÂÂchmod 777 /tmp/dlhosts
ÂÂÂÂ/tmp/dlhosts
fi
cru a Gethosts "45 23 * * 5 /tmp/dlhosts"
