• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

PlayTube v1.8 Video Portal (Nulled)

djjogy

Active member
Aug 22, 2019
71
58
28

PlayTube v1.8 Video Portal (Nulled)

Playtube small picture 02.jpg


Version 1.8 19/02/2020


[Added] ability to rent a video system.
[Added] ability to set only admin can upload videos from admin panel. [enable/disable]
[Added] emojie support for video description.
[Added] ability to subscribe to a playlist only so if playlist gets updated user shall get a notification. [enable/disable]
[Added] ability for users to set in the settings from which categories they want to see videos on homepage.
[Added] ability to set daily/lifetime budget for ads.
[Added] require subcription before being able to access site. [enable/disable]
[Added] mass notifications system.
[Added] register by invitation code system.
[Added] auto delete system, delete videos from date to date, type and size.
[Added] auto subscribe system.
[Added] ability to reposition cover from profile page.
[Added] activities system, user now can post status.
[Added] 12+ more APIs.
[Removed] .mp4 etc when video get uploaded from title.
[Updated] Google Login API.
[Improved] Design on some senctions.
[Fixed] 45+ important bugs.

#########################

PHP 5.5 +
MySQLi Extension
GD Library
Mbstring
cURL
ZIP
allow_url_fopen

#########################
Code:
<VirtualHost *:80>
    # The ServerName directive sets the request scheme, hostname and port that
    # the server uses to identify itself. This is used when creating
    # redirection URLs. In the context of virtual hosts, the ServerName
    # specifies what hostname must appear in the request's Host: header to
    # match this virtual host. For the default virtual host (this file) this
    # value is not decisive as it is used as a last resort host regardless.
    # However, you must set it for any further virtual host explicitly.
    #ServerName www.example.com

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html

    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    #LogLevel info ssl:warn
    <Directory /var/www/html/>
AllowOverride All
Require all granted
</Directory>
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf
</VirtualHost>

Code:
OPEN

\themes\youplay\layout\watch\content.htm
or
\themes\default\layout\watch\content.htm

search for

<video id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

replace with

<video autoplay="true" id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

###################
  Volume to 100%
###################

search for

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',

replace with

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',
      startVolume: 1,


mega.nz 90,4 MB .rar

DEMO

DOWNLOAD
 
Last edited:

PlayTube v1.8 Video Portal (Nulled)

Playtube small picture 02.jpg


Version 1.8 19/02/2020


[Added] ability to rent a video system.
[Added] ability to set only admin can upload videos from admin panel. [enable/disable]
[Added] emojie support for video description.
[Added] ability to subscribe to a playlist only so if playlist gets updated user shall get a notification. [enable/disable]
[Added] ability for users to set in the settings from which categories they want to see videos on homepage.
[Added] ability to set daily/lifetime budget for ads.
[Added] require subcription before being able to access site. [enable/disable]
[Added] mass notifications system.
[Added] register by invitation code system.
[Added] auto delete system, delete videos from date to date, type and size.
[Added] auto subscribe system.
[Added] ability to reposition cover from profile page.
[Added] activities system, user now can post status.
[Added] 12+ more APIs.
[Removed] .mp4 etc when video get uploaded from title.
[Updated] Google Login API.
[Improved] Design on some senctions.
[Fixed] 45+ important bugs.

#########################

PHP 5.5 +
MySQLi Extension
GD Library
Mbstring
cURL
ZIP
allow_url_fopen

#########################
Code:
<VirtualHost *:80>
    # The ServerName directive sets the request scheme, hostname and port that
    # the server uses to identify itself. This is used when creating
    # redirection URLs. In the context of virtual hosts, the ServerName
    # specifies what hostname must appear in the request's Host: header to
    # match this virtual host. For the default virtual host (this file) this
    # value is not decisive as it is used as a last resort host regardless.
    # However, you must set it for any further virtual host explicitly.
    #ServerName www.example.com

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html

    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    #LogLevel info ssl:warn
    <Directory /var/www/html/>
