• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Restore dead tinypic images from the Wayback Machine

Level 12
Joined
Sep 4, 2008
Messages
289
Hive is absolutely filled with tinypic* images (dead, ofc). Some have been archived on the Wayback Machine. Like this one from this post.

*WHHHYYYYYYYY

There were also a couple tinypic archive projects in the past, the full collections of which are described here. Now, from what I've read, it sounds like everything in those archives is in-fact accessible via original URLs on the Wayback Machine - meaning, whatever is reachable via normal Wayback Machine search is probably all there is.


The only idea I really have off the top of my head for restoring Hive images from the Internet Archive is to basically do what the browser extension that I describe in the next section does - basically use a regex on the Hive's tinypic URLs to directly get archived images, and either just redirect the URLs to the Wayback Machine, or permanently replace the images in the forums (though, you'll definitely want to back up everything beforehand either way 😬).


While some images have been archived, many have not (example in this top post), so if you keep track of how many/what percent you succeed in replacing if you attempt this, I'd be curious what the number is, to see how much attempting this pays off.


Something that worked for me

I managed to use this browser extension called Redirector with the below Javascript regex rule to pull tinypic images posted on the Hive from the Wayback Machine:

.*(http%3A%2F%2Fi[0-9][0-9]\.tinypic\.com%2F[^&#?]*?\.(?:png|jpe?g|gif|webp))


9401e330-8e7a-4e0c-ace5-9a3929e46c21.png


Note the redirect link format (which I guess is how to directly retrieve images from the Internet Archive): https://web.archive.org/web/1im_/

So now the page I linked at the top of this post looks like this to me just from using that browser extension:

abb1a22c-dc81-467b-a7dd-3c783611d7f8.png




More basic info about tinyurl format

Hive tinypic URLs seem to generally look like:
https://www.hiveworkshop.com/proxy.php?image=http%3A%2F%2Fi49.tinypic.com%2Fsw3g3s.png&hash=ebb86ccddb1dc09f4c64105af7a626aa

where the actual original tinypic URL that you want to extract from that is:
http://i49.tinypic.com/sw3g3s.png

which is taken from this part:
http%3A%2F%2Fi49.tinypic.com%2Fsw3g3s.png


The format for a direct image link is something like:
http://iXX.tinypic.com/ABCDEF.ext
E.g., http://i62.tinypic.com/nnpdts.png

Note that the number after the "i" at the beginning is not the same for all images, but generally seems to be 2 numbers. I don't know if the image name is always 6 characters, but it seems like it might be.


Note also that, for some reason, searching for tinypic URLs from the below-pictured interface generally doesn't work:
e52532ff-fd89-4370-9338-2919abd4302b.png



so you have to search from either the direct link format I gave in the 2nd section, or via the Wayback Machine Extension, or from the top page pictured below (in the box where you see I've pasted the URL, not in the search bar in the grey/black section at the top):

50cab6cd-b4db-4df7-aea6-b9c71939cec2.png
 
Back
Top