• 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)

Am having issues with this script both 1.8.1 and 1.9 nulled versions. The installation process is good. But I can't login to the admin area, neither upload. If I had the solution , I could have uploaded the 1.9 version.

Any idea how to solve this?
 
1000 times already said here in the forum that you can use AllowOverride All and
Require all granted must be set.

Chmod -R 0777 /var/www/html/Playtube/*
than config.php to 0644
and /nodejs/config.json to 0644

in Apache or nginx
AllowOverride All and
Require all granted must be set.
AND php.ini max file upload setting

upload_max_filesize = 20M
post_max_size = 21M

to
upload_max_filesize = 8000M
post_max_size = 4000M


exemplar

<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 yourdomain.com
ServerAlias www.yourdomain.com *.yourdomain.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>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet


>> PlayTube 1.7.0 to 1.9 all version Download<<<
personally i don't recommend grant chmod 777 permissions to all folders/files for security reasons
but it's up to you

on my server works without granting 777 permissions to any single folder/file.
 
Last edited:
Hello, I installed version 1.9, but when I upload the video up to that point it works, but when I click to publish I get the following information! Please check the details. I don't know what the problem is, please does anyone know?
detailes.png
 
Thank you for the impressive share, I will install this one today. It will impress potential clients.
 
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