CatchTube V2- YouTube Video Searcher And Downloader

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

    #61
    Originally posted by monsp3 View Post
    @catchtube how did you do the notification message when someone tries to leech in your details.php from some other sites? can you pm it to me or share it here?
    He does it with the help of awstats........I think so...........

    Comment


      #62
      Perhaps someone can use this information?

      YouTube API Blog: Java YouTube Developers: Update Your Libraries

      Comment


        #63
        replaced script with download fix.
        sigpic

        Comment


          #64
          Originally posted by opticalpigion View Post
          replaced script with download fix.
          it doesnt download video...
          i just get blank page
          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

          Comment


            #65
            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.
            sigpic

            Comment


              #66
              where is the replaced script?

              Comment


                #67
                Tru this details.php file.. work fine in my site
                sigpichttp://happy.srecnica.com/web

                Comment


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

                  http://wapx.amob.com
                  Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

                  Comment


                    #69
                    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
                    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                    Comment


                      #70
                      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.

                      Free Mobile Web Scripts by me: Free Youtube Downloader, Tweets Reader, Facebook Wall Posts Reader
                      PHP Tutorials: How to Secure Your PHP Script (PHP SECURITY)
                      Want to Develop/Edit your WAP/Web Site? Add me to Gtalk (gmail) 'lakshan1989' or PM me.

                      Comment


                        #71
                        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.
                        sigpic

                        Comment


                          #72
                          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.

                          Comment


                            #73
                            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.
                            It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                            ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                            ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                            キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                            Comment


                              #74
                              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...

                              Comment


                                #75
                                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.
                                sigpic

                                Comment

                                Working...
                                X