I have an internet radio station that uses shoutcast server. In the admin section there is a link to kick the stream. The problem is that I don't want to give out my password to all of my Dj's for obvious reasons. I was wondering if there is a way that I can use php to trigger the link using the login information without the user seeing it.
Normally when I click the admin link a box pops up asking for username and password.
the target of the kick source link looks like this
[myserver.com:8000...]
the only other option I have is to give out the password and change it if a problem presents itself.