How to check Justin.tv online / offline status
Forum Index > Tech Support |
Kaeru
Sweden552 Posts
| ||
tns
1054 Posts
here is mine almost the same way (also very bad) + Show Spoiler + <?php $streamers = array( array('EG.IdrA', 'eg_idra', 'jtv') //................ . . ... ... . .. . .................. ); echo '<ul>'; for($i=0 ; $i<count($streamers) ; $i++) { $url = substr(strstr(file_get_contents('http://www.justin.tv/embed/customize?kind=video&channel='.$streamers[$i][1]), 'channel_live'),0,22); if ($url == "channel_live'] = true;") { echo '<li><a href="http://www.justin.tv/'.$streamers[$i][1].'" target="_blank">'.$streamers[$i][0].'</a></li>'; } }; echo '</ul>'; ?> Btw I was wondering where to get own3d tv, livestream and other stuffs I'll try somethin with Charles debugging proxy Q : Do all TL streamers must turn on manually? | ||
pashq
England5 Posts
| ||
| ||