PlayTube v1.8 Video Portal (Nulled)

Mashio

Active member
Sep 30, 2019
158
35
28
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?
 
R

ReliefHosting

Guest
can you please share with us and i will resolve and share again ?

thanks
 

djjogy

Member
Aug 22, 2019
89
68
18
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<<<
 
Last edited:

wh1t35n0w

Member
Jul 31, 2020
56
31
18
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:

boanarges

New member
Feb 12, 2021
1
0
1
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
 

DJKeterson

Member
Aug 14, 2022
83
58
18
33
Thank you for the impressive share, I will install this one today. It will impress potential clients.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu