/home/sites/showreels.com/public_html/error.php
- $str3 = substr(strrchr($Submitted, 'vimeo.com/'), 10);
-
- if(substr($Submitted, 0, 4) == "http") {
-
-
- $videoID = $str3;
- $jsonurl = 'http://vimeo.com/api/v2/video/'.$videoID.'.json';
- $json = file_get_contents($jsonurl,0,null,null);
- $json_output = json_decode($json,true);
-
/home/sites/showreels.com/public_html/error.php
- $str3 = substr(strrchr($Submitted, 'vimeo.com/'), 10);
-
- if(substr($Submitted, 0, 4) == "http") {
-
-
- $videoID = $str3;
- $jsonurl = 'http://vimeo.com/api/v2/video/'.$videoID.'.json';
- $json = file_get_contents($jsonurl,0,null,null);
- $json_output = json_decode($json,true);
-