Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Web Programming Question  (Read 1117 times)

0 Members and 1 Guest are viewing this topic.

JamIt

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 155
  • Last login:June 17, 2011, 03:27:07 pm
  • I want my own arcade controls!
Web Programming Question
« on: December 03, 2003, 09:17:02 am »
Before I begin, just wanted to share that is question is not for 'hacking' or any malicious reasons.

Alright, does anyone know if its possible to return the volume id of a drive on a client machine from a web page.  Namely an active server page.  My company is trying to track usage of our COM objects that are serving info to some web pages.

I know there is a fella somewhere on these boards that posts the clients IP address (and other client info) in their sig.

Thanks,
JamIt

bionicbadger

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 248
  • Last login:October 01, 2012, 10:37:26 am
  • Big Deal
    • Mame Cabinet Page
Re:Web Programming Question
« Reply #1 on: December 03, 2003, 10:44:53 am »
ITs easy to return the IP information and requesting client information since that information is sent to your web server anyway.  Client machines don't ever send their drive volume info for any reason that I know of, you would need a specific request for that, and it is probably doable if you write some really invasive java code and the clients actually allow it to run with really low security settings.

rampy

  • *shrug*
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2910
  • Last login:March 02, 2007, 11:32:16 am
  • ...as useless as a JPG is to Helen Keller
    • Build Your Own PVR
Re:Web Programming Question
« Reply #2 on: December 03, 2003, 11:08:04 am »
Before I begin, just wanted to share that is question is not for 'hacking' or any malicious reasons.

Alright, does anyone know if its possible to return the volume id of a drive on a client machine from a web page.  Namely an active server page.  My company is trying to track usage of our COM objects that are serving info to some web pages.

I know there is a fella somewhere on these boards that posts the clients IP address (and other client info) in their sig.

Thanks,
JamIt

So what you are looking for is essentially to have us show you how to build spyware =)

There's got to be a better way for you to figure out/track usage of your product.  Like surveys, email registration, unlock codes (even if free)...  automated reporting is usually frowned upon...

You (your company that is) might want to rethink it's approach to market penetration research =)

rampy

PS that's just my opinion...

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:July 17, 2025, 11:04:07 pm
  • The Bears Still Suck!
Re:Web Programming Question
« Reply #3 on: December 03, 2003, 02:18:22 pm »
I know there is a fella somewhere on these boards that posts the clients IP address (and other client info) in their sig.

That's just a script displaying HTTP vars.   There are many things an HTTP connection stores.

As for what you want, yeah, it's frowned upon unless the you make a point to document it well and let the user know it;s happening.

I agree, there has to be a better way.  Why would you need the volume id?  Going to scan it for your stuff.  That would DEFINATELY be a big no no.

screaming

  • Sweet! I'mma go make me some popovers!
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2124
  • Last login:August 14, 2019, 03:15:34 pm
  • Registered lUser
    • shift eight (*) generation
Re:Web Programming Question
« Reply #4 on: December 03, 2003, 02:38:03 pm »
Before I begin, just wanted to share that is question is not for 'hacking' or any malicious reasons.

Alright, does anyone know if its possible to return the volume id of a drive on a client machine from a web page.  Namely an active server page.  My company is trying to track usage of our COM objects that are serving info to some web pages.

I know there is a fella somewhere on these boards that posts the clients IP address (and other client info) in their sig.

Thanks,
JamIt

  Yeah, you could do this pretty easily using ActiveX plugin. The user would be prompted asking if they wanted to run the control or not though, so you'd have issues if you wanted to do it covertly.. But as other people have stated, if you do this without letting the user know you are doing it one way or another, you will be joining the ranks of Gator and DoubleClick (and no, it's not a happy place to be) whether it was malicious or not.

  Keep it REAL, and don't contribute to the deliquency of the web.

/Steve

JamIt

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 155
  • Last login:June 17, 2011, 03:27:07 pm
  • I want my own arcade controls!
Re:Web Programming Question
« Reply #5 on: December 03, 2003, 04:53:50 pm »
Thanks for the info fellas.  Honestly, no malicious intent here.  My company licenses out various COM objects and we use the volume id to validate usage.  Some fellow coworkers felt we could use same techniques for the websites that we deliver.  I had a feeling it was going the the spyware road.
Thanks for the confirmation,
JamIt