= 1) ? true : false; if($url) { $tvpleurl = 'http://tvple.com/'; if(substr($url,0,strlen($tvpleurl)) == $tvpleurl) $url = substr($url, strpos($url, $tvpleurl) + strlen($tvpleurl)); $pos = strpos($url, '/'); if($pos) $url = substr($url, $pos + 1); if(!is_numeric($url)) echo 'Error... (URL Error)'; else { $a = $aa->Streaming($url, $stream); if(!$a) echo 'Error...'; else exit; } } ?>
티비플 주소 입력 :
--주소 형식--
ex1) http://tvple.com/1234
ex2) 1234
ex3) http://tvple.com/other/1234

티비플 접속해서 주소 가져오기


동작 원리
Open Source! (PHP + php_curl) --- 소스 더러움.