Jump to content

Execute ssh command via php?


EvanMartin

Recommended Posts

I'm trying to make a web interface for my music server. Basically what it's going to do is list all the music files in a directory. Then when a song is clicked PHP executes a shell command, for example "sudo play /var/www/music/System Of A Down - BYOB.mp3" and my server plays the song.

 

So far I've been trying system() and exec() but it do doesn’t seem to work.

 

Any suggestions?

 

Link to comment
https://forums.phpfreaks.com/topic/55049-execute-ssh-command-via-php/
Share on other sites

If you are using amaroK you can just use their web interface app: http://www.kde-apps.org/content/show.php?content=31871

Or if using XMMS: http://www.joethielen.com/xmms-control/

 

Whatever player you are using, odds are there is a web interface implementation somewhere out there :).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.