Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Archives > Classic old threads / Inactive Forums > Retired Forums > Humour / Funny Stuff / Cool Web Sites > Look @ this cup holder...
Pages (7): « 1 2 3 4 5 [6] 7 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
StaticFive
tranceaddict in training



Registered: Apr 2003
Location: San Francisco, USA

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


I know what it takes to open a cd drive... actually, it's the windows media player OCX plugin, in case you were wondering

Old Post Apr-06-2003 04:12  United States
Click Here to See the Profile for StaticFive Click here to Send StaticFive a Private Message Add StaticFive to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dwingo
RebelChild



Registered: Nov 2000
Location: Venlo, the Netherlands

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



I wasn't

Old Post Apr-06-2003 13:02  Netherlands
Click Here to See the Profile for Dwingo Click here to Send Dwingo a Private Message Visit Dwingo's homepage! Add Dwingo to your buddy list Report this Post Reply w/Quote Edit/Delete Message
whiskers
old skool



Registered: Sep 2001
Location: in your dreams

quote:
Originally posted by StaticFive
firewalls dont block html fool.


yes, they don't block html, but if any of you were wondering, one of the Zonealarm versions blocks java & vb scripts nowadays... of course, that screws up viewing harmless pages that are based on some type of script


___________________

Old Post Apr-06-2003 13:24  Ukraine
Click Here to See the Profile for whiskers Click here to Send whiskers a Private Message Add whiskers to your buddy list Report this Post Reply w/Quote Edit/Delete Message
StaticFive
tranceaddict in training



Registered: Apr 2003
Location: San Francisco, USA

quote:
Originally posted by Dwingo
I wasn't


lol...I don't know... you sounded pretty inquisitive!

Old Post Apr-09-2003 00:42  United States
Click Here to See the Profile for StaticFive Click here to Send StaticFive a Private Message Add StaticFive to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dwingo
RebelChild



Registered: Nov 2000
Location: Venlo, the Netherlands

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)

Old Post Apr-09-2003 08:21  Netherlands
Click Here to See the Profile for Dwingo Click here to Send Dwingo a Private Message Visit Dwingo's homepage! Add Dwingo to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dr. Cfire
Supreme tranceaddict



Registered: Apr 2003
Location: Calgary
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/

Old Post Apr-14-2003 01:24  Canada
Click Here to See the Profile for Dr. Cfire Click here to Send Dr. Cfire a Private Message Add Dr. Cfire to your buddy list Report this Post Reply w/Quote Edit/Delete Message
StaticFive
tranceaddict in training



Registered: Apr 2003
Location: San Francisco, USA

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)


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!

Old Post Apr-14-2003 01:59  United States
Click Here to See the Profile for StaticFive Click here to Send StaticFive a Private Message Add StaticFive to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dwingo
RebelChild



Registered: Nov 2000
Location: Venlo, the Netherlands

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!


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

Old Post Apr-15-2003 15:27  Netherlands
Click Here to See the Profile for Dwingo Click here to Send Dwingo a Private Message Visit Dwingo's homepage! Add Dwingo to your buddy list Report this Post Reply w/Quote Edit/Delete Message
StaticFive
tranceaddict in training



Registered: Apr 2003
Location: San Francisco, USA
Behold, my arse.

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


I'm not flaming, just wondering why you feel that my knowlege is so inadequate that you feel you have to justify my response with reasoning. I don't remember how this started-- oh, wait, I don't care either! So INSTEAD of pasting personal code snippets that you will disregard and/or use to flame me in a reply, I think I will go participate in the life that you wish you had. Oops, sorry about the flame, I must have been anticipating a response.

Last edited by StaticFive on Apr-15-2003 at 19:40

Old Post Apr-15-2003 19:32  United States
Click Here to See the Profile for StaticFive Click here to Send StaticFive a Private Message Add StaticFive to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Santino
Senior tranceaddict



Registered: Jan 2003
Location: Souf side o Chicago: CTA #15

im just with about evry one else. my cd-rom drive opened so big deal

Old Post Apr-16-2003 02:03  Germany
Click Here to See the Profile for Santino Click here to Send Santino a Private Message Add Santino to your buddy list Report this Post Reply w/Quote Edit/Delete Message
joeh
NIAT



Registered: Jul 2002
Location: London, UK

This one opens both my drives - another opens just one.

Conclusion: its wank.


___________________
.

Old Post Apr-16-2003 02:50 
Click Here to See the Profile for joeh Click here to Send joeh a Private Message Add joeh to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dwingo
RebelChild



Registered: Nov 2000
Location: Venlo, the Netherlands

quote:
Originally posted by StaticFive
firewalls dont block html fool.


Remember this one?
But fuck it, I'll let it rest.

Old Post Apr-16-2003 07:04  Netherlands
Click Here to See the Profile for Dwingo Click here to Send Dwingo a Private Message Visit Dwingo's homepage! Add Dwingo to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Archives > Classic old threads / Inactive Forums > Retired Forums > Humour / Funny Stuff / Cool Web Sites > Look @ this cup holder...
Post New Thread    Post A Reply

Pages (7): « 1 2 3 4 5 [6] 7 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackID tribal track with sample [2006] [8]

Click here to listen to the sample!Pause playbackSean Miller - Swells [2008]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 12:28.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!