RE: [Full-Disclosure] how do they do it???
From: Anthony Aykut (anthony.aykut_at_frame4.com)
Date: 07/10/03
- Previous message: KF: "Re: [Full-Disclosure] how do they do it???"
- Maybe in reply to: zorkshin_at_tampabay.rr.com: "[Full-Disclosure] how do they do it???"
- Next in thread: zorkshin_at_tampabay.rr.com: "Re: [Full-Disclosure] how do they do it???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: To: full-disclosure@lists.netsys.com Date: 10 Jul 2003 15:36:38 -0000
They don't... look at the source of the page: it simply calls a vbscript file called cd.vbs with the following contents:
<!--
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
-->
Anthony Aykut
Frame4 Security Systems
Your Partner in IT Security
http://www.frame4.com/
----- Original Message -----
http://www.albinoblacksheep.com/text/cupholder.php
how do you think they do it in PHP?
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
- Previous message: KF: "Re: [Full-Disclosure] how do they do it???"
- Maybe in reply to: zorkshin_at_tampabay.rr.com: "[Full-Disclosure] how do they do it???"
- Next in thread: zorkshin_at_tampabay.rr.com: "Re: [Full-Disclosure] how do they do it???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|