CatchTube V2- YouTube Video Searcher And Downloader

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

    CatchTube V2- YouTube Video Searcher And Downloader

    YouTube Video Search And Download. !!
    demo

    SQL

    Code:
    CREATE TABLE IF NOT EXISTS `search` (
      `id` int(100) NOT NULL auto_increment,
      `keyword` varchar(100) NOT NULL default '',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
    
    --
    -- Dumping data for table `search`
    --
    add
    this
    Code:
    include("config.php"); 
    include("core.php"); 
    connectdb();
    in search.php after <?

    after $vq = urlencode($vq);(line 40)
    add
    $keyword = mysql_query("INSERT INTO search SET keyword='".$vq."'");

    if still script show errors then post it here i will solve.
    Last Update : Sunday 31, October. 2010
    Attached Files
    Last edited by opticalpigion; 31.10.10, 02:39. Reason: replaced uploaded file.
    sigpic

    #2
    demo look's nice, thanks for sharing

    Comment


      #3
      How to remove search secure for adult videos category ?

      Comment


        #4
        so only the layout changed?

        Comment


          #5
          Originally posted by koizumi View Post
          so only the layout changed?
          layout
          recentsearch (now in seprate page)
          and
          related video result on download page.
          sigpic

          Comment


            #6
            another thing, those code you mentioned are already added to the search.php script.

            Comment


              #7
              Originally posted by koizumi View Post
              another thing, those code you mentioned are already added to the search.php script.
              i have wrote there uploaded file is replaced with fix.
              sigpic

              Comment


                #8
                bug report: if you search. the keyword youve search is duplicated in recent search.

                Comment


                  #9
                  lol. im not making any sense here. the bug report is not consistent. just ignore it.

                  Comment


                    #10
                    Originally posted by koizumi View Post
                    bug report: if you search. the keyword youve search is duplicated in recent search.




                    uploaded script and the one i use is same to same.

                    it will not show duplicate value unless u search for same keyword twice.
                    sigpic

                    Comment


                      #11
                      Who knows the answer to my question ?

                      Comment


                        #12
                        Originally posted by joseg View Post
                        Who knows the answer to my question ?
                        there is no adult categorie in script.
                        sigpic

                        Comment


                          #13
                          Is posible remove safe search ?

                          Comment


                            #14
                            look

                            Warning: include(/home/stojan2mobi/mobilmega.mobi/mkhoj.php) [function.include]: failed to open stream: No such file or directory in /home/stojan2mobi/mobilmega.mobi/catchtube/ctubefooter.php on line 19

                            Warning: include() [function.include]: Failed opening '/home/stojan2mobi/mobilmega.mobi/mkhoj.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/stojan2mobi/mobilmega.mobi/catchtube/ctubefooter.php on line 19

                            CatchTube.mobi - Search And Download YouTube Videos For Mobile

                            Comment


                              #15
                              Originally posted by malisa View Post
                              look

                              Warning: include(/home/stojan2mobi/mobilmega.mobi/mkhoj.php) [function.include]: failed to open stream: No such file or directory in /home/stojan2mobi/mobilmega.mobi/catchtube/ctubefooter.php on line 19

                              Warning: include() [function.include]: Failed opening '/home/stojan2mobi/mobilmega.mobi/mkhoj.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/stojan2mobi/mobilmega.mobi/catchtube/ctubefooter.php on line 19

                              CatchTube.mobi - Search And Download YouTube Videos For Mobile
                              most probably your server cannot read this: ($_SERVER['DOCUMENT_ROOT']
                              or its returning a wrong value. well, you can edit those manually, change it to your catchtube root.

                              Comment

                              Working...
                              X