AllowOverride All
Require all granted
</Directory>
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf
</VirtualHost>

Code:
OPEN

\themes\youplay\layout\watch\content.htm
or
\themes\default\layout\watch\content.htm

search for

<video id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

replace with

<video autoplay="true" id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

###################
  Volume to 100%
###################

search for

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',

replace with

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',
      startVolume: 1,


mega.nz 90,4 MB .rar

DEMO

DOWNLOAD


friend thanks for sharing
a question for what would this PlayTube v1.8 Video Portal be
Thank you . thanks group
 

PlayTube v1.8 Video Portal (Nulled)

Playtube small picture 02.jpg


Version 1.8 19/02/2020


[Added] ability to rent a video system.
[Added] ability to set only admin can upload videos from admin panel. [enable/disable]
[Added] emojie support for video description.
[Added] ability to subscribe to a playlist only so if playlist gets updated user shall get a notification. [enable/disable]
[Added] ability for users to set in the settings from which categories they want to see videos on homepage.
[Added] ability to set daily/lifetime budget for ads.
[Added] require subcription before being able to access site. [enable/disable]
[Added] mass notifications system.
[Added] register by invitation code system.
[Added] auto delete system, delete videos from date to date, type and size.
[Added] auto subscribe system.
[Added] ability to reposition cover from profile page.
[Added] activities system, user now can post status.
[Added] 12+ more APIs.
[Removed] .mp4 etc when video get uploaded from title.
[Updated] Google Login API.
[Improved] Design on some senctions.
[Fixed] 45+ important bugs.

#########################

PHP 5.5 +
MySQLi Extension
GD Library
Mbstring
cURL
ZIP
allow_url_fopen

#########################
Code:
<VirtualHost *:80>
    # The ServerName directive sets the request scheme, hostname and port that
    # the server uses to identify itself. This is used when creating
    # redirection URLs. In the context of virtual hosts, the ServerName
    # specifies what hostname must appear in the request's Host: header to
    # match this virtual host. For the default virtual host (this file) this
    # value is not decisive as it is used as a last resort host regardless.
    # However, you must set it for any further virtual host explicitly.
    #ServerName www.example.com

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html

    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    #LogLevel info ssl:warn
    <Directory /var/www/html/>
AllowOverride All
Require all granted
</Directory>
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf
</VirtualHost>

Code:
OPEN

\themes\youplay\layout\watch\content.htm
or
\themes\default\layout\watch\content.htm

search for

<video id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

replace with

<video autoplay="true" id="my-video<?php if ($pt->config->player_type == 'fluidPlayer') { ?>_<?php echo $pt->get_video->id; ?><?php } ?>" controls  <?php if ($pt->config->player_type == 'videojs') { ?>   class="video-js" data-setup=''  <?php } ?> <?php if (empty($pt->ad_image)) { ?>  <?php } ?> style="width:100%; height:100%;position: relative;" poster="{{THUMBNAIL}}" >

###################
  Volume to 100%
###################

search for

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',

replace with

$('video').mediaelementplayer({
      pluginPath: 'https://cdnjs.com/libraries/mediaelement-plugins/',
      shimScriptAccess: 'always',
      startVolume: 1,


mega.nz 90,4 MB .rar

DEMO

DOWNLOAD

VIRUS TOTAL - no donuts for u
 
Hi, I scanned this script files on virustotal, and there one engine detected "Heur.HTMLRefreshScrip" this virus.
 

Attachments

  • virustotal scan of playtube script.png
    virustotal scan of playtube script.png
    53.1 KB · Views: 53
download.png
Unbenannt.PNG
giphy.gif
giphy.gif
 
Last edited:
  • Haha
Reactions: ceres59 and fux0r
Hi, this script does not work well in mozilla PC and mobile browsers (tested in chrome for android). I get 404 error every time try to open a video, it works well in chrome for windows 10
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock