//justintv status check $channelName = 'owghard'; function justinTVcheck ($channelName) { $json_file = 'http://api.justin.tv/api/stream/list.json?channel=owghard'; return (1); //online } else { return (0); //offline } }
//justintv status check $channelName = 'owghard'; function justinTVcheck ($channelName) { $json_file = 'http://api.justin.tv/api/stream/list.json?channel=owghard'; return (1); //online } else { return (0); //offline } }