write a script to redirect link (base64 encode) and cache the decoded links
Budget $10-30 USD
- Freelancer
- Jobs
- PHP
- write a script to redirect link (base64 encode) and cache the decoded links
Hello,
I need a simple script to redirect links (javascript, 301), link was encode base64 , the javascript option can redirect after x Seconds (show a page have a message with count down), cache the decoded links. is cache better for speedup ? (have timeout for cache). I don't need interface, I can config it manually, just tell me how
for example: domain.com/redirect/aHR0cDovL2dvb2dsZS5jb20=
[login to view URL]
it will redirect to [login to view URL]
2 freelancere byder i gennemsnit $20 timen for dette job
Hi , i can make the functionality for you as requested. Let's talk in details if you are interested.
Hi, Try this code : setTimeout(function () { [login to view URL] = "[login to view URL]"; //will redirect to "[login to view URL]" }, 2000); //will call the function after 2 secs.