JWPlayer Google Drive Proxy Player Script 1.8.0 New Update | Anti Limit + Ads Support

Status
Not open for further replies.

thornzipp

New member
Sep 24, 2019
20
9
3
Thanks for Sharing this. I tried to setup and I was able to login in the admin dashboard but when I tried to create a new user or change the user profile.
Im getting 404 error The requested URL was not found on this server.
I setup on a Lightsail VPS php 7.0. I also tried it with OVH VPS but im getting the same problem.

sudo php -v
PHP 7.0.33-26+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 20 2020 15:01:06) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube L
td.
with Zend OPcache v7.0.33-26+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by
Zend Technologies


When I tried to open one of the links I get this error:
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.

I already setup the IonCube but im still getting ioncube needs to be installed

Anyone enconter the same error?
 
Last edited:

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,145
113
EmbedWorld Movie API
embedworld.xyz
What did you do to make it work?
I manage to get inside the admin dashboard but the links doesn't work and it still ask for ioncube which I already installed.

Do you have other domains on the same hosting with different php version and setting as it interferes with this script. This script has to run off the main php setting . It’s doest inherit php . Script does work perfect . Another google player script was uploaded on this forum yesterday maybe give that one a try
 

thornzipp

New member
Sep 24, 2019
20
9
3
Do you have other domains on the same hosting with different php version and setting as it interferes with this script. This script has to run off the main php setting . It’s doest inherit php . Script does work perfect . Another google player script was uploaded on this forum yesterday maybe give that one a try


Yes i have another domain with PHP 7.2, but I set the main PHP to 7.0.
I have 2 problems with the setup.
1. When I try to edit the user and save changes, I get 404 error.
2. When I view the Player link, it asks for Ioncube.

I tried to install the script on a shared hosting (hostgator) PHP7.1 to simulate the 404 error.
I was able to save changes and no 404 error. So Im not sure where is the problem with my vps. 🤔

I will try the other GDrive Player script....
 

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,145
113
EmbedWorld Movie API
embedworld.xyz
Yes i have another domain with PHP 7.2, but I set the main PHP to 7.0.
I have 2 problems with the setup.
1. When I try to edit the user and save changes, I get 404 error.
2. When I view the Player link, it asks for Ioncube.

I tried to install the script on a shared hosting (hostgator) PHP7.1 to simulate the 404 error.
I was able to save changes and no 404 error. So Im not sure where is the problem with my vps. 🤔

I will try the other GDrive Player script....

I’d say problem is the others domains php interfering with this script let us know how you get on
 

thornzipp

New member
Sep 24, 2019
20
9
3
I’d say problem is the others domains php interfering with this script let us know how you get on


I tried to remove the other domain hosted on my VPS but im still getting the same error...
Im still trying to figure out why it doesnt work on my vps.
 

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,145
113
EmbedWorld Movie API
embedworld.xyz
I tried to remove the other domain hosted on my VPS but im still getting the same error...
Im still trying to figure out why it doesnt work on my vps.

I haven’t tried the other one I’m very happy with this one. But yes that on runs on php 7.2 the one on this thread runs on 7.0 .

If you remove the other domain reset the php then restart the server set the php to 7.0 with ionc, mycrypt . curl , ssl , you should be good

What server is yours Apache or Nginx
 

thornzipp

New member
Sep 24, 2019
20
9
3
I haven’t tried the other one I’m very happy with this one. But yes that on runs on php 7.2 the one on this thread runs on 7.0 .

If you remove the other domain reset the php then restart the server set the php to 7.0 with ionc, mycrypt . curl , ssl , you should be good

What server is yours Apache or Nginx


Yes I have all the required setup and also running apache.
I tried to set the debug mode and thisare the errors I get.


Warning: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 42

Warning
: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 62

Warning
: realpath(): open_basedir restriction in effect. File(/usr/lib/php/20151012) is not within the allowed path(s): (/home/dzOfM3OK06aIMIHs/GDJWPlayer:/var/lib/php/session:/tmp) in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/play.php on line 2
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.



I dont know why I keep getting that ionc error.
When I run php -v the ionc is already loaded

sudo php -v
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
PHP 7.0.33-26+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 20 2020 15:01:06) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube L
td.
with Zend OPcache v7.0.33-26+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by
Zend Technologies
 

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,145
113
EmbedWorld Movie API
embedworld.xyz
Yes I have all the required setup and also running apache.
I tried to set the debug mode and thisare the errors I get.


Warning: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 42

Warning
: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 62

Warning
: realpath(): open_basedir restriction in effect. File(/usr/lib/php/20151012) is not within the allowed path(s): (/home/dzOfM3OK06aIMIHs/GDJWPlayer:/var/lib/php/session:/tmp) in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/play.php on line 2
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.



I dont know why I keep getting that ionc error.
When I run php -v the ionc is already loaded

sudo php -v
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
PHP 7.0.33-26+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 20 2020 15:01:06) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube L
td.
with Zend OPcache v7.0.33-26+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by
Zend Technologies

The php on this script is a nightmare. Try deleting ioncube loader restart the server then resinstall it. Other wise I’m not sure what else you can do
 

unnamed

Member
Jan 31, 2019
59
12
8
Yes I have all the required setup and also running apache.
I tried to set the debug mode and thisare the errors I get.


Warning: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 42

Warning
: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 62

Warning
: realpath(): open_basedir restriction in effect. File(/usr/lib/php/20151012) is not within the allowed path(s): (/home/dzOfM3OK06aIMIHs/GDJWPlayer:/var/lib/php/session:/tmp) in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/play.php on line 2
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.



I dont know why I keep getting that ionc error.
When I run php -v the ionc is already loaded

sudo php -v
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
PHP 7.0.33-26+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 20 2020 15:01:06) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube L
td.
with Zend OPcache v7.0.33-26+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by
Zend Technologies
Downgrade your ionCube version and Please use mirror paste script.
can help to gimme php info?
 

mzak

Active member
Jan 21, 2020
381
130
43
Yes I have all the required setup and also running apache.
I tried to set the debug mode and thisare the errors I get.


Warning: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 42

Warning
: Creating default object from empty value in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/framework/Variables.php on line 62

Warning
: realpath(): open_basedir restriction in effect. File(/usr/lib/php/20151012) is not within the allowed path(s): (/home/dzOfM3OK06aIMIHs/GDJWPlayer:/var/lib/php/session:/tmp) in /home/dzOfM3OK06aIMIHs/GDJWPlayer/public_html/play.php on line 2
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance.



I dont know why I keep getting that ionc error.
When I run php -v the ionc is already loaded

sudo php -v
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
Cannot load the ionCube PHP Loader - it was already loaded
PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
PHP 7.0.33-26+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 20 2020 15:01:06) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube L
td.
with Zend OPcache v7.0.33-26+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2017, by
Zend Technologies
install cyberpanel and it will work fine
 

she.spider

Active member
Jan 22, 2020
135
27
28
SBS
All videos now not available. Anyone experiencing the same issue?
Well I had to reload the page like dozen time and the video will be available. And after a while, the video not available again.
 
Last edited:

unnamed

Member
Jan 31, 2019
59
12
8
All videos now not available. Anyone experiencing the same issue?
Well I had to reload the page like dozen time and the video will be available. And after a while, the video not available again.
Have u check your source??
 
Status
Not open for further replies.

Forum statistics

Threads
69,737
Messages
912,080
Members
242,421
Latest member
hamzu

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