Quote:
Originally Posted by jesus likes pie
It says the server is down but I know that I entered all the info in correctly and it is up...
|
Admincp => Plugin Manager => Hook Location : forumhome_complete => Shoutcast Status Full - Main => EDIT
- Change values with in the "quotes" to your shoutcast server settings.
//Configuration
$scdef = "Server Name";
$scip = "xxx.xxx.xxx.xxx";
$scport = "8000";
$scpass = "changeme"; // admin password to (not DJ) shoutcast server
$ircsite = "irc.server.com";
//End configuration
Make sure there are no spaces "xxx.xxx.xxx.xxx ", "password "
If there is a space inside the quotes it will not work.