Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Other Discussions
  3. The Back Room
  4. Lesson of the Day

Lesson of the Day

Scheduled Pinned Locked Moved The Back Room
architecture
20 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C ColinDavies

    I've heard it before, but somehow I think this story has a personal meaning for you, eh. Regardz Colin J Davies

    Sonork ID 100.9197:Colin

    You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #11

    Nah - I just thought it was a cute story :) cheers, Chris Maunder

    1 Reply Last reply
    0
    • D David Wulff

      I must ask, what is that an image of in your sig? To me it looks like a cartoon turnip reaching for the telephone. :~


      David Wulff http://www.davidwulff.co.uk

      K Offline
      K Offline
      KaRl
      wrote on last edited by
      #12

      Why do you need a cookie ?:confused: (http://www.daviwullf.co.uk/cpsig/?o=0|0|4|o)


      Angels banished from heaven have no choice but to become demons Cowboy Bebop

      D 1 Reply Last reply
      0
      • K KaRl

        David Wulff wrote: I must ask, what is that an image of in your sig She's a girl I'm in love with, Faye Valentine[^] ;) [edit] and please be polite, when speaking about her ;P [/edit]


        Angels banished from heaven have no choice but to become demons Cowboy Bebop

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #13

        KaЯl wrote: She's a girl I'm in love with, Faye Valentine Karl, You REALLY need to get out more often...:) A pity you're not in NYC - I'd even volunteer to take you out for a beer! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

        K 1 Reply Last reply
        0
        • K KaRl

          Why do you need a cookie ?:confused: (http://www.daviwullf.co.uk/cpsig/?o=0|0|4|o)


          Angels banished from heaven have no choice but to become demons Cowboy Bebop

          D Offline
          D Offline
          David Wulff
          wrote on last edited by
          #14

          Eh? I'm not using any cookies there.


          David Wulff http://www.davidwulff.co.uk

          K 1 Reply Last reply
          0
          • J Jim Crafton

            KaЯl wrote: She's a girl I'm in love with, Faye Valentine Karl, You REALLY need to get out more often...:) A pity you're not in NYC - I'd even volunteer to take you out for a beer! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

            K Offline
            K Offline
            KaRl
            wrote on last edited by
            #15

            They are plenty of pretty girls here too :-D (But I keep your invitation in mind, just in case ;)) The difference is virtual girls won't ever disappoint me :((


            Angels banished from heaven have no choice but to become demons Cowboy Bebop

            1 Reply Last reply
            0
            • D David Wulff

              Eh? I'm not using any cookies there.


              David Wulff http://www.davidwulff.co.uk

              K Offline
              K Offline
              KaRl
              wrote on last edited by
              #16

              I've got this message from IE, on the privacy report: "Some cookies have been blocked" When your sig is displaying, a warning is displayed in the 3rd pane of IE's status bar (IE 6).


              Angels banished from heaven have no choice but to become demons Cowboy Bebop

              D 1 Reply Last reply
              0
              • K KaRl

                I've got this message from IE, on the privacy report: "Some cookies have been blocked" When your sig is displaying, a warning is displayed in the 3rd pane of IE's status bar (IE 6).


                Angels banished from heaven have no choice but to become demons Cowboy Bebop

                D Offline
                D Offline
                David Wulff
                wrote on last edited by
                #17

                Well I can assure you there is nothing there which either sets or gets cookies, and I haven't seen any privacy warnings in IE for it. It might be something to do with the - do you get it for the other people's sigs that use the <iframe> laoding trick? <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var strParentURL = String(Request.ServerVariables("HTTP_REFERER")); var bIsRatedPG13 = Boolean(strParentURL.indexOf("forumid=2605") == -1 && !(String(Request.QueryString("PG13")) == "False")); var oConnection = Server.CreateObject("ADODB.Connection"); oConnection.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + Server.MapPath("..\\..\\db\\cpquotes.mdb")); var oRecordSet = Server.CreateObject("ADODB.Recordset"); oRecordSet.Open("SELECT Count([PG13]) AS [NumQuotes] FROM [Quote] GROUP BY [PG13] HAVING [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nNumQuotes = Number(oRecordSet("NumQuotes")); oRecordSet.Close(); oRecordSet.Open("SELECT * FROM [Quote] WHERE [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nQuoteToUse = Math.ceil((nNumQuotes) * Math.random()); var strQuote = "", strBy = "", strLink = ""; var i = 0; while (!oRecordSet.Eof) { i++; if (i == nQuoteToUse) { strQuote = String(oRecordSet("Text")); strBy = String(oRecordSet("By")) != "null" ? String(oRecordSet("By")) : ""; strLink = String(oRecordSet("Link")) != "null" ? String(oRecordSet("Link")) : ""; break; } oRecordSet.MoveNext; } oRecordSet.Close(); oConnection.Close(); // get the document href and remove everything but the querystring var strOptions = String(Request.ServerVariables("QUERY_STRING")); strOptions = strOptions.replace("o=", ""); strOptions = strOptions.replace("&PG13=False", ""); var nHumour = Number(strOptions.substr(0, 1)); var nAnger = Number(strOptions.substr(2, 1)); var nSincerity = Number(strOptions.substr(4, 1)); var strImg = String(strOptions.substr(6, 1)); // check we have valid values, else revert to default again if (0 < nHumour > 5) nHumour = 3; if (0 < nAnger > 5) nAnger = 0; if (0 < nSincerity > 5) nSincerity = 1; if (strImg == "m") strImage = "<img src=\"cpbob_mad"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"75\">"; else if (strImg == "i") strImage = "<img src=\"cpbob_ill"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"</x-turndown>

                J K 2 Replies Last reply
                0
                • D David Wulff

                  Well I can assure you there is nothing there which either sets or gets cookies, and I haven't seen any privacy warnings in IE for it. It might be something to do with the - do you get it for the other people's sigs that use the <iframe> laoding trick? <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var strParentURL = String(Request.ServerVariables("HTTP_REFERER")); var bIsRatedPG13 = Boolean(strParentURL.indexOf("forumid=2605") == -1 && !(String(Request.QueryString("PG13")) == "False")); var oConnection = Server.CreateObject("ADODB.Connection"); oConnection.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + Server.MapPath("..\\..\\db\\cpquotes.mdb")); var oRecordSet = Server.CreateObject("ADODB.Recordset"); oRecordSet.Open("SELECT Count([PG13]) AS [NumQuotes] FROM [Quote] GROUP BY [PG13] HAVING [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nNumQuotes = Number(oRecordSet("NumQuotes")); oRecordSet.Close(); oRecordSet.Open("SELECT * FROM [Quote] WHERE [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nQuoteToUse = Math.ceil((nNumQuotes) * Math.random()); var strQuote = "", strBy = "", strLink = ""; var i = 0; while (!oRecordSet.Eof) { i++; if (i == nQuoteToUse) { strQuote = String(oRecordSet("Text")); strBy = String(oRecordSet("By")) != "null" ? String(oRecordSet("By")) : ""; strLink = String(oRecordSet("Link")) != "null" ? String(oRecordSet("Link")) : ""; break; } oRecordSet.MoveNext; } oRecordSet.Close(); oConnection.Close(); // get the document href and remove everything but the querystring var strOptions = String(Request.ServerVariables("QUERY_STRING")); strOptions = strOptions.replace("o=", ""); strOptions = strOptions.replace("&PG13=False", ""); var nHumour = Number(strOptions.substr(0, 1)); var nAnger = Number(strOptions.substr(2, 1)); var nSincerity = Number(strOptions.substr(4, 1)); var strImg = String(strOptions.substr(6, 1)); // check we have valid values, else revert to default again if (0 < nHumour > 5) nHumour = 3; if (0 < nAnger > 5) nAnger = 0; if (0 < nSincerity > 5) nSincerity = 1; if (strImg == "m") strImage = "<img src=\"cpbob_mad"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"75\">"; else if (strImg == "i") strImage = "<img src=\"cpbob_ill"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"</x-turndown>

                  J Offline
                  J Offline
                  James T Johnson
                  wrote on last edited by
                  #18

                  Could it be caused by IIS (or whatever ASP server your host uses) trying to set a session cookie? James "It is self repeating, of unknown pattern" Data - Star Trek: The Next Generation

                  D 1 Reply Last reply
                  0
                  • D David Wulff

                    Well I can assure you there is nothing there which either sets or gets cookies, and I haven't seen any privacy warnings in IE for it. It might be something to do with the - do you get it for the other people's sigs that use the <iframe> laoding trick? <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var strParentURL = String(Request.ServerVariables("HTTP_REFERER")); var bIsRatedPG13 = Boolean(strParentURL.indexOf("forumid=2605") == -1 && !(String(Request.QueryString("PG13")) == "False")); var oConnection = Server.CreateObject("ADODB.Connection"); oConnection.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + Server.MapPath("..\\..\\db\\cpquotes.mdb")); var oRecordSet = Server.CreateObject("ADODB.Recordset"); oRecordSet.Open("SELECT Count([PG13]) AS [NumQuotes] FROM [Quote] GROUP BY [PG13] HAVING [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nNumQuotes = Number(oRecordSet("NumQuotes")); oRecordSet.Close(); oRecordSet.Open("SELECT * FROM [Quote] WHERE [PG13]=" + (bIsRatedPG13 ? "True" : "False"), oConnection, 0, 1); var nQuoteToUse = Math.ceil((nNumQuotes) * Math.random()); var strQuote = "", strBy = "", strLink = ""; var i = 0; while (!oRecordSet.Eof) { i++; if (i == nQuoteToUse) { strQuote = String(oRecordSet("Text")); strBy = String(oRecordSet("By")) != "null" ? String(oRecordSet("By")) : ""; strLink = String(oRecordSet("Link")) != "null" ? String(oRecordSet("Link")) : ""; break; } oRecordSet.MoveNext; } oRecordSet.Close(); oConnection.Close(); // get the document href and remove everything but the querystring var strOptions = String(Request.ServerVariables("QUERY_STRING")); strOptions = strOptions.replace("o=", ""); strOptions = strOptions.replace("&PG13=False", ""); var nHumour = Number(strOptions.substr(0, 1)); var nAnger = Number(strOptions.substr(2, 1)); var nSincerity = Number(strOptions.substr(4, 1)); var strImg = String(strOptions.substr(6, 1)); // check we have valid values, else revert to default again if (0 < nHumour > 5) nHumour = 3; if (0 < nAnger > 5) nAnger = 0; if (0 < nSincerity > 5) nSincerity = 1; if (strImg == "m") strImage = "<img src=\"cpbob_mad"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"75\">"; else if (strImg == "i") strImage = "<img src=\"cpbob_ill"+(bIsRatedPG13 ? "" : "_18")+".gif\" alt=\""+(bIsRatedPG13 ? "Bob" : "X-rated Bob (adult content)")+"\" width=\"51\" height=\"</x-turndown>

                    K Offline
                    K Offline
                    KaRl
                    wrote on last edited by
                    #19

                    It's the first time I notice this privacy report, but it doesn't mean it's the first time. In IE options, I set the privacy parameter quiet high (3rd level from the top). Perhaps by trying this configuration you could get the same warning ? [edit] moreover, after authorizing the cookie and reloading the page, I don't have the warning again but I don't have any cookie either on my HD!:wtf::~ [/edit]


                    Angels banished from heaven have no choice but to become demons Cowboy Bebop

                    1 Reply Last reply
                    0
                    • J James T Johnson

                      Could it be caused by IIS (or whatever ASP server your host uses) trying to set a session cookie? James "It is self repeating, of unknown pattern" Data - Star Trek: The Next Generation

                      D Offline
                      D Offline
                      David Wulff
                      wrote on last edited by
                      #20

                      I don't think so, I haven't noticed it elsewhere. :~


                      David Wulff http://www.davidwulff.co.uk

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups