djetaine Posted January 14, 2009 Share Posted January 14, 2009 Hello all. I work for a company and recently we have received a lot of users calling in with VPN issues. Basically it's just because they have horrible connections. I am trying to write a small script that will allow a user to ping our vpn server address and have either "great, good, avg, bad, no connection" displayed based on the ping replies. I wrote the script no problem using fping but forgot that this is just running the ping command from the server itself, not the actual users PC/connection. What I'd like to do is ping from the localhost, not the server. Basically what I'd like to accomplish is the same thing as telling the user to run "ping vpnhost.com" from a command line, but I'd like to do it from a easy to use GUI that I can just drop on onto their desktop as a shortcut. Is this possible without having to write some sort of activex to utilize the users system? TIA Quote Link to comment https://forums.phpfreaks.com/topic/140769-trying-to-write-a-simplemaybe-not-so-simple-ping-script/ Share on other sites More sharing options...
aximbigfan Posted January 14, 2009 Share Posted January 14, 2009 This needs to be done from the client side, not with PHP of JS, etc. Look at Visual Basic. you can download the express version for free from MS. Chris Quote Link to comment https://forums.phpfreaks.com/topic/140769-trying-to-write-a-simplemaybe-not-so-simple-ping-script/#findComment-736832 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.