tubememory Posted June 30, 2009 Share Posted June 30, 2009 I downloaded MyTube script from http://m1net.online.fr and installed it on my site http://www.tubememory.com That script can search and download youtube videos. Now I have a problem, when I enter a search query with more than one word (eg: Red Rose) it gives an error, see >> http://www.tubememory.com/base.php?search=Red%20Rose But if I enter single query (single word) >> "Rose" >> http://www.tubememory.com/base.php?search=Rose it woking fine. Why is that ? can anyone help me to fix this problem, you can download that simple script from http://m1net.online.fr/mytube.zip No MySQL Database required, only few PHP files. Link to comment https://forums.phpfreaks.com/topic/164195-mytube-youtube-script-problem/ Share on other sites More sharing options...
flyhoney Posted June 30, 2009 Share Posted June 30, 2009 Maybe try adding the below line to base.php <?php $searchterms = addslashes(trim(str_replace(" ","+",$_GET['search']))); $searchterms = addslashes(trim(str_replace("-","+",$_GET['search']))); // ADD THIS LINE $searchterms = urlencode($searchterms); Link to comment https://forums.phpfreaks.com/topic/164195-mytube-youtube-script-problem/#findComment-866138 Share on other sites More sharing options...
tubememory Posted June 30, 2009 Author Share Posted June 30, 2009 Ohhh Greate !!! its working but also it gives an error on top area f the page. Pls check http://www.tubememory.com/base.php?search=Sri%20Lanka Ps fix that problem, You are greate !!! Link to comment https://forums.phpfreaks.com/topic/164195-mytube-youtube-script-problem/#findComment-866401 Share on other sites More sharing options...
tubememory Posted June 30, 2009 Author Share Posted June 30, 2009 Ohh I Also FIXED that Error !!! Thank You Very Much !!! Link to comment https://forums.phpfreaks.com/topic/164195-mytube-youtube-script-problem/#findComment-866420 Share on other sites More sharing options...
tubememory Posted March 17, 2010 Author Share Posted March 17, 2010 q Link to comment https://forums.phpfreaks.com/topic/164195-mytube-youtube-script-problem/#findComment-1027757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.