TranceAddict Forums (www.tranceaddict.com/forums)
- Humour / Funny Stuff / Cool Web Sites
-- Look @ this cup holder...
Pages (4): « 1 2 [3] 4 »
Yeah, by the way it did work for me, i'm using WindowsXP with internet explorer.
| quote: |
| Originally posted by Magimaster It's still not working for me ![]() should I be happy or sad? |
| quote: |
| Originally posted by BigDil Rather happy, I guess. |
| quote: |
| Originally posted by BeatFreak Hey!! It also unzipped my pants!! Hey!!! |
| quote: |
| Originally posted by bilange Why it doesnt work on everyone's computer? Heres an idea: First, it is VBscript. Who's behind vbscript? Microsoft. Heres a quote from some random webpage searched from google: So it should only work for internet explorer. Second, look at this line, this is a line from the source code of that web page: Set oWMP = CreateObject("WMPlayer.OCX.7" ) I dont know vbscript at all, but I think this is a vbscript line that should work with recent "Windows Media player" versions only. This is only guessing, but I think it (opening CD's) does work with Windows XP by default, because it has a quite recent vesion (7 or 8, I dont know) Want a proof? For those running Windows, try this: Click on start, then choose "Run...". Enter wmplayer and press on OK. My guess: - People that was able to run "wmplayer" should have their CD drives opened automaticly by this page - People using internet explorer that which their CD drive DIDN'T open are using an older version of Windows, or simply witout the new Windows Media player (with the blue'ish skin and the weirdo visualisation plugin) |
Fuck!! It scared the shit out of me.. 
| quote: |
| Originally posted by Magimaster mwuhahahahaha my computer is impervious to this child's play. CHILD'S PLAY!!!!! |
| quote: |
| Originally posted by pnuemo you all need to be careful, because if your cd-rom is opening from looking at a picture, than there is some hidden code executing that. you need to update your OS, whatever it is. and possibly think about getting a firewall! |
| quote: |
| Originally posted by StaticFive firewalls dont block html fool. |
| quote: |
| Originally posted by BlueHawk Fuck!! It scared the shit out of me.. |
| quote: |
| Originally posted by Dwingo HTML doesn't open cd-rom drives fool. You need some kind of script to do so. Like javascript or some other |
| quote: |
| Originally posted by StaticFive I know what it takes to open a cd drive... actually, it's the windows media player OCX plugin, in case you were wondering |
| quote: |
| Originally posted by StaticFive firewalls dont block html fool. |
| quote: |
| Originally posted by Dwingo I wasn't |
inquisi... WHAT?
Using the WMPlayer:
Set oWMP = CreateObject("WMPlayer.OCX.7")
' attempt to connect with the cdrom collection interface...
Set colCDROMs = oWMP.cdromCollection
' if cdrom collection found, and there are cdrom drives present,
' then execute eject method on all the cdrom dirves...
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
Let me guess. You found that using google?
There are more ways to open the drive then just executing the mediaplayer plugin.
I found this too for example:
You need to have "Active Desktop" installed to get at the "Shell.Application" object
Const ssfDRIVES = &H11 ' namespace constant (drives folder = 17)...
Const cdromDrvLtr = "G:\" ' specify your cd-rom drive letter...
Set oSH = CreateObject("Shell.Application")
' open the cd-rom drawer...
oSH.NameSpace(ssfDRIVES).ParseName(cdromDrvLtr).InvokeVerb "E&ject"
I understand only half of what it says here (only scripting I know is PHP), but as you can see in the commentline: you need to have certain applications installed, which is why it doens't work for some of you (if they used this script... i don't know)
Pany Little Girl Crap
Mwahaha my browser is impervious to you little javascript hack. For any one who sees this a a possible serucity hole go get mozilla, it wil allow you to block this kind of javascript hack.
http://www.mozilla.org/
| quote: |
| Originally posted by Dwingo inquisi... WHAT? Using the WMPlayer: Set oWMP = CreateObject("WMPlayer.OCX.7") ' attempt to connect with the cdrom collection interface... Set colCDROMs = oWMP.cdromCollection ' if cdrom collection found, and there are cdrom drives present, ' then execute eject method on all the cdrom dirves... if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom End If Let me guess. You found that using google? There are more ways to open the drive then just executing the mediaplayer plugin. I found this too for example: You need to have "Active Desktop" installed to get at the "Shell.Application" object Const ssfDRIVES = &H11 ' namespace constant (drives folder = 17)... Const cdromDrvLtr = "G:\" ' specify your cd-rom drive letter... Set oSH = CreateObject("Shell.Application") ' open the cd-rom drawer... oSH.NameSpace(ssfDRIVES).ParseName(cdromDrvLtr).InvokeVerb "E&ject" I understand only half of what it says here (only scripting I know is PHP), but as you can see in the commentline: you need to have certain applications installed, which is why it doens't work for some of you (if they used this script... i don't know) |
| quote: |
| Originally posted by StaticFive Oh, grrr. I hate it when people challenge my knowlege of programming. I'd hate to spill the beans, but I know most of visual basic, basic, c, c++, flash actionscript, and javascript. Damn, I guess you know more than I do though. I also make mean programs for the HP48G--lemme know if you want some! hehe please dont respond mang! Hella! |
| quote: |
| Originally posted by Dwingo Sure dude I just hate it when people try to boost with knowledge they don't have and try to flame people with it... yup YOU... And as I said: only scripting I know is a bit of PHP |
im just with about evry one else. my cd-rom drive opened so big deal
This one opens both my drives - another opens just one.
Conclusion: its wank.
| quote: |
| Originally posted by StaticFive firewalls dont block html fool. |

cupholder
can someone help me out witht he cd rom cup holder??? i tried the script and it didnt work... and can anyone help out with the script to turn off your monitor?
Re: cupholder
| quote: |
| Originally posted by xKaizeRx and can anyone help out with the script to turn off your monitor? |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.