based in this program create a new where the user can add valid URLs or magnetic link anonymously and without register. use the same layout of the page 
(without button '[Run Import Now]'
 and the related function to get contents of text files) and use same structure of table "links" but save contents that user insert in the table 
"links_sent". when user do a search will 
show and  will display the table entries of "links" and "links_sent" in a unified result, without indicating which table the result came from or which 
table it belongs to. to compatible with php 7, without the button of "run import now" and continue using the same page style. Create a records table 
and set a limit allowing the user to submit only one link every ten minutes, using the IP's SHA-256 hash and a salt for identification; the data in this 
table will be deleted every hour.

nice. now do a new version where the user can like one entry and the results are ordered in descending order by entries with more likes.
 create the table "likes" for this and the user must wait 1 minute for like other entry (use user ip with hash sha256 more salt for register).
 you do not need show the fields or collums "Domain" and  "Trackers" of the result and the like can be a blue button with same style of the others
 and be the last collum

do this page with a best responsive style.
