Thread: blocked sites

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    136

    blocked sites

    hi all
    i blocked some sites like "mail.com"... so on..
    but there is some sites to open these blocked sites(eg: kproxy.com,calculatepie.com... like that).

    how these sites are opening..
    i think you people understand my thread.

    any help

    thank you

  2. #2
    Lean Mean Coding Machine KONI's Avatar
    Join Date
    Mar 2007
    Location
    Luxembourg, Europe
    Posts
    444
    Those are proxy sites, which means they basically act as a relay between the user and the server. If the access to the server is blocked but not the access to the proxy, the user can use the proxy (which he has access to) and tell the proxy to fetch for him data on the server, which are then send to the user by the proxy.

    user = A
    server = B
    proxy = C

    You blocked this:
    A -----> B

    This is allowed:
    A -----> C
    C -----> B

    thus, this is allowed:

    A -----> C -----> B

  3. #3
    Registered User
    Join Date
    Dec 2006
    Posts
    136
    Quote Originally Posted by KONI View Post
    Those are proxy sites, which means they basically act as a relay between the user and the server. If the access to the server is blocked but not the access to the proxy, the user can use the proxy (which he has access to) and tell the proxy to fetch for him data on the server, which are then send to the user by the proxy.

    user = A
    server = B
    proxy = C

    You blocked this:
    A -----> B

    This is allowed:
    A -----> C
    C -----> B

    thus, this is allowed:

    A -----> C -----> B
    how can i block these sites also, in my system..

  4. #4
    Lean Mean Coding Machine KONI's Avatar
    Join Date
    Mar 2007
    Location
    Luxembourg, Europe
    Posts
    444
    Block all the proxies in the world.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 01-23-2009, 07:37 AM
  2. Where do a task get "wakeuped", blocked, preempted?
    By micke_b in forum Linux Programming
    Replies: 4
    Last Post: 12-28-2007, 04:49 PM
  3. I'm bored - got any sites?
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 12-12-2003, 04:12 PM
  4. Shareware Sites - Updating Them
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 11-11-2002, 02:58 AM
  5. Blocked...Blocked
    By teresius in forum C Programming
    Replies: 4
    Last Post: 09-02-2001, 09:18 AM