Page 2 of 2
Posted: Thu Oct 19, 2006 1:55 pm
by RobertGonzalez
The original is still only showing the queue image. It loaded yahoo (I would guess from server cache). Nothing for everah.com, sitepoint.com, forum.devnetwork.net, my company's site... nothing.
Good to see you back phice.
Posted: Thu Oct 19, 2006 2:00 pm
by phice
Are you using
http://bluga.net/webthumb/ ? The two "recent thumbs" are my submissions. They were literally produced within 5 seconds for each one.
Posted: Thu Oct 19, 2006 2:06 pm
by RobertGonzalez
Now it is working. And fast too. I'm digging that little app. Very nice.
Posted: Thu Oct 19, 2006 2:23 pm
by phice
They've got an API for it but it only limits 250 requests per month.
Posted: Thu Oct 19, 2006 3:03 pm
by wtf
Maugrim_The_Reaper wrote:PHP for which one...
Webthumb has .php on the end of the files I can visit. It's developed by Joshua Eichorn. His blog categorises it as PHP. Etc. It's not open source though, so I couldn't say for certain what's running it...
Josh has talked about the process on the
http://azphp.org/ list. I'm sure you can digg through the archives and read on how exactly he is doing it.
Posted: Thu Oct 19, 2006 5:07 pm
by hawleyjr
The Ninja Space Goat wrote:Maugrim_The_Reaper wrote:PHP for which one...
Webthumb has .php on the end of the files I can visit. It's developed by Joshua Eichorn. His blog categorises it as PHP. Etc. It's not open source though, so I couldn't say for certain what's running it...
the original... I was asking hawkley jr. how he know it was php
Sorry, I may have been a tad misleading in my initial post. I wasn’t trying to say it was done in PHP. I was meaning to say instead of using php use this…
Posted: Tue Feb 20, 2007 2:11 pm
by s.dot
Sorry to bump this old topic..
but I have no clue how to use the API for
http://bluga.net/webthumb/
I registered.
the sample xml request looks like this
Code: Select all
<webthumb>
<apikey>apikey here</apikey>
<request>
<url>webthumb.bluga.net</url>
</request>
</webthumb>
I have no clue what to do with it. I've never worked with anything like this before.
Posted: Tue Feb 20, 2007 2:27 pm
by wtf
Posted: Tue Feb 20, 2007 2:30 pm
by s.dot
Wow, thanks!