Hello,
I have some scripts that need to grab contents from youtube and 4shared. Recently I have moved to OVH
Everything working fine here except youtube and 4shared script.
Its been really long time i am using this scripts on share hosting account as well as on some VPS. So i think maybe I am missing some server setting!!!
here is an example error.
Please someone help me to fix the problem.
I have some scripts that need to grab contents from youtube and 4shared. Recently I have moved to OVH
Everything working fine here except youtube and 4shared script.
Its been really long time i am using this scripts on share hosting account as well as on some VPS. So i think maybe I am missing some server setting!!!
here is an example error.
HTML Code:
Warning: simplexml_load_file(http://gdata.youtube.com/feeds/mobile/videos?vq=funny+video&orderby=viewCount&max-results=5&start-index=1&format=1): failed to open stream: Connection timed out in /home/uid321/public_html/details.php on line 262 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/mobile/videos?vq=funny+video&orderby=viewCount&max-results=5&start-index=1&format=1" in /home/uid321/public_html/details.php on line 262 Fatal error: Call to a member function children() on a non-object in /home/uid321/public_html/details.php on line 265
Comment