Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Detecting net nanny

    You could always do that in reverse.

    If you set PICS ratings on your pages that contain profanity, it will help
    IE, NetNanny, CyberPatrol do their job.

    It's fair easier to basically say: this page might have some nasty stuff on
    it, and let them work out how to deal with it, rather than them telling you
    the rules, and you having to deal with it.

    Paul
    "Brian W" <brianw@gold_death_2_spam_rush.com> wrote in message
    news:u8ynsM9RDHA.560@TK2MSFTNGP10.phx.gbl...
    > I was just wondering...
    >
    > Is there any way to detect the rating limits set in a browser or if it is
    > running something like Net Nanny?
    >
    > If this is possible I would like to have something that would change the
    > content of a page. For example, if I have the phrase:
    > I don't give a shit!
    >
    > I would like to detect the rating limit, and/or the existence of something
    > like Net Nanny then change the phrase to:
    > I don't give a crap!
    >
    > Or just eliminate it altogether. For that matter I could just
    automatically
    > redirect if the ratings are in place.
    >
    > Thanks for your advice.
    >
    >
    > Regards
    > Brian W
    >
    >

    Paul Guest

  2. Similar Questions and Discussions

    1. Detecting when FMS goes down?
      I have read thru the livedocs and I am trying to develop a strategy for determining if an FMS server goes down WITHOUT USING AN SWF. Is there anyway...
    2. Detecting Javascript via ASP
      Hi All I want to print a message on the first page if a client's browser doesn't have JavaScript enabled. To do this I used the following code:...
    3. detecting ip address ?
      how can i detect the users ip address in PHP?? thanks
    4. help with detecting IP settings
      Hi, I was wondering if anyone could help me on this one. I have this Sun system which I somehow do not have keyboard or mouse, or display...
    5. [PHP] detecting referer
      What is the best way, using php, to detect information about the referrer to a page. Is this possible/difficult using PHP? Please take the...
  3. #2

    Default RE: Detecting net nanny

    Hello Brian,

    I don't think there is anyway to detect client browser's rating limit settings in server side. You could refer to
    GetServerVariable() API for almost all the server variables that could be got.

    Thanks.

    Best regards,
    yhhuang
    VS.NET, Visual C++
    Microsoft

    This posting is provided "AS IS" with no warranties, and confers no rights.
    Got .Net? [url]http://www.gotdotnet.com[/url]
    --------------------
    !From: "Brian W" <brianw@gold_death_2_spam_rush.com>
    !Subject: Detecting net nanny
    !Date: Fri, 11 Jul 2003 10:37:53 -0700
    !Lines: 23
    !X-Priority: 3
    !X-MSMail-Priority: Normal
    !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    !Message-ID: <u8ynsM9RDHA.560@TK2MSFTNGP10.phx.gbl>
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !NNTP-Posting-Host: dsl-107.goldrush.com 206.171.170.107
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:158605
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !I was just wondering...
    !
    !Is there any way to detect the rating limits set in a browser or if it is
    !running something like Net Nanny?
    !
    !If this is possible I would like to have something that would change the
    !content of a page. For example, if I have the phrase:
    ! I don't give a shit!
    !
    !I would like to detect the rating limit, and/or the existence of something
    !like Net Nanny then change the phrase to:
    ! I don't give a crap!
    !
    !Or just eliminate it altogether. For that matter I could just automatically
    !redirect if the ratings are in place.
    !
    !Thanks for your advice.
    !
    !
    !Regards
    !Brian W
    !
    !
    !


    Yan-Hong Huang[MSFT] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139