View Single Post
  #17  
Old 25th November 2017, 01:06
Str1k3r's Avatar
Str1k3r Str1k3r is offline
Senior Member
 
Join Date: Feb 2009
P2P
Posts: 22
Default
Quote:
Originally Posted by elvira View Post
Where can i put password, port and domain....Here maybe or....this is shoutcast.php

Code:
<?php
class ShoutCast {
    // Public
    var $host; 
    var $port;              
    var $passwd;
    
    //Private
    var $_xml;
    var $_error;
Thanks
Shoutcast Config Section is in the Backend ACP.
Reply With Quote