CatchTube V2- YouTube Video Searcher And Downloader
Collapse
X
-
i fixed 2 times today, sometime download works sometime not.Last edited by opticalpigion; 20.03.10, 13:43.
-
none of those youtube video downloader scripts working anymore.youtube has changed some of their code.as i heard,they are converting their site to ajax code
Leave a comment:
-
Yes Youtube has updated its code.So the script needs update too.
Leave a comment:
-
it seems like youtube has updated their code,
downloading is not possible anymore
any updates?
thanks in advance.
Leave a comment:
-
in current demo i have make 1-2 changes.Originally posted by bjayz View Posthi can u pls back up ur script yah using now in ur demo and zipped it then attached it here again,, thats sure it has no errors and bugs! pls...
i'll share script after adding more features.
and into this attached file there is no any error.
all you need is php curl enable. and mysql3+
Leave a comment:
-
hi can u pls back up ur script yah using now in ur demo and zipped it then attached it here again,, thats sure it has no errors and bugs! pls...
Leave a comment:
-
Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /home/xxxxxxxxxx/public_html/xxxxxxxxx/search.php on line 82
How Should i solve this ??
Leave a comment:
-
enable curl on xampp .Originally posted by rap-4ever View Posti have error in datails.php , Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\chat\details.php on line 15
and
Fatal error: Call to undefined function admob_request() in C:\xampp\htdocs\chat\details.php on line 221 ...
help me (if you want :D )
goto php folder that is “C:\xampp\php” in that search for “php.ini” open it. After opening search for “extension=php_curl.dll” just uncomment that one. After doing that, just restart your Apache.
and include admob in details.php as function admob_request() in in admob.phpLast edited by ranzit2; 21.11.09, 16:13.
Leave a comment:
-
i have error in datails.php , Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\chat\details.php on line 15
and
Fatal error: Call to undefined function admob_request() in C:\xampp\htdocs\chat\details.php on line 221 ...
help me (if you want :D )
Leave a comment:
-
yeah...its very easy to fix... just open footer.php and other files where you see error like function include and replace with this..
on this script it is like this,and it is wrong :D<?php include('mkhoj.php');
[QUOTE]
<?php include($_SERVER['DOCUMENT_ROOT'].'/mkhoj.php'); [QUOTE]
and add in mkhoj.php and admob.php this:
<?php
?>
:D
or just move mkhoj.php and admob.php in root.
Leave a comment:
-
add this line to ur htaccess and try ur luckOriginally posted by rh0bz View Posti also have the same problem,, mine is that i doesnt support simplexml_load_file() i use php4 can anyone recode it as php curl? they said it will work there
Code:# Use PHP5 as default AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml .html
Leave a comment:
-
i also have the same problem,, mine is that i doesnt support simplexml_load_file() i use php4 can anyone recode it as php curl? they said it will work there
Leave a comment:
Leave a comment: