Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Links is not Proxying the streams #5533

Closed
JoshWho opened this issue Aug 4, 2021 · 13 comments
Closed

Live Links is not Proxying the streams #5533

JoshWho opened this issue Aug 4, 2021 · 13 comments

Comments

@JoshWho
Copy link
Contributor

JoshWho commented Aug 4, 2021

I do not have Proxy disabled for Live Links but it is still just showing the raw stream and not my server.
Screenshot from 2021-08-04 15-09-34

@JoshWho JoshWho added the bug label Aug 4, 2021
@DanielnetoDotCom
Copy link
Member

I am not sure what do you mean

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 5, 2021

I thought when you Have "Disable Proxy" not checked in Live Links plugin it was proxying the m3u8 stream link.
17e4b4b1-07cc-421c-819a-6c3572860972

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 10, 2021

Do u see what I mean?

@DanielnetoDotCom
Copy link
Member

Sometimes the proxy may fail for multiple reasons.

the source may be blocking you. the proxy is just a try to use, the correct way is to use an HTTPS source

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 16, 2021 via email

@DanielnetoDotCom
Copy link
Member

If it is already an https, the proxy will bypass it.

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 20, 2021

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 20, 2021

for some reason the proxy is not working

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 20, 2021

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:53:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:53:02 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:02 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:02 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:53:02 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:57 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:57 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:57 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:57 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:52 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:52 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:52 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:52 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:46 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:46 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:46 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:46 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:41 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:41 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:41 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:41 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:35 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:35 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:35 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:35 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:30 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:30 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:30 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:30 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:25 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:25 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:25 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:25 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:19 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:19 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:19 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:19 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:52:14 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:14 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:14 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:14 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:03 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:03 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:03 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:52:03 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:51:54 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:51:54 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:51:54 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:51:54 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:55 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:55 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:55 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:55 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:42 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:42 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:42 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:42 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:35 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:35 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:35 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:35 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:30 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:30 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:30 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:30 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:24 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:24 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:24 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:24 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:18 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:18 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:18 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:18 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:13 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:13 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:08 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:08 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:49:02 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:02 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:02 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:49:02 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:48:56 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:56 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:56 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:56 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

...
[19-Aug-2021 23:48:47 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] SUCCESS close and reconnect works! SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:47 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":150,"function":"log_error","args":["[sqlDAL::readSql] SUCCESS close and reconnect works!"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:47 America/Chicago] AVideoLog::ERROR: [sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

[19-Aug-2021 23:48:47 America/Chicago] AVideoLog::ERROR: MySQL ERROR: [{"file":"/var/www/html/YouPHPTube/objects/mysql_dal.php","line":142,"function":"log_error","args":["[sqlDAL::readSql] (mysqlnd) Prepare failed: () (SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;) - format=() values=[]"]},{"file":"/var/www/html/YouPHPTube/objects/plugin.php","line":379,"function":"readSql","class":"sqlDAL","type":"::","args":["SELECT * FROM plugins WHERE status='active' AND uuid = 'CDN73225-3807-4167-ba81-0509dd280e06' ;"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":501,"function":"getEnabled","class":"Plugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":296,"function":"isEnabled","class":"AVideoPlugin","type":"::","args":["CDN73225-3807-4167-ba81-0509dd280e06"]},{"file":"/var/www/html/YouPHPTube/plugin/AVideoPlugin.php","line":518,"function":"loadPluginIfEnabled","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":6780,"function":"isEnabledByName","class":"AVideoPlugin","type":"::","args":["CDN"]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2632,"function":"getCDN","args":[]},{"file":"/var/www/html/YouPHPTube/objects/functions.php","line":2655,"function":"isSameDomainAsMyAVideo","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]},{"file":"/var/www/html/YouPHPTube/plugin/LiveLinks/proxy.php","line":31,"function":"addGlobalTokenIfSameDomain","args":["http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8"]}] SCRIPT_NAME: /plugin/LiveLinks/proxy.php

@DanielnetoDotCom
Copy link
Member

I cannot understand why it is not working, looks like MySQL is not able to handle the queries.

Try this https://github.com/WWBN/AVideo/wiki/Speed-up-your-page#mysqltuner-script

@JoshWho
Copy link
Contributor Author

JoshWho commented Aug 20, 2021

That is not the issue because I am able to load https through proxy with no problem

https://www.joshwhotv.com/plugin/LiveLinks/proxy.php?livelink=https://freespeech.akamaized.net/hls/live/2024573/live2/playlist.m3u8

That works, it only doesn't work if it is a http link which is the real purpose for the proxy to begin with

@DanielnetoDotCom
Copy link
Member

Hi, again, HTTPS does not use proxy, only HTTP links will use it

if ($url['scheme'] == 'https') {
$liveLink = $ll->getLink();
} else {
$liveLink = "{$global['webSiteRootURL']}plugin/LiveLinks/proxy.php?livelink=" . urlencode($ll->getLink());
}

@stale
Copy link

stale bot commented Sep 22, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 22, 2021
@stale stale bot closed this as completed Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants