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
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to get clients harddisk number or anything a unique value of client?

How to get clients harddisk number or anything a unique value of client?

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
23 Posts 6 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.
  • N N a v a n e e t h

    kuyucakli wrote:

    but i will not use cookie, session, ip address. i have to use a uniqe and fixed value of client.

    WHY? Using cookies is the obvious way to identify user has visited previously.

    Navaneeth How to use google | Ask smart questions

    K Offline
    K Offline
    kuyucakli
    wrote on last edited by
    #11

    because i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

    viva la commune

    1 Reply Last reply
    0
    • A Abhijit Jana

      You can Check Client IP For That . but here some problem may happend, if all the IP Pass thorugh a getway, then it will take the get ways IP.

      cheers, Abhijit

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

      its why i want get and use a unique value of client

      viva la commune

      A 1 Reply Last reply
      0
      • N N a v a n e e t h

        kuyucakli wrote:

        for example harddisk serial numbe

        You can't. If you can explain why you need this, probably we can provide some other suggestions.

        Navaneeth How to use google | Ask smart questions

        K Offline
        K Offline
        kuyucakli
        wrote on last edited by
        #13

        i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

        viva la commune

        E N 2 Replies Last reply
        0
        • K kuyucakli

          i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

          viva la commune

          E Offline
          E Offline
          eyeseetee
          wrote on last edited by
          #14

          Sometimes when surveys are done they actually put in a disclaimer saying that the survey may not reflect true public opinion. I think you are asking for too much by asking for 100% accuracte info.

          Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"

          1 Reply Last reply
          0
          • K kuyucakli

            its why i want get and use a unique value of client

            viva la commune

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #15

            I think only Authentication is only one purpose where you can identify the unique user. :-O Now even user create multiple account then ....:confused::confused: :zzz:

            cheers, Abhijit

            K 1 Reply Last reply
            0
            • K kuyucakli

              i will create a poll page. and bad users may want hack my poll. for example user can clear cookies or change ip adress... then i cant take real result. Its because i want use a unique value of client for take true results from my poll. Regards.

              viva la commune

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #16

              .netman is correct. Web surveys won't be 100% accurate.

              Navaneeth How to use google | Ask smart questions

              1 Reply Last reply
              0
              • A Abhijit Jana

                I think only Authentication is only one purpose where you can identify the unique user. :-O Now even user create multiple account then ....:confused::confused: :zzz:

                cheers, Abhijit

                K Offline
                K Offline
                kuyucakli
                wrote on last edited by
                #17

                no. i dont want use authentication. because i will build a politic poll. so users may dont want give mail address. i think i must build with javascript.. i m not sure..

                viva la commune

                A 1 Reply Last reply
                0
                • K kuyucakli

                  no. i dont want use authentication. because i will build a politic poll. so users may dont want give mail address. i think i must build with javascript.. i m not sure..

                  viva la commune

                  A Offline
                  A Offline
                  Abhijit Jana
                  wrote on last edited by
                  #18

                  but , as Navneeth and .netman suggest, web pool cant be 100% perfect

                  cheers, Abhijit

                  K 1 Reply Last reply
                  0
                  • A Abhijit Jana

                    but , as Navneeth and .netman suggest, web pool cant be 100% perfect

                    cheers, Abhijit

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

                    :) yes web poll cat be perfect. but if i dont what i want, some bad users visiting my site and selecting same option and impossible option being 70% rate. i dont want that again!

                    viva la commune

                    1 Reply Last reply
                    0
                    • K kuyucakli

                      hello friends. i have to get a unique value of client. (for example harddisk serial number) how i can do that? thanks.

                      viva la commune

                      W Offline
                      W Offline
                      W Balboos GHB
                      wrote on last edited by
                      #20

                      Every device connected to the internet has a MAC address - which is unique. However, even this can be faked by (temporarily) overriding a registry entry. This can, in fact, be used to fake nearly any identification method for your plan. The ability to flood a poll, or a forum, by a single user acting as "many" has been worked on for some time. You'll not outsmart this possibility as it keeps changing ahead of technology to catch it. Welcome to the Internet!

                      Ravings en masse^

                      "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                      "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                      Richard DeemingR 1 Reply Last reply
                      0
                      • W W Balboos GHB

                        Every device connected to the internet has a MAC address - which is unique. However, even this can be faked by (temporarily) overriding a registry entry. This can, in fact, be used to fake nearly any identification method for your plan. The ability to flood a poll, or a forum, by a single user acting as "many" has been worked on for some time. You'll not outsmart this possibility as it keeps changing ahead of technology to catch it. Welcome to the Internet!

                        Ravings en masse^

                        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                        "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                        Richard DeemingR Offline
                        Richard DeemingR Offline
                        Richard Deeming
                        wrote on last edited by
                        #21

                        Erm... you do realise you've just replied to a message from 2008, right? :doh:


                        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                        W 1 Reply Last reply
                        0
                        • Richard DeemingR Richard Deeming

                          Erm... you do realise you've just replied to a message from 2008, right? :doh:


                          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                          W Offline
                          W Offline
                          W Balboos GHB
                          wrote on last edited by
                          #22

                          Err - No. I didn't check. Ought I delete it?

                          Ravings en masse^

                          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                          "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                          Richard DeemingR 1 Reply Last reply
                          0
                          • W W Balboos GHB

                            Err - No. I didn't check. Ought I delete it?

                            Ravings en masse^

                            "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                            "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                            Richard DeemingR Offline
                            Richard DeemingR Offline
                            Richard Deeming
                            wrote on last edited by
                            #23

                            It doesn't really make much difference here - the message isn't dragged back to the top of the list, unlike QA. Just don't hold your breath waiting for a response! :D


                            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                            "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                            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