Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: How did they do this?

  1. #11
    what, was my analysis incorrect?
    Hey there, chaps! Being mexican-american, I don\'t really think I have the racial background to say that...Oh well, visit our site at www.evilcorp.tk
    Don\'t expect any content...for a few weeks!

  2. #12
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    Coder Puffin:

    I think you were correct in your analysis.

    I have multiple drives and it opened them both.

    When I first looked at the code, thats what I figured it did.

    It just takes advantage of code that works with WMP.

    I bet if you were to do that on a machine without WMP, it wouldn't do anything.

  3. #13
    Junior Member
    Join Date
    Mar 2002
    Posts
    4
    youall noticed that you got your free cup holder

  4. #14
    Junior Member
    Join Date
    Feb 2003
    Posts
    27
    Here's my question. Coder....where can I get a list of these applications that M$ has defined for their own amusement and ours? >grins<
    [shadow]Who cares if it works, I just want to know WHY![/shadow]

  5. #15
    Senior Member
    Join Date
    Mar 2003
    Posts
    372
    well it didn't work on my PC at work. I tried it first in Opera, which I'm sure is the reason it didn't work the first time

    So I tried it in IE 5 on a 2k machine and it didn't work there either. Perhaps it needs IE 6 to pull this stunt off? I'm no programmer so I don't have a clue what's needed for this to work correctly.

    Give a man a match and he will be warm for a while, light him on fire and he will be warm for the rest of his life.

  6. #16
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    well it didn't work on my PC at work. I tried it first in Opera, which I'm sure is the reason it didn't work the first time

    So I tried it in IE 5 on a 2k machine and it didn't work there either. Perhaps it needs IE 6 to pull this stunt off? I'm no programmer so I don't have a clue what's needed for this to work correctly.
    Looking at the code... it looks like you need windows media player installed.
    If I remember correctly... on 2k, you have to download that. Or at least a newer version.

    I linked a couple of people to that. It worked on some, but not on all.

    Set oWMP = CreateObject("WMPlayer.OCX.7" )

    Creates an object of windows media player

  7. #17
    Senior Member
    Join Date
    Feb 2003
    Location
    Memphis, TN
    Posts
    3,747
    I have two different CD Drives and it also opened them both. I don't know much about code but I think that everbody else is pretty much right about this. For me when I create a CD in Windows Media Player once it is done it opens my cd drive. Somehow this code creates an object making the computer think that it finished writing a cd. Maybe. Thats my assumption.
    =

  8. #18
    Senior Member
    Join Date
    Mar 2003
    Posts
    372
    ah, well I do have Windows Media player installed on this machine right now, but it's only 6.4.09.1121 so it's a bit old.

    Interesting. I'll have to try this on one of my home systems and see which one it works on

    Give a man a match and he will be warm for a while, light him on fire and he will be warm for the rest of his life.

  9. #19
    Senior Member
    Join Date
    Mar 2003
    Location
    central il
    Posts
    1,779
    Originally posted here by Coder Puffin
    what, was my analysis incorrect?
    Your analysis was right on, we had written a proof of concept a few years back that used vbscript to format your hard drive over the web. sent that code off to MS and cert and they did nothing about it . basically you need to set your internet security settings higher to avoid this type of stuff. So for those of you who it didn’t work for good job you are doing something right

  10. #20
    as for the apps that microsoft in which m$ has implemented COM, it is almost impossible to find out what the different objects are. i do know that newer versions of excel, word, etc. can be manipulated as such, and php4 has support for doing so. unless someone has already written one, i will try to write a tutorial on com. does anyone care what language i use?
    Hey there, chaps! Being mexican-american, I don\'t really think I have the racial background to say that...Oh well, visit our site at www.evilcorp.tk
    Don\'t expect any content...for a few weeks!

Posting Permissions

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