CatchTube V2- YouTube Video Searcher And Downloader

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

  • hpetrisor
    replied
    demo look's nice, thanks for sharing

    Leave a comment:


  • 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.
Working...
X