CatchTube V2- YouTube Video Searcher And Downloader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • metulj
    replied
    Originally posted by tricky View Post
    Brother can u share it with me?
    your answer:
    Originally posted by opticalpigion View Post
    I have fixed this script today, But this time I'll share it with only some people

    Specially to members who have more than 200 posts or less but always sharing something useful for others.

    Interested people can PM me or Metulj here!

    Leave a comment:


  • tricky
    replied
    Originally posted by opticalpigion View Post
    I have fixed this script today, But this time I'll share it with only some people

    Specially to members who have more than 200 posts or less but always sharing something useful for others.

    Interested people can PM me or Metulj here!
    Brother can u share it with me?

    Leave a comment:


  • opticalpigion
    replied
    I have fixed this script today, But this time I'll share it with only some people

    Specially to members who have more than 200 posts or less but always sharing something useful for others.

    Interested people can PM me or Metulj here!
    Last edited by opticalpigion; 13.01.13, 13:09.

    Leave a comment:


  • chintan
    replied
    I am not able to download any video. its working fine but i think youtube have made some changes..... ??? can any one have working script than plz replay...

    Leave a comment:


  • metulj
    replied
    Originally posted by firemax View Post
    looks like your using PHP 4,
    It's entirely possible that the simplexml extension is not compiled in / loaded on your web server's instance of Apache.
    Because simplexml is enabled by default in PHP5, it seems likely that they're not running PHP5. Have you checked the output of phpinfo() and/or your hosting provider's blurb?
    If you tested in PHP 5, you will need a host to be running PHP5 to be able to run it.
    if you have access to php.ini , open & find the line ";extension=simplexml.so" and it's needed to be changed to "extension=simplexml.so" & restart your server. or contact you host.
    thank you very much for the tip
    i can switch between PHP4 and PHP5 in control panel on paid host..
    once i've switched to PHP4 and left it that way lol
    Originally posted by opticalpigion View Post
    to solve Fatal error: Call to undefined function: simplexml_load_file() error you have to remove comment from php.ini
    ;extension=simplexml.so
    as firefox mention that above.
    and that blank page error, that cause of maybe ubuntu request header type ? idk exactly sorry.
    fixed download as well...
    i just had to comment(temporary) those lines with
    include............mkhoj.php
    and
    include............admob.php
    download works fine now



    fixed few small mistakes in script...
    it's 100% XHTML+CSS valid...
    but still some videos just cant be downloaded...
    for example Hip hop dance competition
    but i've tried to get same video from opticalpigeon's demo
    and it's same result... i just get file approx size 180-200bytes...
    so i guess this is a common problem ??
    Last edited by metulj; 03.11.10, 01:52.

    Leave a comment:


  • ANGELUS
    replied
    why do i always get zero bytes file when downloading a vid? btw i put comment on the curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); in details.php line 49 cause it gives me an error.

    Leave a comment:


  • opticalpigion
    replied
    to solve Fatal error: Call to undefined function: simplexml_load_file() error you have to remove comment from php.ini

    ;extension=simplexml.so

    as firefox mention that above.

    and that blank page error, that cause of maybe ubuntu request header type ? idk exactly sorry.

    Leave a comment:


  • firemax
    replied
    Originally posted by metulj View Post
    i use ubuntu server on VMware Workstation instead classic localhost(it's kind a same, just faster)
    but only blank page on 'download' click
    any special settings on server to make this work?

    i've tried this file before as it was already posted.. i get same blank page

    .................................................. .................................................. .....
    .................................................. .................................................. .....
    .................................................. .................................................. .....

    on paid host is even worse lol
    i get this on index page
    Code:
    Fatal error:  Call to undefined function:  simplexml_load_file() in /domains/no-shame.info/public_html/tube/index.php on line 46
    and this on search page
    Code:
     Fatal error:  Call to undefined function:  simplexml_load_file() in /domains/no-shame.info/public_html/tube/search.php on line 68
    both lines are same ofcours..
    PHP Code:
    $sxml simplexml_load_file($feedURL); 
    and if i comment those two lines.. than theres is more and more errors lol
    looks like your using PHP 4,

    It's entirely possible that the simplexml extension is not compiled in / loaded on your web server's instance of Apache.

    Because simplexml is enabled by default in PHP5, it seems likely that they're not running PHP5. Have you checked the output of phpinfo() and/or your hosting provider's blurb?

    If you tested in PHP 5, you will need a host to be running PHP5 to be able to run it.

    if you have access to php.ini , open & find the line ";extension=simplexml.so" and it's needed to be changed to "extension=simplexml.so" & restart your server. or contact you host.
    Last edited by firemax; 01.11.10, 13:54.

    Leave a comment:


  • metulj
    replied
    Originally posted by opticalpigion View Post
    its working on my localhost
    sorry, im not sure if it does work on mobile phone or not...but i think it should work on mobiles too.
    i use ubuntu server on VMware Workstation instead classic localhost(it's kind a same, just faster)
    but only blank page on 'download' click
    any special settings on server to make this work?
    Originally posted by srecnica View Post
    Tru this details.php file.. work fine in my site
    http://srecnica.com/details.zip
    i've tried this file before as it was already posted.. i get same blank page

    .................................................. .................................................. .....
    .................................................. .................................................. .....
    .................................................. .................................................. .....

    on paid host is even worse lol
    i get this on index page
    Code:
    Fatal error:  Call to undefined function:  simplexml_load_file() in /domains/no-shame.info/public_html/tube/index.php on line 46
    and this on search page
    Code:
     Fatal error:  Call to undefined function:  simplexml_load_file() in /domains/no-shame.info/public_html/tube/search.php on line 68
    both lines are same ofcours..
    PHP Code:
    $sxml simplexml_load_file($feedURL); 
    and if i comment those two lines.. than theres is more and more errors lol

    Leave a comment:


  • wapxtech
    replied
    nice share.. better than tubidy.com script
    Last edited by wapxtech; 03.11.10, 00:13.

    Leave a comment:


  • srecnica
    replied
    Tru this details.php file.. work fine in my site

    Leave a comment:


  • ANGELUS
    replied
    where is the replaced script?

    Leave a comment:


  • opticalpigion
    replied
    Originally posted by metulj View Post
    it doesnt download video...
    i just get blank page
    its working on my localhost
    sorry, im not sure if it does work on mobile phone or not...but i think it should work on mobiles too.
    Last edited by opticalpigion; 31.10.10, 17:42.

    Leave a comment:


  • metulj
    replied
    Originally posted by opticalpigion View Post
    replaced script with download fix.
    it doesnt download video...
    i just get blank page

    Leave a comment:


  • opticalpigion
    replied
    replaced script with download fix.

    Leave a comment:

Working...
X