Yaaya.mobi - YouTube Video Searcher And Downloader NEW

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

    #46
    Originally posted by firemax View Post
    it's ok, your welcome bro ;)
    I have noticed that it was a temporary problem for my script only!...now its ok...

    Comment


      #47
      header() download

      hey firemax,how much do you know about header()/php download?

      does all mobile support it?

      some of my users said that they cant download youtube videos.i have used header("Content-Length: $size"); line.
      do u think this line is the main problem or their mobile doesn't support header()/php download?

      Comment


        #48
        yes heade content length not supporting for some poor browsers. (Ex: IE 6 basic) ,

        but this is not a problem for downloading. check the value of '$size'. if $size equals to '0', file will not be download.

        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


          #49
          Originally posted by firemax View Post
          yes heade content length not supporting for some poor browsers. (Ex: IE 6 basic) ,

          but this is not a problem for downloading. check the value of '$size'. if $size equals to '0', file will not be download.
          Hey, i know that.did u noticed that
          header("Content-Length: ".$length."");
          does not works but
          header("Content-Length : ".$length."");
          works.i mean u need a space between Content-Length and :

          Comment


            #50
            oh,but php recommendation is header("Content-Length: ".$length.""); (same as header("Content-Length: $length");)

            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


              #51
              Select the Video Format
              3gp,Low Quality Error! Retry!
              3gp,Medium Quality Error! Retry!
              3gp,High Quality Error! Retry!
              flv,Low Quality Error! Retry!
              flv,Low Quality Error! Retry!
              flv,High Quality (320p) Error! Retry!
              flv,High Quality (480p) Error! Retry!
              mp4,High Quality (480p) Error! Retry!

              Comment


                #52
                Originally posted by uNrEaL View Post
                Select the Video Format
                3gp,Low Quality Error! Retry!
                3gp,Medium Quality Error! Retry!
                3gp,High Quality Error! Retry!
                flv,Low Quality Error! Retry!
                flv,Low Quality Error! Retry!
                flv,High Quality (320p) Error! Retry!
                flv,High Quality (480p) Error! Retry!
                mp4,High Quality (480p) Error! Retry!
                temporarily problem.

                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


                  #53
                  Originally posted by firemax View Post
                  temporarily problem.
                  lol...a already told u this "temporary problem"....

                  by the bye...does mkhoj/inmobi really pays the full amount? i found that they pays much than admob...what do u think?

                  Comment


                    #54
                    Nice. I will try the 11kb. . Can i c0nvert it to my site?


                    http://www.toinx.org

                    Comment


                      #55
                      @firemax, please teach me how to remove name attachment that will not affect its download, I tried to remove it but its not downloading..Im talking about remove not replace with my site url,.Thanks
                      » PornZeriEs.com - | New! Hottest Porn Movies

                      Comment


                        #56
                        @firemax, please teach me how to remove name attachment that will not affect its download, I tried to remove it but its not downloading..Im talking about remove not replace with my site url,.Thanks
                        PHP Code:
                        $vn=rand(0,9999);
                        header("Content-type: application/force-download");
                        if(
                        $_GET['type']==17){
                        header("Content-Type: video/3gp");
                        header("Content-Disposition: attachment; filename=\"$vn.3gp\"");
                        }
                        else if(
                        $_GET['type']==13){
                        header("Content-Type: video/mp4");
                        header("Content-Disposition: attachment; filename=\"$vn.mp4\"");
                        }
                        else{
                        header("Content-Type: video/x-flv");
                        header("Content-Disposition: attachment; filename=\"$vn.flv\"");


                        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


                          #57
                          Ok, I think you can`t help..

                          Coz With that code If I download (e.g. Charlie bit my finger - again!) video, it`s name will be (random number.3gp)..

                          What I want is when I download
                          (e.g. Charlie bit my finger - again!) video, it`s name will be (Charlie bit my finger - again!.3gp)..
                          I hope someone understands me, sorry for bad english..
                          » PornZeriEs.com - | New! Hottest Porn Movies

                          Comment


                            #58
                            don't try to re catch video title from youtube api.try to use an additional get parameter from view.php page.

                            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


                              #59
                              Originally posted by firemax View Post
                              don't try to re catch video title from youtube api.try to use an additional get parameter from view.php page.
                              Ok, thanks..but I don`t know how to do that..
                              » PornZeriEs.com - | New! Hottest Porn Movies

                              Comment


                                #60
                                Hey firemax bro,why our(yaaya youtube script) youtube scripts are not working?is there any changes?

                                Comment

                                Working...
                                X