I'm new to the community, but I'm useing your FREE Shoutcast service for about 6 months. Now I'm searching a PHP Code that can restart my Streamserver from SAM Broadcaster like the "Kick Source" Script, which is already included with SAM
- Code: Select all
URL := 'http://admin:'+shoutcast_password+'@'+shoutcast_host+':'+shoutcast_port+'/admin.cgi?mode=kicksrc';
I've a probleme with the Login
- Code: Select all
URL := 'http://hotsummerlive:MYPASSWORD@s2.myradiostream.com';
This is my "Script" but it doesn't work now.
I would like restart it with:
- Code: Select all
URL := 'http://s2.myradiostream.com/?page=servers&view=14436&action=restart';
Is there any methode to login with a "link" like the Soutcast Interface example.
Thanks for your great products and your support!
------------
Sorry for my bad english i'm from germany.

