Login Register


URL Shortener filter_list
Author
Message
URL Shortener #1
Are there any URL shortener that allows for the link to be changed?

Reply

RE: URL Shortener #2
What are you talking about "allows for the links to be changed"? Please specify a little more what you are actually looking for.

Reply

RE: URL Shortener #3
(01-28-2013, 08:13 AM)Anima Templi Wrote: What are you talking about "allows for the links to be changed"? Please specify a little more what you are actually looking for.

Using link a, you shorten it and get shortened link. I want something that will allow me to change the shortened link to redirect to link b or link c instead of link a if I was to change the link.

Reply

RE: URL Shortener #4
That would be scamming pretty much. You got to make your own.
Using simple PHP and mysql you can do this.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: URL Shortener #5
(01-28-2013, 09:08 AM)Coder-san Wrote: That would be scamming pretty much. You got to make your own.
Using simple PHP and mysql you can do this.

any good tutorial for this? Tongue

Reply

RE: URL Shortener #6
Just formulate a logic and it will be clear what you have to do.
You'll have to first make an index of shortening URLs, and create a random link. Then via code just put a redirect to whatever link you want.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: URL Shortener #7
(01-29-2013, 07:53 PM)Coder-san Wrote: Just formulate a logic and it will be clear what you have to do.
You'll have to first make an index of shortening URLs, and create a random link. Then via code just put a redirect to whatever link you want.

ALthough of low concern but random url will not be encourage due to chances of collision[minute chances].there should be some sequence or some order in which you can store them..

Or, you can just call the random function you use again if the generated link exists in the database

Reply







Users browsing this thread: 1 Guest(s)