A Challenging Puzzle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamesicus
    New Member
    • Jul 2007
    • 37

    A Challenging Puzzle

    Here is a challenging puzzle:



    James
    Pickering Pages
    Web Page Authoring
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Well, that's cute. I didn't figure it out right away though I was on the right track. Maybe I'll look again later.

    Comment

    • Andelys
      New Member
      • Aug 2007
      • 47

      #3
      I beatet it! Damn I did it! :D

      It took me about 25 mins to solve it, BUT i did :D

      Comment

      • Andelys
        New Member
        • Aug 2007
        • 47

        #4
        Actually is was quiet easy if you write all the javascript in a textbox.

        I wrote this small program in python, just to get the html souce because Firefox wouldn't display the source:
        Code:
        import urllib
        a = raw_input("URL: ")
        
        b = urllib.urlopen(a)
        open("source.html", "wb").write(b.read())
        Try if you can solve it. It's quiet fun :D

        Comment

        • jamesicus
          New Member
          • Jul 2007
          • 37

          #5
          Send me the hidden message via PM and I'll tell you if you got it right -- then I will reply via PM and tell you how to solve it in 10 seconds using Firefox.

          JP

          Comment

          • Andelys
            New Member
            • Aug 2007
            • 47

            #6
            Originally posted by jamesicus
            Send me the hidden message via PM and I'll tell you if you got it right -- then I will reply via PM and tell you how to solve it in 10 seconds using Firefox.

            JP
            You don't think i am so stupit, don't you?

            Comment

            • jamesicus
              New Member
              • Jul 2007
              • 37

              #7
              Originally posted by Andelys
              You don't think i am so stupit, don't you?
              I don't know what you mean, Andelys -- please clarify.

              JP

              Comment

              • Andelys
                New Member
                • Aug 2007
                • 47

                #8
                Originally posted by jamesicus
                I don't know what you mean, Andelys -- please clarify.

                JP
                I'm saying that i don't beleave that you have solved it..

                Comment

                • drhowarddrfine
                  Recognized Expert Expert
                  • Sep 2006
                  • 7434

                  #9
                  Originally posted by Andelys
                  I'm saying that i don't beleave that you have solved it..
                  Um, he created the puzzle so I think he has the solution at hand.

                  Comment

                  • jamesicus
                    New Member
                    • Jul 2007
                    • 37

                    #10
                    Originally posted by Andelys
                    I'm saying that i don't beleave that you have solved it..
                    That is easily resolved -- I will PM the hidden message to drhowarddrfine -- you do the same. OK?

                    JP

                    Comment

                    • jamesicus
                      New Member
                      • Jul 2007
                      • 37

                      #11
                      Originally posted by drhowarddrfine
                      Um, he created the puzzle so I think he has the solution at hand.
                      PM sent to you containing the hidden message solution,dear sir.

                      JP

                      Comment

                      Working...