
how-to block ads
|
 Press2Esc
join:2005-07-03 SC
·AT&T Southeast
| Re: Executing a (DOS) command from webpage. WOW, what a quick response from the group - thx.
Basically, as you guys per empathize, I also provide tech support at BBR and various online forums for people struggling with broadband and SMB networks. Soooo, per my example, if I was able to reference an online html "webpage" or send someone an html-based email asking the recipient for their ip address, I would not need to (1) understand the person level of comprehension and (2) provide them with wordy "do-this, then do-this and if this, do-this" instructions..
If the person needing assistance were able to click on an email or webpage link that LOCALLY executes the ipconfig command, it would sure make life ez. This is especially true for the end-users who have a lifetime subscription to the "... for dummies" books..
In a past life, as a former programmer, allows me to understand coding, but certainly less is best.
Thanks again, for your great and timely responses!!
P2E | |
|   JAAulde yum yum yum yum yum Premium,MVM join:2001-05-09 Hagerstown, MD
| Re: Executing a (DOS) command from webpage. Yeah, executing local scripts just isn't going to happen. I suppose it is possible to write a small app that you could convince the individual to download and run which would produce output that they could supply back to you. But that isn't much better than your current situation. | |
|   Gwellin Premium join:2004-05-31 Regina, SK
·Access Communicati..
| Ya, running a local script from a browser is not going to happen, but sending them to a simple webpage can just as easily give them their IP address to copy and paste. Just look here: »/whois -- Here to help all those in need, whenever I can. | |
|  |   JAAulde yum yum yum yum yum Premium,MVM join:2001-05-09 Hagerstown, MD
2 edits | Re: Executing a (DOS) command from webpage. said by Gwellin :...but sending them to a simple webpage can just as easily give them their IP address to copy and paste. Just look here: » /whois Remembering that this gives the publicly addressable IP of the device which requested the page and that it may not be the same as the actual IP address of the computer the user is using. (NAT/NAPT/etc setups, some proxies, etc will cause this to vary) | |
|  |  |   Gwellin Premium join:2004-05-31 Regina, SK
·Access Communicati..
| Re: Executing a (DOS) command from webpage. said by JAAulde :said by Gwellin :...but sending them to a simple webpage can just as easily give them their IP address to copy and paste. Just look here: » /whois Remembering that this gives the publicly addressable IP of the device which requested the page and that it may not be the same as the actual IP address of the computer the user is using. (NAT/NAPT/etc setups, some proxies, etc will cause this to vary) True, I was wondering if that's what he might actually want. If that's the case then that would not work.
However, if the web page is being hosted on the same network he might get a better result, assuming the network isn't too complicated. -- Here to help all those in need, whenever I can. | |
|  |   Press2Esc
join:2005-07-03 SC
·AT&T Southeast
| said by Gwellin :Ya, running a local script from a browser is not going to happen, but sending them to a simple webpage can just as easily give them their IP address to copy and paste. Just look here: » /whois This is a reasonable example of what I was originally asking about... In this case, a person would simply click on a link and, after they are redirected to a different url, the results of a system inquiry is displayed showing the PCs public IP addr. | |
|  |  |   Gwellin Premium join:2004-05-31 Regina, SK
·Access Communicati..
| Re: Executing a (DOS) command from webpage.There is nothing the system has to do beyond what it normally does to request the webpage. In other words, by contacting the server it learns the requesting computers public IP address, you simply need to output it. In a PHP file (on the server) you would use the following line of code:
-- Here to help all those in need, whenever I can. | |
|  |  |  |   Press2Esc
join:2005-07-03 SC
·AT&T Southeast
| Re: Executing a (DOS) command from webpage.said by Gwellin :In a PHP file (on the server) you would use the following line of code: thanks GWellin, this is helpful. | |
|  | |  |
|