0 ) { $result = mysql_query( "select * from Monitors where Id = '$mid'" ); if ( !$result ) die( mysql_error() ); $monitor = mysql_fetch_assoc( $result ); } else { $monitor = array(); $monitor[Name] = "New"; $monitor['Function'] = "None"; $monitor[Type] = "Local"; $monitor[Port] = "80"; $monitor[Orientation] = "0"; $monitor[LabelFormat] = '%%s - %y/%m/%d %H:%M:%S'; $monitor[LabelX] = 0; $monitor[LabelY] = 0; $monitor[ImageBufferCount] = 100; $monitor[WarmupCount] = 25; $monitor[PreEventCount] = 10; $monitor[PostEventCount] = 10; $monitor[MaxFPS] = 0; $monitor[FPSReportInterval] = 1000; $monitor[RefBlendPerc] = 10; } $local_palettes = array( "Grey"=>1, "RGB24"=>4, "RGB565"=>3, "YUV420P"=>15 ); $remote_palettes = array( "8 bit greyscale"=>1, "24 bit colour"=>4 ); $orientations = array( "Normal"=>0, "Rotate Right"=>90, "Inverted"=>180, "Rotate Left"=>270 ); ?>
Monitor = $monitor[Name] ?> |