Support Forums
Looking for URL shortening scripts/software - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Looking for URL shortening scripts/software (/showthread.php?tid=1274)



Looking for URL shortening scripts/software - Grizzly - 10-11-2009

As the title says, I'm looking for a decent URL shortening script/software that can be freely used by other people. Been Googleing for hours now and can't really find anything decent that I can get to wrok lol.


RE: Looking for URL shortening scripts/software - TimK - 10-11-2009

http://code.google.com/p/phurl/

Simple google search did that for me.

If you want a custom one and your willing to pay, I can make one for you. Otherwise use that free one.


RE: Looking for URL shortening scripts/software - Gaijin - 10-11-2009

You can do that with an ".htaccess" file.
http://www.mediawiki.org/wiki/Manual:Short_URL/sub_directory/wiki/Page_Title_--_.htaccess

Or you can use websites like
http://tinyurl.com/

I prefer .htaccess file.


RE: Looking for URL shortening scripts/software - Grizzly - 10-12-2009

(10-11-2009, 10:00 PM)TimK Wrote: http://code.google.com/p/phurl/

Simple google search did that for me.

If you want a custom one and your willing to pay, I can make one for you. Otherwise use that free one.

Thanks, but, I've already tried these. I am doing something wrong and can't get it to work lol.

(10-11-2009, 10:02 PM)NinjaGeek Wrote: You can do that with an ".htaccess" file.
http://www.mediawiki.org/wiki/Manual:Short_URL/sub_directory/wiki/Page_Title_--_.htaccess

Or you can use websites like
http://tinyurl.com/

I prefer .htaccess file.

I am trying to provide the service to people. Free of charge. Mainly to be used with my forum by them for things like their signatures, but, anyone around the world can use it for all I care. Using TinyURL won't do that Big Grin


RE: Looking for URL shortening scripts/software - Gaijin - 10-12-2009

(10-12-2009, 01:14 AM)Grizzly Wrote: I am trying to provide the service to people. Free of charge. Mainly to be used with my forum by them for things like their signatures, but, anyone around the world can use it for all I care. Using TinyURL won't do that Big Grin

htaccess is then what you'll need
here is a good tutorial about short urls with htaccess
http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/


RE: Looking for URL shortening scripts/software - Grizzly - 10-12-2009

Yeah, stupid htaccess >< I found a good one, for some reason my smart self never thought of using hotscripts.com Sad

Well, here is a link to what I used http://www.hotscripts.com/listing/sourcecrave-url-shortener-script/

Some knowledge of SQL queries required. As in, copy and paste the one they provide into phpmyadmin lol.

Some knowledge of PHP required, as in type your DB name, DB User, and password into provided areas that anyone that knows a little bit about reading any type of code could figure out.


RE: Looking for URL shortening scripts/software - Akshay* - 10-12-2009

(10-12-2009, 01:50 AM)Grizzly Wrote: Yeah, stupid htaccess >< I found a good one, for some reason my smart self never thought of using hotscripts.com Sad

Well, here is a link to what I used http://www.hotscripts.com/listing/sourcecrave-url-shortener-script/

Some knowledge of SQL queries required. As in, copy and paste the one they provide into phpmyadmin lol.

Some knowledge of PHP required, as in type your DB name, DB User, and password into provided areas that anyone that knows a little bit about reading any type of code could figure out.


u can do it by few sites

as

.tk
.co.nr
.co.cc


RE: Looking for URL shortening scripts/software - Grizzly - 10-12-2009

I own pwf1.com (URL shortener is now set up on there as well)