v.gd or is.gd url shortener

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
NewzNZ
Halfop
Posts: 68
Joined: Thu Mar 05, 2009 5:15 am
Contact:

v.gd or is.gd url shortener

Post by NewzNZ »

Hi there
I was using the v.gd or and/or is.gd url shorteners via a tcl script when sending news items to my channel...but I haven't been able to return any urls from those sites any for some time despite nothing appeared to have changed with the site...
Just wondering if anyone had any experience using these url shorteners?


The script is:

Code: Select all

	set query [::http::geturl http://v.gd/create.php?url=$someurlhere&format=simple]

	set url [lindex [split [::http::data $query] \n] 0]
Thanks in advance for any help!
Post Reply