View Full Version : A lil help..
motonak
05-07-2004, 12:11 AM
Does anyone know a code which i can add to my site that will download a .exe and execute on someone elses PC. basically whoever clicks on my link will have a .exe automatically downlaoded to there PC and autoexecuted on thier PC.. can someone help me wid a script like dat...thanx in advance..
I tried using an ActiveX one.. but da one i used doesnt seem to work.. (if anyone wants to see script..let me know)..
soccerdudez8
05-08-2004, 07:53 PM
I don't think that it would be possible to command their computer to execute the .exe file, but it would be possible to automattically start the download. You can do this without Javascript, too. I dont know if you are familiar with the <iframe> tag, but this tag creates a floating frame. A popular tactic for automatic downloads is to have and <iframe> that is 0x0. So the tag would look like <iframe width="0" height="0" src="(source to the executably)"></iframe>"
For further ideas, you could look how www.downloads.com does there automatic downloads.
gold_dragon
05-09-2004, 05:27 AM
I want to know why you would do something such as that. If you were going to do something like that they you may need to have your script signed.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.