I have a link that point on a "mumble url" like "mumble://mumble-4.verygames.n...". When the user have mumble, the programm launch itself and request login and password to connect him to the server, and that's all I want. The problem is when the user doesn't have mumble installed,.. the url points nowhere and the user get an error page. How can I check if mumble is installed or not ?
I've tried the file_exists and some fopen php scripts but the fact is that I have no idea of how to check it.
Any idea, any answer? Thanks a lot.