MyBB Community Forums

Full Version: url shortener
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
i need a good and free url shortener script.
what's your suggestion? Undecided
phpurl is best free url script
Thanks a lot manig Smile

and anyone know what's script of this site? Undecided
http://zurl.ir/
It'll be custom. URL shortners are one of the simplest scripts to make.


Using HTACCESS:

http://short.com/abcdefghi => http://short.com/?id=abcdefghi

Then simply use PHP to get the "id" and search the database for it, get the real URL and redirect to it.
However for someone who haven't information about programming, it's difficult and complex. Big Grin