Closed Thread
Results 1 to 13 of 13

Thread: How can I retrieve the downloading computer data?

  1. #1
    Junior Member adamson is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    4

    Wink How can I retrieve the downloading computer data?

    Hello everyone,
    How can I make my page retreive the essential data of the computer which downloads Trial applications offered on the page, namely (IP number, HD number, computer name, Windows user name).
    Thanks a lot

  2. #2
    Doot Do Do Do bigperm is a name known to allbigperm is a name known to allbigperm is a name known to allbigperm is a name known to allbigperm is a name known to allbigperm is a name known to allbigperm is a name known to all bigperm's Avatar
    Join Date
    Apr 2001
    Location
    mmmhmmm
    Posts
    3,033
    Why would you want to do that?
    ---

  3. #3
    FWS Addict brutetal is an unknown quantity at this point
    Join Date
    Mar 2006
    Location
    CA
    Posts
    505
    uhh... terrible hacker!!! lol

    Divinity Host http://divinityhost.net - Free, Shared, & Reseller Hosting or even Pay for what you use!

  4. #4
    Senior Member rolly is an unknown quantity at this point
    Join Date
    May 2005
    Posts
    105
    Quote Originally Posted by adamson View Post
    Hello everyone,
    How can I make my page retreive the essential data of the computer which downloads Trial applications offered on the page, namely (IP number, HD number, computer name, Windows user name).
    Thanks a lot
    Well, thats pretty easy for a few variables like IP, Computer name etc, if not for all you may think of.
    In case you work in ASP use Request.ServerVariables collection,
    and for php use $_SERVER array,
    for .net use System.Web.HttpRequest.ServerVariables collection.

  5. #5
    Larger than life Richard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to behold
    Join Date
    Feb 2006
    Location
    England
    Posts
    4,131
    adamson,

    Without the user downloading an applet, there is no way you can get the computer "name" or the hard drive number/size, you cannot even get the windows username.

    It could be done in java, but the user would have to agree to run it.
    Quote Originally Posted by PHPRalph View Post
    Greetings?!?!
    Condign got to this part and am looking saucy to chilling gone from concluded here and hainging with all

  6. #6
    Junior Member adamson is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    4
    Hello bigperm,
    I am intending to offer free software download. Hopping in this way to trace them that they get not traded or offered through other sources. The idea is that the software will work only on the computer it download it.
    Thanks for your interest, welcoming any comments or soutions

  7. #7
    Junior Member adamson is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    4
    Hi Rolly,
    Thank you very much for your respond, it encouaged me to continue the search as long as the target seems approachable and not impossible. Adamson

  8. #8
    Junior Member adamson is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    4
    Hello Hosting-shac,
    Thank you for the valuable information. You mentioned Java, Is it possible to manage it with Javascript? Thanks

  9. #9
    Larger than life Richard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to beholdRichard is a splendid one to behold
    Join Date
    Feb 2006
    Location
    England
    Posts
    4,131
    Quote Originally Posted by adamson View Post
    Hello Hosting-shac,
    Thank you for the valuable information. You mentioned Java, Is it possible to manage it with Javascript? Thanks
    No. A java applet needs to be loaded on the computer of the person you wish to get the information about. JavaScript does not have that functionality.
    Quote Originally Posted by PHPRalph View Post
    Greetings?!?!
    Condign got to this part and am looking saucy to chilling gone from concluded here and hainging with all

  10. #10
    Senior Member Subhash has disabled reputation Subhash's Avatar
    Join Date
    Jan 2007
    Posts
    228
    I am not so sure about the funtionality of Java. But as much to PHP, all you need is not possible, since it is a server side language, you a can only get informations which your browser sends to the server. You can definitely get the IP address. Use $_SERVER['REMOTE_ADDR'] variable to get the ip of the visitor.

  11. #11
    FWS Addict fireshark will become famous soon enough fireshark's Avatar
    Join Date
    Mar 2005
    Location
    port 80
    Posts
    878
    You will want to look into proetction that works on the client side a la activation functions, google for eLicense

  12. #12
    #anonymous Decker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond reputeDecker has a reputation beyond repute Decker's Avatar
    Join Date
    Dec 2003
    Location
    West Yorkshire, Englandshire
    Posts
    10,145
    Let's cut it for IE you need activeX for others Java, but again you need permission to run it.
    /\__/\ We Do Not Forgive!
    (- o *) We Do Not Forget!
    (")_(") Expect Us!
    IT Help for everyone @ Scotia-IT.com - when it's finished

  13. #13
    Junior Member fl00d is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    16
    why don't you just check your server logs?

Closed Thread

Bookmarks

Posting Permissions

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