XClub Pack for phpVibe
Now v2.0 compatible with phpVibe v3.3+
Contains:
Adult providers plugin for phpVibe v3
Grabs Title, Keywords, Duration, Embed Code, and Thumbnails for MOST sources, some return only embed code (just few)
Demo: here [Warnning: Adult content]
New adult video sources, for adult videos embeds.
Normal details for RedTube (thumbnail, title, tags, description, duration)
Note: Most sources return only embed code and don’t grab thumbnails or any text.
extremetube
slutload
youku
xhamster
tnaflix
pornrabbit
keezmovies
xvideos
tube8
vidxnet
mofosex
drtuber
spankwire
youporn
alotporn
bigtits
porntube
Installation process for phpVibe:
Replace file /apps/classes/providers.php with providers.php from plugin pack.
Can work as standalone php class (for integration to other scripts)
require_once 'providers.php';
$width = "728";
$height = "366";
$vid = new phpVibe($width, $height);
$myvideourl = "http://supportedsource/video/id-etc/";
//returns embed
echo $vid->getEmbedCode($myvideourl);
//grabs video data
$details = $vid->get_data();
//dump all details
var_dump($details);
//or echo title (or any other)
echo $details['title'];
2. RedTube videos mass-importer for phpVibe v3
Import all RedTube’s videos by keyword, tag, search, start.
Works just like Youtube’s importer but for RedTube videos.
3. RedTube direct video link
Attempts to play video like it’s local, grabbing directly the path to the .mp4 file.
Now videos play via your player (jwplayer) and don’t show any RedTube copyright.
Doesn’t use your bandwidth or space for videos.
RedTube security token is grabbed every x minutes so videos don’t go offline.
Demo link not working, please provide other one. Thank you.
Sorry, will be back online with 3.2 version.
The demo site is offline.
Please check
Will be back online once updated. phpVibe 3.1 could not handle that much traffic anymore.
plz demo send
Hello, please see /xclub/