GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Programmers, Executable file parameters? (https://gfy.com/showthread.php?t=62506)

chodadog 05-31-2002 01:43 AM

Programmers, Executable file parameters?
 
Is it possible to have a file install different information depending on a paramater passed via internet explorer?

For example,
mydomain.com/application.exe?id=john
And that would have different values for certain things instead of..
mydomain.com/application.exe?id=mark

It'd be fantastic if this was possible, let me know.

Cheers

mike503 05-31-2002 01:50 AM

those are standard GET requests in the query string. the application can handle those. unless you're downloading an .exe, and you want a different .exe to be downloaded, then you should put a script in front of it to do the redirection..

chodadog 05-31-2002 01:51 AM

Thanks man, i'll have this guy look into it.

spanky 05-31-2002 02:23 AM

unless I misunderstand, no it is not possible.

are you saying that you want a client to download an executable from a web server with a get vars tagged on to the end of the URI like host.domain.tld/app.exe?key=val and then when that program is run on the client computer it will know what those get vars in the request were? If that's what you are asking then no.

There are solutions to achieve the same end, but not by just tagging the values onto a uri that points to the exe.

cheers


All times are GMT -7. The time now is 06:19 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123