Want to buy link encrypter like wcrypt , anyone got anything or ideas?

Status
Not open for further replies.

XCOLVE

Active Member
493
2014
364
1,155
Hi,

I'm looking to get a script which gives me the ability to easily replace old links with new links without having to edit the original link in the post (like wcrypt)

Protection from DMCA bots would be cool but not 100% necessary, it would be a nice addition, but being able to replace all my links posted using the script would be key.

If interested i might have more PHP/WP/SQL work for you, will pay for all services of course, we discuss price in private.
 
7 comments
i dont understand replacing old link with new link.. means u want to say like www.example.com/movies/nemovies.mkv shoud be replace like www.example.com/sdhfsjhd somthing?

Well no, the script would have to be very complex, what you suggest could easily be done with basic regex

what the script needs to be able to do is:

You input a link like:

<a href="http://myfilehost.com/file/randomlygeneratednumbershere5435436423423/myfilenameisalwaysunique.avi">myfilenameisalwaysunique.avi</a>

That makes the script add a entry into the database and stores the url, while returning another url like

<a href="http://myfiles.com/randomnumbers532432423">myfilenameisalwaysunique.avi</a>

Now this url, that was returned is never going to change, this url is always static for this unique file generated by its filename.

Now if that original file hosts goes down, and i upload the same file to a new filehost, i need to have a tool to input this url in batch (just copy paste into a form) and press "update" or something, then the script will look for the filename of the file, and replace all the other junk around it with new data from the new host, and since the link is static on the pages, you could never ever have to update the original posts.
 
Status
Not open for further replies.
Back
Top