PHP Shoutcast Help

Results 1 to 4 of 4
  1. #1
    Infraction Banned Josh is offline
    Grand MasterRank
    Dec 2004 Join Date
    8,333Posts

    PHP Shoutcast Help

    Hi,
    Code:
    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<hidden>/josh-taylor.com/radio/radioinfo.php on line 75
    Is the error I get on all pages that I try and echo shoutcast data on, it still shows it... how do I turn this off or disable debugging?
    I am using shared hosting as well.. the shoutcast information shows just this error shows about the PHP being deprecated :shifty: ...

    - Josh

    edit:
    So this got deprecated in php 5, damn. Only my PHP4 host works..
    Last edited by Josh; 16-12-06 at 07:54 PM.


  2. #2
    Grand Master username1 is offline
    Grand MasterRank
    Jul 2004 Join Date
    5,867Posts
    It's not an error, just a warning.

    Feel free to ignore it.

  3. #3
    Grand Master FragFrog is offline
    Grand MasterRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,629Posts
    Shoutcast outputs an XML file with data, if you want to read that data simply use an XML interpreter. Dunno what it is exactly what you're trying to do here, but ask me on MSN otherwise for my Shoutcast webpage source

  4. #4
    Infraction Banned Josh is offline
    Grand MasterRank
    Dec 2004 Join Date
    8,333Posts
    Quote Originally Posted by FragFrog View Post
    Shoutcast outputs an XML file with data, if you want to read that data simply use an XML interpreter. Dunno what it is exactly what you're trying to do here, but ask me on MSN otherwise for my Shoutcast webpage source
    Alright, I'll catch you on MSN then. :sq_yellow



Advertisement