[ Video Sharing CMS v4 ] Youtube importer API V3 is being upgraded PHPVIBE 3.6 --- V4.

Started by MacKen,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MacKenTopic starter

As the Youtube API v2 is no longer functional this patch will replace the old Youtube importer with a functional one.
Details here: http://www.phpvibe.com/forum/phpvibe-announcements/the-youtube-importer-is-being-upgraded/

Changed files:
Code: [Select]

/cron.php
lib/class.youtube.php
lib/class.providers.php
lib/functions.php
/moderator/adm-functions.php

/moderator/yt.php
/moderator/yt_search.php
/moderator/yt_bc.php
/moderator/ytsetts.php
/moderator/hooks/youtube.hook.php
/moderator/css/style.css

removed files:
/moderator/youtube.php
/moderator/youtube1by1.php



Open php.ini

download http://curl.haxx.se/ca/cacert.pem and save it somewhere.
update php.ini -- add curl.cainfo = "PATH_TO/cacert.pem"


Fix nish

  •  

MacKenTopic starter

NOT OPEN file php.ini

==========================================

EX:


Open: lib/class.youtube.php

After calling 592:
        curl_setopt($tuCurl, CURLOPT_RETURNTRANSFER, 1);

before calling:

curl_exec():

ADD:
        curl_setopt ($tuCurl, CURLOPT_CAINFO, ABSPATH."\cacert.pem");

File: HTTP from curl.haxx.se: cacert.pem      >>   http://curl.haxx.se/ca/cacert.pem

File: cacert.pem upload folder root

  •  

MacKenTopic starter

  •  

MacKenTopic starter

NOT OPEN file php.ini

==========================================

EX:


Open: lib/class.youtube.php

After calling 592:
        curl_setopt($tuCurl, CURLOPT_RETURNTRANSFER, 1);

before calling:

curl_exec():

ADD:
        curl_setopt ($tuCurl, CURLOPT_CAINFO, ABSPATH."/cacert.pem");

File: HTTP from curl.haxx.se: cacert.pem      >>   http://curl.haxx.se/ca/cacert.pem

File: cacert.pem upload folder root
  •  

MacKenTopic starter

P/S All

Could u please contact me on skype. I need ur help.

My skype id is: litalino
  •  

PHPVibe A.

Hi, what is all this? I don't understand what you are saying or asking...upgrade your curl or reinstall it if you have issues.
Or check here http://www.phpvibe.com/choosing-a-server-for-phpvibe/

MacKenTopic starter

I'm using and I upgraded PHPVIBE3.6 v2 to v3 AIP youtube as my guide on
  •  

PHPVibe A.

Sorry, are you using google translate? Since I don't really understand what you are trying to say.

Similar topics (7)