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
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
For details please visit -> https://steveslab.tech/products/no-more-dead-links-project/
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
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: