Status
Not open for further replies.

Sp4rtan

Active Member
39
2018
8
140
What is about
NoMoreDeadLinks Project is a php based system, to handle video deletion of file-sharing-hosts due of DMCA reports & inactivity. A perfect link handler for your streaming website. It works for any website, custom or wordpress or any CMS.

How it works
Our php module creates a custom player that handles the videos links with a simple MySQL database. We call that player NMDL Player. Bellow there is an explanation pseudo code that triggered from the visitor each time watch a player.

For each record we have -> PRIMARY LINK, BACKUP LINK

if PRIMARY & BACKUP ARE DEAD THEN
LIST FOR MANUAL UPDATE

if ONLY PRIMARY IS DEAD THEN
PRIMARY <- NEW LINK GENERATED FROM BACKUP

if ONLY BACKUP IS DEAD THEN
BACKUP <- NEW LINK GENERATED FROM PRIMARY

In a few words we duplicate each video and we create an association in a simple db. Of course all links are cloned to your accounts.

Features
  • Create Player using form
  • Create Multiple Players from file (csv, txt) at once
  • Automatic video cloning
  • Automatic broken link recognition
  • Player management
  • Ping your players to avoid deletion due to inactivity
  • List inactive players filtered by days
  • Show stats for each player (views, times reuploaded, last seen)
  • Allows cron job setup to ping players
  • Check your connected hosts balances at once
Inactivity Function Explanation
With this function, tool pings all your players to search for broken links and trigger the cloning function if is needed (cloning function is triggered only when someone uses your player).
This function may increase your links views or may not but this is not the point of the function.

Supported Hosts
  • supervideo
  • cloudvideo
  • mixdrop
  • vidcloud
  • gounlimited
  • upstream
  • vup



For details please visit -> https://steveslab.tech/products/no-more-dead-links-project/
 
Last edited:
13 comments
Only DMCA reports? And inactivity? If yes, how can you handle inactivity if primary & backup links are deleted (because no views)?
 
Very good question. Script itself does not handle this case.
A way could be a small add-on to ping all your player links every x time.

We still thinking of it, we are searching for the lightest solution.

*Script has been updated to handle inactivity too*
 
Last edited:
Very good question. Script itself does not handle this case.
A way could be a small add-on to ping all your player links every x time.

We still thinking of it, we are searching for the lightest solution.

Good. I will definatly want it if its the case.

Keep this updated and let me know.
 
setting a cron job means uploading from local hdd to mixdrop/supervideo etc if file gets deleted?
how do I use this for embeds?
 
setting a cron job means uploading from local hdd to mixdrop/supervideo etc if file gets deleted?
how do I use this for embeds?

setting a cron job means uploading from local hdd to mixdrop/supervideo etc if file gets deleted?
Cron job is about to ping your players (every x time) to avoid video deletion due to inactivity.

how do I use this for embeds?
You use the player link as it is (inside an iframe)
Player link it redirects you to primary or backup link.
 
setting a cron job means uploading from local hdd to mixdrop/supervideo etc if file gets deleted?
Cron job is about to ping your players (every x time) to avoid video deletion due to inactivity.

Just a side note: this is not working currently. OP is testing still.
 
Status
Not open for further replies.
Back
Top