CODE to install any exe directly to the system while save
Moderator: General Moderators
CODE to install any exe directly to the system while save
ven sum 1 click on ma exe link than i want to run the exe directly from server no need to save first. plzz help me out
Last edited by ovais on Mon Feb 23, 2009 9:23 am, edited 1 time in total.
Re: CODE to install any exe directly to the system while save
Ya, that sounds pretty damn shady. I don't expect someone to help you.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: CODE to install any exe directly to the system while save
PHP only can access the server machine. If you want to run something on the client, that is not possible with php.
Re: CODE to install any exe directly to the system while save
Theoretically, there could be a php module that could accomplish this, correct? There are ways of connecting via ftp, wouldn't be too much of a stretch to code something up that prompts an execution as well, albeit probably not in .exe form.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: CODE to install any exe directly to the system while save
The best php can do it issue a header() and allow the browser to decide what to do with the file. As far as PHP is concerned though, no.Citizen wrote:Theoretically, there could be a php module that could accomplish this, correct? There are ways of connecting via ftp, wouldn't be too much of a stretch to code something up that prompts an execution as well, albeit probably not in .exe form.
Re: CODE to install any exe directly to the system while save
thanx to all, i got the solution,
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: CODE to install any exe directly to the system while save
And the solution is?????ovais wrote:i got the solution,
I want to know so that I can secure my desktop against it