Thread: NetVision v2.0
View Single Post
  #6  
Old 8th August 2008, 08:54
crstan crstan is offline
Member
 
Join Date: Aug 2008
Posts: 8
Default Problems with v2
First Problem
it give me this error on header

Code:
Warning: Call-time pass-by-reference has been deprecated; 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 in C:\wamp\www\include\shoutcast.php on line 97

Warning: Call-time pass-by-reference has been deprecated; 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 in C:\wamp\www\include\shoutcast.php on line 97
in shoutcast.php at line 97
Code:
$fhandle = @fsockopen($match[5], ($match[6] > 0?$match[6]:80), &$errno, &$errstr, $GLOBALS["SC_HTTPTIMEOUT"]);


Second Problem
When i want to register it give me this
Code:
Sorry, but you're not qualified, a member of this page.
Reply With Quote