Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Question

  1. #11
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    here are 2 files i wrote to make it easier...well i dont know how much easier it makes things but i had fun doing it.

    USE"

    hostc: enter "hostc badsitename.com" in the run box and it writes "127.0.0.1 badsitename.com" to "c:\winnt\system\drivers\etc\hosts"

    hosts: writes the same thing but using a console interface. it also allows you edit hosts or check to see if you've already blocked a server.

    i suppose you could just use a batch file:

    host.bat
    __________________

    @echo 127.0.0.1 %1 >>c:\winnt\system\drivers\etc\hosts

    -----------------------------

    this would be used the same way hostc is used. in the RUN box or at a command prompt enter "host microsoft.com". As long as you put the file in your path.
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  2. #12
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    the hosts file also helps on high traffic days. if you add you favorit sites to it with their actual ip addys you skip the step of using a name server to get the ip addy so your pages load faster. this is especially usfull when NS's are under DDoS attack.
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  3. #13
    I would suggest u get a AV software if u don't have any or quickly get a update it seems like your comp has Qhosts virus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •