If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
CatchTube V2- YouTube Video Searcher And Downloader
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
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
add this line to ur htaccess and try ur luck
Code:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml .html
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 ...
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 )
enable curl on xampp .
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.php
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
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...
in current demo i have make 1-2 changes.
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+
Comment