Full Disclosure mailing list archives

re: how do they do it??? (easy, with vbs + wmp activex)


From: "John Q Public" <johnqpublic2323 () mailvault com>
Date: Thu, 10 Jul 2003 12:44:54 -0400 (EDT)

you said:
http://www.albinoblacksheep.com/text/cupholder.php
how do you think they do it in PHP?


It's easy.

foo.html:
<script src="cd.vbs" language="VBScript"></script>

cd.vbs:
<!--

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

if colCDROMs.Count >= 1 then
        For i = 0 to colCDROMs.Count - 1
                colCDROMs.Item(i).Eject
        Next ' cdrom
End If

-->

Current thread: