Home > PHP, SQL > Customy Tinyurl-variation

Customy Tinyurl-variation

December 9th, 2009

We need a redirect management system.

The script should be installable on a php/mysql4 system and should do the following:

- Must be able to specify a custom short url
- A custom redirection url
- Simple but effective Admin Backend to be able to modify, change, delete redirects

Example (ourserver.com)

if user types in:

http://ourserver.com/123 or http://ourserver/A12345

he will get redirected

http://otherdomain.me/thisisaarticleabout123/cool or http://otherdomain.net/anotheraricle

As we said a simple shorten url:

Note: The short URL Must have the format: http://ourserver.com/1234 that means it has to look like any other valid link so no ? no # or any other operator can be used.

Happy bidding and please feel free to ask if you have an questions.


Customy Tinyurl-variation

Categories: PHP, SQL Tags: , , , , , ,
Comments are closed.
Bear