• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Putlocker.com update your code

Started by grantj21,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grantj21Topic starter

lib/class.providers.php On line 302 find this code.
              case 'putlocker':
                  $videoId = $this->getVideoId("file/");
                  if ($videoId != null) {
                      $embedCode .= '<iframe width="' . $this->width . '" height="' . $this->height . '" src="http://www.putlocker.com/embed/' . $videoId . '" frameborder="0" scrolling="no" allowfullscreen></iframe>';
                  } else {
                      $embedCode = INVALID_URL;
                  }
                  break;

With is code

              case 'firedrive':
                  $videoId = $this->getVideoId("file/");
                  if ($videoId != null) {
                      $embedCode .= '<iframe width="' . $this->width . '" height="' . $this->height . '" src="http://www.firedrive.com/embed/' . $videoId . '" frameborder="0" scrolling="no" allowfullscreen></iframe>';
                  } else {
                      $embedCode = INVALID_URL;
                  }
                  break;

Also edit line 73 from putlocker to firedrive
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 45479

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 73758

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 55491

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4910

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 25880

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 8972

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 8725