Quote:
Originally Posted by lasto, yinyang
Warning: feof(): supplied argument is not a valid stream resource (pathname)
|
There is a step in the install that was over looked.
Edit shoutcast.php
- Change values with in the "quotes" to your shoutcast server settings.
//Configuration
$scdef = "Server Name"; // Default station name
$scip = "0.0.0.0"; // ip or url of shoutcast server
$scport = "8000"; // port of shoutcast server
$scpass = "changeme"; // password to shoutcast server
$maxusers = "???"; // max users for your server
//End configuration
Save.