XClub Pack for phpVibe : Bring adult content to your Vibe

by @PHPVibe
10 years ago
16759 Views

XClub Pack for phpVibe

Now v2.0 compatible with phpVibe v3.3+

x11

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.

6 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.