PHP Fatal error: Call to undefined function json_decode() in /home/forumtat/public_html/config/ayarlar.php on line 14
bu hata veriyor.
Ayrıca htacces üzerinde de oynama yapmadım,
siteye girince bembeyaz bir sayfa açılıyor.
düzenlediğim config dfosyası da bu :
$site ="http://*********/"; //Your Site name with /
$googlekey = "---"; // Your google key
$siteTitle = "VideoM"; // Site title
$disqus = "youtubesearchapi"; // your disqus shortname
$alici = ""; // your E-mail;
// don't edit these line
@$get = $_GET['q'];
$q = URLEncode($get);
@$maxResults = $_GET['maxResults'];
$url = "https://www.googleapis.com/youtube/v3/search?part=snippet&q=".$q."&type=video&maxResults=".$maxResults."&key=".$googlekey;
@$gt = file_get_contents($url);
$js = json_decode($gt,true);
$du = "https://api.dailymotion.com/videos?fields=channel.name,description,id,thumbnail_120_url,title,updated_time,views_total,&limit=".$maxResults."&search=".$q;
@$dgt = file_get_contents($du);
$djs = json_decode($dgt,true);
?>
Google api key mi yanlış alıyorum,
Youtube apiyi anable ettim. credentials den Public api acces den create new key dedim, server keyi seçip oluştur dedim. api keyi aldım ayarların içine yapıştırdım.
ama yukarıda bahsettiğim gibi site açılmıyor.