WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.9k stars 971 forks source link

Update Scheduler 4.3 and YPT Socket 2.1 plugins #7840

Closed sharknetwork24 closed 1 year ago

sharknetwork24 commented 1 year ago

When I go to download Scheduler 4.3 and YPT Socket 2.1 plugins on Marketplace, here (https://youphp.tube/marketplace/) they are not in the list. Even doing a gitpull they don't update. My YPTSocket keeps disconnecting. I give the command to start: sudo nohup php /var/www/html/AVideo/plugin/YPTSocket/server.php &

He boots up for a few seconds and immediately disconnects. Daniel why are there no plugins on the marketplace? Can you kindly tell me how to fix and upgrade my YPTSocket to 2.1 version? I'm waiting for your answer. Thank you

sharknetwork24 commented 1 year ago

1

2

3

milehighkaraoke commented 1 year ago

Look to see if you have an update tab in your plugins under specific plugins

DanielnetoDotCom commented 1 year ago

To update Scheduler and YPT Socket you mast do a git pull

if you cannot make a git pull share your output

sharknetwork24 commented 1 year ago

I no longer see the update prompt, but errors pop up that weren't there before.

sharknetwork24 commented 1 year ago

SmartSelect_20230328-130100_Samsung Internet.jpg

SmartSelect_20230328-130243_Samsung Internet.jpg

SmartSelect_20230328-130215_Samsung Internet.jpg

SmartSelect_20230328-130303_Samsung Internet.jpg

SmartSelect_20230328-130028_Samsung Internet.jpg

sharknetwork24 commented 1 year ago

SmartSelect_20230328-130630_Admin Shark.jpg

DanielnetoDotCom commented 1 year ago

So the issue seems to be fixed, I will close this thread

If you see any other error please open a new issue. do not mix issues, it makes it harder for me to help you.

sharknetwork24 commented 1 year ago

4 5

sharknetwork24 commented 1 year ago

So the issue seems to be fixed, I will close this thread

If you see any other error please open a new issue. do not mix issues, it makes it harder for me to help you.

No Daniel is not solved. From the phone I could not see, but now from the PC you can see. I took screenshots for you

DanielnetoDotCom commented 1 year ago

to resolve this you MUST read what I write to you

https://github.com/WWBN/AVideo/issues/7840#issuecomment-1486642151

sharknetwork24 commented 1 year ago

To update Scheduler and YPT Socket you mast do a git pull

if you cannot make a git pull share your output

what output? I already did a gitpull but it doesn't solve the problem.

DanielnetoDotCom commented 1 year ago

To update Scheduler and YPT Socket you mast do a git pull if you cannot make a git pull share your output

what output? I already did a gitpull but it doesn't solve the problem.

It probably did not work, that is why I am requesting you the git pull output.

sharknetwork24 commented 1 year ago

6

See what Daniel appears to me. Do I need to restart the server? I don't understand if he wants to update ubuntu. What should I do?

DanielnetoDotCom commented 1 year ago

delete the nohup.out file and make a git pull again

sudo rm /var/www/html/AVideo/nohup.out

sharknetwork24 commented 1 year ago

Ok

sharknetwork24 commented 1 year ago

ubuntu@sharktube:~$ sudo rm /var/www/html/AVideo/nohup.out ubuntu@sharktube:~$ cd /var/www/html/AVideo/ && sudo git pull Updating 3c001dd8e3..3343803cf0 Fast-forward .gitignore | 3 + .htaccess | 1 + Dockerfile | 224 +- Dockerfile.live | 102 + README.md | 73 +- admin/general_settings_encoder.php | 2 +- admin/health_check.php | 174 +- admin/payments_settings.php | 2 +- composer.json | 3 +- composer.lock | 142 +- deploy/apache/avideo.conf | 34 +- deploy/apache/crontab | 4 + deploy/apache/docker-entrypoint | 152 + deploy/apache/localhost.conf | 27 + deploy/{ => apache}/wait-for-db.php | 62 +- deploy/docker-entrypoint | 75 - deploy/nginx/crontab | 3 + deploy/nginx/docker-entrypoint-live | 78 + deploy/nginx/nginx.conf | 143 + docker-compose.yml | 190 +- env.example | 20 +- feed/index.php | 2 +- install/checkConfiguration.php | 7 + install/cli.php | 28 +- install/getMp3FromAll.php | 21 + install/recoverFilesToVideos.php | 144 +- install/restartNginxIfNeed.php | 62 + locale/ar_SA.php | 32 +- locale/cs.php | 34 +- locale/da_DK.php | 49 +- locale/de.php | 30 +- locale/el_GR.php | 32 +- locale/en_AU.php | 2 +- locale/en_US.php | 91 +- locale/es.php | 30 +- locale/es_CL.php | 32 +- locale/fr.php | 71 +- locale/function.php | 129 +- locale/he_IL.php | 35 +- locale/hi_IN.php | 30 +- locale/hu_HU.php | 314 +- locale/it.php | 34 +- locale/ja_JP.php | 95 +- locale/ko_KR.php | 38 +- locale/nl.php | 30 +- locale/pl.php | 658 ++- locale/pt.php | 54 +- locale/pt_BR.php | 87 +- locale/ru.php | 611 +-- locale/save.php | 2 +- locale/si.php | 30 +- locale/sv_SE.php | 81 +- locale/th.php | 35 +- locale/tr.php | 33 +- locale/zh.php | 32 +- locale/zh_Hant_TW.php | 36 +- localhost.crt | 19 + localhost.csr | 16 + localhost.key | 28 + nohup.out | 29 + objects/Channel.php | 8 + objects/Object.php | 35 +- objects/aVideoEncoder.json.php | 2 +- objects/aVideoEncoderReceiveImage.json.php | 24 +- objects/category.php | 11 +- objects/categoryAddNew.json.php | 110 +- objects/comment.php | 6 +- objects/comments.json.php | 4 +- objects/comments_like.php | 12 +- objects/emailAllUsers.json.php | 1 + objects/functionogSite.php | 22 +- objects/functions.php | 806 ++-- objects/include_config.php | 47 +- objects/include_end.php | 2 +- objects/like.php | 4 +- objects/mysql_dal.php | 31 +- objects/playListAddVideo.json.php | 2 +- objects/playlist.php | 56 +- objects/plugin.php | 23 +- objects/subscribe.php | 12 +- objects/uploadPoster.php | 5 +- objects/user.php | 25 +- objects/userGroups.php | 4 +- objects/video.php | 251 +- objects/videoAddNew.json.php | 8 +- objects/videoAddViewCount.json.php | 2 +- objects/videoUpdateUsage.json.php | 2 +- objects/video_statistic.php | 4 +- objects/videos.json.php | 2 +- package-lock.json | 664 ++- package.json | 16 +- plugin/AD_Overlay/Objects/AD_Overlay_Code.php | 4 +- plugin/AD_Server/Objects/VastCampaignsVideos.php | 3 +- plugin/ADs/ADs.php | 29 +- plugin/API/API.php | 741 +++- plugin/AVideoPlugin.php | 228 +- plugin/BlockonomicsYPT/Objects/BlockonomicsOrder.php | 3 +- plugin/CDN/FtpClient/FtpClient.php | 2 +- plugin/CDN/tools/downloadAllFilesFromCDN.php | 133 +- plugin/CDN/tools/downloadAllFilesFromS3.php | 1 - plugin/CDN/tools/moveFilesCDNToLocal.php | 6 +- plugin/CDN/tools/moveFilesToCDN.php | 2 - plugin/CDN/tools/moveMissingFiles.php | 2 - plugin/Cache/Cache.php | 4 +- plugin/CloneSite/Objects/Clones.php | 3 +- plugin/CustomizeAdvanced/CustomizeAdvanced.php | 9 +- plugin/CustomizeUser/CustomizeUser.php | 151 +- plugin/Gallery/Gallery.php | 301 +- plugin/Gallery/functions.php | 18 +- plugin/Gallery/style.css | 3 +- plugin/Gallery/view/BigVideo.php | 2 +- plugin/Gallery/view/Category.php | 113 +- plugin/Gallery/view/mainArea.php | 12 +- plugin/Gallery/view/mainAreaCategory.php | 113 +- plugin/Gallery/view/mainAreaTags.php | 7 +- plugin/Gallery/view/modeGalleryCategory.php | 2 +- plugin/Gallery/view/topLogic.php | 8 +- plugin/Layout/Layout.php | 6 +- plugin/Layout/categoriesTopButtons.php | 131 +- plugin/Live/Live.php | 65 +- plugin/Live/Objects/LiveTransmition.php | 187 +- plugin/Live/Objects/LiveTransmitionHistory.php | 9 +- plugin/Live/Objects/LiveTransmitionHistoryLog.php | 4 +- plugin/Live/Objects/Live_schedule.php | 13 +- plugin/Live/control.json.php | 2 +- plugin/Live/getImage.php | 1 + plugin/Live/index.php | 386 +- plugin/Live/latestOrLive.php | 30 +- plugin/Live/on_publish.php | 13 +- plugin/Live/on_publish_done.php | 9 +- plugin/Live/on_publish_socket_notification.php | 7 +- plugin/Live/on_record_done.php | 2 +- plugin/Live/saveLive.php | 2 +- plugin/Live/standAloneFiles/getRecordedFile.php | 2 +- plugin/Live/standAloneFiles/saveDVR.json.php | 2 +- plugin/Live/test.php | 2 +- plugin/Live/view/Live_restreams/testRestreamer.json.php | 3 +- plugin/Live/view/Live_schedule/add.json.php | 8 +- plugin/Live/view/menuRight.php | 15 +- plugin/Live/view/videoEmbeded.php | 6 +- plugin/Live/webRTCToLive.json.php | 2 +- plugin/LiveLinks/LiveLinks.php | 4 +- plugin/LoginControl/pgp/functions.php | 6 +- plugin/LoginWordPress/LoginWordPress.php | 9 +- plugin/Meet/Meet.php | 2 +- plugin/MobileManager/index.php | 4 +- plugin/MobileManager/loginPage.php | 4 +- plugin/MobileYPT/HTMLMenuLeft.php | 2 + plugin/MobileYPT/MobileYPT.php | 2 +- plugin/MobileYPT/getConfiguration.json.php | 17 + plugin/MobileYPT/index.php | 23 +- plugin/MobileYPT/loginPage.php | 9 +- plugin/PayPalYPT/PayPalClient.php | 2 +- plugin/Permissions/Permissions.php | 50 +- plugin/PlayLists/PlayLists.php | 13 +- plugin/PlayLists/View/getPlaylistButtons.php | 3 + plugin/PlayLists/footer.php | 6 +- plugin/PlayLists/player.php | 1 + plugin/PlayerSkins/PlayerSkins.php | 39 +- plugin/Plugin.abstract.php | 26 +- plugin/ReportVideo/ReportVideo.php | 4 +- plugin/Scheduler/Objects/Scheduler_commands.php | 8 - plugin/Scheduler/Scheduler.php | 307 +- plugin/Scheduler/View/activeLabel.php | 17 + plugin/Scheduler/getManagerVideosEdit.js | 2 +- plugin/Scheduler/install/install.sql | 2 + plugin/Scheduler/install/updateV4.2.sql | 2 + plugin/Scheduler/install/updateV4.3.sql | 2 + plugin/Scheduler/run.php | 10 +- plugin/StripeYPT/StripeYPT.php | 4 +- plugin/TheaterButton/TheaterButton.php | 4 + plugin/TopMenu/index.php | 3 + plugin/UserNotifications/script.js | 12 +- plugin/User_Location/User_Location.php | 51 +- plugin/VR360/Objects/VideosVR360.php | 3 +- plugin/VR360/VR360.php | 201 +- plugin/VideoTags/Objects/Tags.php | 9 +- plugin/VideoTags/Objects/TagsHasVideos.php | 81 +- plugin/VideoTags/VideoTags.php | 35 +- plugin/VideoTags/install/updateV3.0.sql | 2 +- plugin/VideoTags/pluginMenu.html | 4 +- plugin/VimeoAPI/Objects/VimeoUploads.php | 3 +- plugin/WWBNIndex/Objects/WWBNIndexModel.php | 35 + plugin/WWBNIndex/WWBNIndex.php | 215 + plugin/WWBNIndex/ajax.php | 628 +++ plugin/WWBNIndex/keys/functions.php | 82 + plugin/WWBNIndex/modal.php | 101 + plugin/WWBNIndex/script.php | 516 +++ plugin/WWBNIndex/submitIndex.php | 118 + plugin/YPTSocket/MessageSQLite.php | 59 +- plugin/YPTSocket/YPTSocket.php | 37 +- plugin/YPTSocket/db.php | 9 +- plugin/YPTSocket/footer.php | 2 + plugin/YPTSocket/restart.json.php | 38 + plugin/YPTSocket/script.js | 108 +- plugin/YPTSocket/server.php | 8 +- plugin/YPTSocket/server2.php | 2 +- plugin/YPTSocket/sql.sql | 2 + plugin/YPTSocket/test.php | 2 +- plugin/YPTWallet/Objects/Wallet.php | 3 +- plugin/YouPHPFlix2/YouPHPFlix2.php | 202 +- plugin/YouPHPFlix2/view/BigVideoInfoDetails.php | 4 +- plugin/YouPHPFlix2/view/modeFlix.php | 2 +- plugin/YouPHPFlix2/view/modeFlixBody.php | 7 +- plugin/YouPHPFlix2/view/modeFlixCategory.php | 14 +- plugin/YouPHPFlix2/view/row_info.php | 2 +- plugin/YouTubeAPI/Objects/YouTubeUploads.php | 3 +- sw.js | 322 +- vendor/composer/installed.json | 14 +- vendor/composer/installed.php | 10 +- vendor/google/apiclient-services/README.md | 4 + vendor/google/apiclient-services/src/AndroidManagement/Resource/Enterprises.php | 4 +- vendor/google/apiclient-services/src/Baremetalsolution/RenameInstanceRequest.php | 27 +- .../src/Baremetalsolution/Resource/ProjectsLocationsInstances.php | 11 +- vendor/google/apiclient-services/src/Batch.php | 34 - vendor/google/apiclient-services/src/Batch/Resource/ProjectsLocationsJobs.php | 78 +- vendor/google/apiclient-services/src/Bigquery/Dataset.php | 18 + vendor/google/apiclient-services/src/Bigquery/Table.php | 18 + vendor/google/apiclient-services/src/Bigquery/TableFieldSchema.php | 18 + .../google/apiclient-services/src/CertificateAuthorityService/NameConstraints.php | 189 + .../src/CertificateAuthorityService/Resource/ProjectsLocationsCaPools.php | 6 +- .../Resource/ProjectsLocationsCaPoolsCertificateAuthorities.php | 6 +- .../ProjectsLocationsCaPoolsCertificateAuthoritiesCertificateRevocationLists.php | 2 +- .../CertificateAuthorityService/Resource/ProjectsLocationsCaPoolsCertificates.php | 2 +- .../Resource/ProjectsLocationsCertificateTemplates.php | 6 +- .../google/apiclient-services/src/CertificateAuthorityService/X509Parameters.php | 17 + vendor/google/apiclient-services/src/ChromeManagement.php | 60 + .../ChromeManagement/GoogleChromeManagementV1CountPrintJobsByPrinterResponse.php | 80 + .../src/ChromeManagement/GoogleChromeManagementV1CountPrintJobsByUserResponse.php | 80 + .../src/ChromeManagement/GoogleChromeManagementV1PrinterReport.php | 134 + .../src/ChromeManagement/GoogleChromeManagementV1UserPrintReport.php | 116 + .../google/apiclient-services/src/ChromeManagement/Resource/CustomersReports.php | 65 + .../src/ChromePolicy/ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.php | 21 +- vendor/google/apiclient-services/src/CloudAsset/Resource/Feeds.php | 2 +- vendor/google/apiclient-services/src/CloudAsset/Resource/SavedQueries.php | 4 +- vendor/google/apiclient-services/src/CloudDataplex.php | 8 + .../src/CloudDataplex/GoogleCloudDataplexV1AssetResourceStatus.php | 18 + .../apiclient-services/src/CloudDataplex/Resource/ProjectsLocationsDataScans.php | 4 + vendor/google/apiclient-services/src/CloudDeploy/Release.php | 17 + vendor/google/apiclient-services/src/CloudDeploy/ReleaseCondition.php | 60 + vendor/google/apiclient-services/src/CloudDeploy/ReleaseReadyCondition.php | 44 + vendor/google/apiclient-services/src/CloudDeploy/SkaffoldSupportedCondition.php | 98 + vendor/google/apiclient-services/src/CloudDeploy/SkaffoldVersion.php | 36 + vendor/google/apiclient-services/src/CloudHealthcare/SchemaConfig.php | 17 + vendor/google/apiclient-services/src/CloudHealthcare/TimePartitioning.php | 62 + vendor/google/apiclient-services/src/CloudRedis/Instance.php | 36 + vendor/google/apiclient-services/src/CloudSearch/AppsDynamiteSharedSpaceInfo.php | 17 + vendor/google/apiclient-services/src/CloudSearch/AppsDynamiteStorageAction.php | 18 + vendor/google/apiclient-services/src/CloudSearch/MessageDeleted.php | 19 +- vendor/google/apiclient-services/src/CloudSearch/UserMentionMetadata.php | 18 + vendor/google/apiclient-services/src/CloudSearch/WonderCardDelete.php | 61 + vendor/google/apiclient-services/src/CloudSearch/WonderMessageMapping.php | 45 + .../src/CloudWorkstations/Resource/ProjectsLocationsWorkstationClusters.php | 22 +- vendor/google/apiclient-services/src/Compute.php | 169 +- vendor/google/apiclient-services/src/Compute/InstanceTemplate.php | 18 + vendor/google/apiclient-services/src/Compute/InstanceTemplateAggregatedList.php | 132 + .../apiclient-services/src/Compute/InstanceTemplateAggregatedListWarning.php | 80 + .../apiclient-services/src/Compute/InstanceTemplateAggregatedListWarningData.php | 62 + vendor/google/apiclient-services/src/Compute/InstanceTemplatesScopedList.php | 61 + .../google/apiclient-services/src/Compute/InstanceTemplatesScopedListWarning.php | 80 + .../apiclient-services/src/Compute/InstanceTemplatesScopedListWarningData.php | 62 + vendor/google/apiclient-services/src/Compute/InstancesSetNameRequest.php | 62 + vendor/google/apiclient-services/src/Compute/Resource/Images.php | 6 +- vendor/google/apiclient-services/src/Compute/Resource/InstanceTemplates.php | 73 + vendor/google/apiclient-services/src/Compute/Resource/Instances.php | 28 + vendor/google/apiclient-services/src/Compute/Resource/RegionInstanceTemplates.php | 175 + vendor/google/apiclient-services/src/Drive/DriveCapabilities.php | 18 + vendor/google/apiclient-services/src/Drive/DriveRestrictions.php | 18 + vendor/google/apiclient-services/src/Drive/TeamDriveCapabilities.php | 18 + vendor/google/apiclient-services/src/Drive/TeamDriveRestrictions.php | 18 + vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Accounts.php | 6 +- vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/Properties.php | 2 +- vendor/google/apiclient-services/src/HangoutsChat.php | 3 + vendor/google/apiclient-services/src/HangoutsChat/Space.php | 18 + vendor/google/apiclient-services/src/Logging.php | 140 + vendor/google/apiclient-services/src/Logging/BucketMetadata.php | 114 + vendor/google/apiclient-services/src/Logging/CreateBucketRequest.php | 79 + vendor/google/apiclient-services/src/Logging/LogBucket.php | 18 + .../apiclient-services/src/Logging/Resource/BillingAccountsLocationsBuckets.php | 58 +- vendor/google/apiclient-services/src/Logging/Resource/FoldersLocationsBuckets.php | 58 +- vendor/google/apiclient-services/src/Logging/Resource/LocationsBuckets.php | 58 +- .../apiclient-services/src/Logging/Resource/OrganizationsLocationsBuckets.php | 58 +- .../google/apiclient-services/src/Logging/Resource/ProjectsLocationsBuckets.php | 58 +- vendor/google/apiclient-services/src/Logging/UpdateBucketRequest.php | 79 + vendor/google/apiclient-services/src/Monitoring/HttpCheck.php | 18 + .../Resource/ProjectsLocationsNetworkconnectivityGlobalHubs.php | 3 +- .../src/Networkconnectivity/Resource/ProjectsLocationsSpokes.php | 3 +- vendor/google/apiclient-services/src/OnDemandScanning/VulnerabilityOccurrence.php | 17 + .../GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem.php | 17 + vendor/google/apiclient-services/src/SASPortalTesting.php | 4 + vendor/google/apiclient-services/src/SASPortalTesting/Resource/Customers.php | 17 + vendor/google/apiclient-services/src/SASPortalTesting/Resource/Provisioning.php | 51 + .../src/SASPortalTesting/SasPortalProvisionDeploymentRequest.php | 25 + .../src/SASPortalTesting/SasPortalProvisionDeploymentResponse.php | 44 + vendor/google/apiclient-services/src/Safebrowsing/Resource/EncodedFullHashes.php | 6 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/EncodedUpdates.php | 6 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/FullHashes.php | 12 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/ThreatHits.php | 12 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/ThreatListUpdates.php | 12 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/ThreatLists.php | 6 +- vendor/google/apiclient-services/src/Safebrowsing/Resource/ThreatMatches.php | 12 +- vendor/google/apiclient-services/src/ServiceConsumerManagement/BackendRule.php | 17 + vendor/google/apiclient-services/src/ServiceControl/CheckResponse.php | 17 - vendor/google/apiclient-services/src/ServiceNetworking/BackendRule.php | 17 + vendor/google/apiclient-services/src/ServiceUsage/BackendRule.php | 17 + .../src/VMMigrationService/Resource/ProjectsLocationsGroups.php | 6 +- .../src/VMMigrationService/Resource/ProjectsLocationsSources.php | 6 +- .../VMMigrationService/Resource/ProjectsLocationsSourcesDatacenterConnectors.php | 4 +- .../src/VMMigrationService/Resource/ProjectsLocationsSourcesMigratingVms.php | 4 +- .../VMMigrationService/Resource/ProjectsLocationsSourcesMigratingVmsCloneJobs.php | 2 +- .../Resource/ProjectsLocationsSourcesMigratingVmsCutoverJobs.php | 2 +- .../VMMigrationService/Resource/ProjectsLocationsSourcesUtilizationReports.php | 4 +- .../src/VMMigrationService/Resource/ProjectsLocationsTargetProjects.php | 6 +- vendor/symfony/config/Builder/ClassBuilder.php | 2 +- vendor/symfony/dependency-injection/Definition.php | 2 +- view/channelBody.php | 12 +- view/channelPlaylistItems.php | 20 +- view/channels.php | 2 +- view/configurations_body.php | 6 +- view/css/custom/darkly.css | 8694 +++++++++++++++++++++++++++++++++++++- view/css/main.css | 2089 +++++---- view/help.php | 2 +- view/hls.php | 6 +- view/img/audio_wave_jpg.webp | Bin 0 -> 41284 bytes view/include/categoryTop.php | 15 +- view/include/footer.php | 5 +- view/include/head.php | 32 +- view/include/htmlTag.php | 17 +- view/include/navbar.php | 35 +- view/include/navbarLang.php | 4 +- view/include/navbarSidebar.php | 8 +- view/include/social.php | 4 +- view/infoFromURL.php | 150 +- view/js/script.js | 102 +- view/js/swRegister.js | 46 +- view/logo.png.php | 10 + view/logs.php | 4 +- view/managerPlugins_body.php | 30 +- view/managerVideos_body.php | 3421 +++++++-------- view/managerVideos_form.php | 1 + view/manifest.json.php | 174 +- view/mini-upload-form/index.php | 2 +- view/modeYoutube.php | 43 +- view/modeYoutubeBottom.php | 2 +- view/modeYoutubeBundle.php | 2 +- view/offline.php | 2 +- view/report.json.php | 4 +- view/report3.json.php | 4 +- view/trending.php | 4 +- view/userGetPhoto.php | 27 +- view/userLogin.php | 2 +- view/videoEmbeded.php | 3 +- view/videosList.php | 2 +- 353 files changed, 24638 insertions(+), 7328 deletions(-) create mode 100644 Dockerfile.live create mode 100644 deploy/apache/crontab create mode 100644 deploy/apache/docker-entrypoint create mode 100644 deploy/apache/localhost.conf rename deploy/{ => apache}/wait-for-db.php (89%) delete mode 100644 deploy/docker-entrypoint create mode 100644 deploy/nginx/crontab create mode 100644 deploy/nginx/docker-entrypoint-live create mode 100644 deploy/nginx/nginx.conf create mode 100644 install/getMp3FromAll.php create mode 100644 install/restartNginxIfNeed.php create mode 100644 localhost.crt create mode 100644 localhost.csr create mode 100644 localhost.key create mode 100644 nohup.out create mode 100644 plugin/Scheduler/View/activeLabel.php create mode 100644 plugin/Scheduler/install/updateV4.2.sql create mode 100644 plugin/Scheduler/install/updateV4.3.sql create mode 100644 plugin/WWBNIndex/Objects/WWBNIndexModel.php create mode 100644 plugin/WWBNIndex/WWBNIndex.php create mode 100644 plugin/WWBNIndex/ajax.php create mode 100644 plugin/WWBNIndex/keys/functions.php create mode 100644 plugin/WWBNIndex/modal.php create mode 100644 plugin/WWBNIndex/script.php create mode 100644 plugin/WWBNIndex/submitIndex.php create mode 100644 plugin/YPTSocket/restart.json.php create mode 100644 vendor/google/apiclient-services/src/CertificateAuthorityService/NameConstraints.php create mode 100644 vendor/google/apiclient-services/src/ChromeManagement/GoogleChromeManagementV1CountPrintJobsByPrinterResponse.php create mode 100644 vendor/google/apiclient-services/src/ChromeManagement/GoogleChromeManagementV1CountPrintJobsByUserResponse.php create mode 100644 vendor/google/apiclient-services/src/ChromeManagement/GoogleChromeManagementV1PrinterReport.php create mode 100644 vendor/google/apiclient-services/src/ChromeManagement/GoogleChromeManagementV1UserPrintReport.php create mode 100644 vendor/google/apiclient-services/src/CloudDeploy/ReleaseCondition.php create mode 100644 vendor/google/apiclient-services/src/CloudDeploy/ReleaseReadyCondition.php create mode 100644 vendor/google/apiclient-services/src/CloudDeploy/SkaffoldSupportedCondition.php create mode 100644 vendor/google/apiclient-services/src/CloudHealthcare/TimePartitioning.php create mode 100644 vendor/google/apiclient-services/src/CloudSearch/WonderCardDelete.php create mode 100644 vendor/google/apiclient-services/src/CloudSearch/WonderMessageMapping.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplateAggregatedList.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplateAggregatedListWarning.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplateAggregatedListWarningData.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplatesScopedList.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplatesScopedListWarning.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstanceTemplatesScopedListWarningData.php create mode 100644 vendor/google/apiclient-services/src/Compute/InstancesSetNameRequest.php create mode 100644 vendor/google/apiclient-services/src/Compute/Resource/RegionInstanceTemplates.php create mode 100644 vendor/google/apiclient-services/src/Logging/BucketMetadata.php create mode 100644 vendor/google/apiclient-services/src/Logging/CreateBucketRequest.php create mode 100644 vendor/google/apiclient-services/src/Logging/UpdateBucketRequest.php create mode 100644 vendor/google/apiclient-services/src/SASPortalTesting/Resource/Provisioning.php create mode 100644 vendor/google/apiclient-services/src/SASPortalTesting/SasPortalProvisionDeploymentRequest.php create mode 100644 vendor/google/apiclient-services/src/SASPortalTesting/SasPortalProvisionDeploymentResponse.php create mode 100644 view/img/audio_wave_jpg.webp create mode 100644 view/logo.png.php ubuntu@sharktube:/var/www/html/AVideo$

DanielnetoDotCom commented 1 year ago

you should be good now, do not forget to update your encoder as well

sharknetwork24 commented 1 year ago

7 8 9

sharknetwork24 commented 1 year ago

I just updated and restarted. As soon as it ends I'll tell you what happens.

sharknetwork24 commented 1 year ago

11

Daniel but is the vove in red RESTART always there? Is it normal to be like this? And your update probably.

DanielnetoDotCom commented 1 year ago

yes, also check your Scheduler plugin for instructions.

sharknetwork24 commented 1 year ago

yes, also check your Scheduler plugin for instructions.

Thanks Daniel