Difference between revisions of "Webshots"

From Archiveteam
Jump to navigation Jump to search
(Created page with "{{Infobox project | title = Webshots | logo = Webshots-logo.png | image = Webshots-penguin-screenshot.png | URL = {{url|1=http://www.webshots.com/}} | project_status = {{closi...")
 
Line 17: Line 17:


== Site structure ==
== Site structure ==
Pictures are displayed in Flash, with http://p.webshots.com/flash/simpleImageLoader.swf or http://p.webshots.com/flash/fullsizeimageloader/FullSizeImageLoader_v1.swf
Picture pages have urls of the form <nowiki>http://<channel>.webshots.com/photo/<photo id></nowiki>, with channel one of family, home-and-garden, news, outdoors, pets, rides, sports, travel
On a picture page, e.g.,<br/>
http://travel.webshots.com/photo/2248078140105543869vCJpvs,<br/>
the image url is stored in a params tag:<br/>
<code><nowiki>&lt;param name="flashvars" value="src=http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg"&gt;</nowiki></code><br/>
but there is also a normal img tag:<br/>
<code><nowiki>&lt;img width="584" height="389" alt="" title="" src="http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg"/&gt;</nowiki></code>
The fullsize link from the image page leads to<br/>
http://community.webshots.com/photo/fullsize/2248078140105543869vCJpvs (always community),<br/>
with another Flash object. This time the image path is in JavaScript, not in a params tag, and there is no fallback img tag.
The url of a fullsize image can be derived from the smaller url: replace _ph with _fs, e.g., <br/>
http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg<br/> has a fullsize version at<br/> http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_fs.jpg

Revision as of 09:31, 4 October 2012

Webshots
Webshots logo
Webshots-penguin-screenshot.png
URL http://www.webshots.com/[IAWcite.todayMemWeb]
Status Closing
Archiving status Not saved yet
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

"Big News! Webshots is now Smile by Webshots"

Archive effort

Joepie91 is making a list of users with this script

Site structure

Pictures are displayed in Flash, with http://p.webshots.com/flash/simpleImageLoader.swf or http://p.webshots.com/flash/fullsizeimageloader/FullSizeImageLoader_v1.swf

Picture pages have urls of the form http://<channel>.webshots.com/photo/<photo id>, with channel one of family, home-and-garden, news, outdoors, pets, rides, sports, travel

On a picture page, e.g.,
http://travel.webshots.com/photo/2248078140105543869vCJpvs,
the image url is stored in a params tag:
<param name="flashvars" value="src=http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg">
but there is also a normal img tag:
<img width="584" height="389" alt="" title="" src="http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg"/>

The fullsize link from the image page leads to
http://community.webshots.com/photo/fullsize/2248078140105543869vCJpvs (always community),
with another Flash object. This time the image path is in JavaScript, not in a params tag, and there is no fallback img tag.

The url of a fullsize image can be derived from the smaller url: replace _ph with _fs, e.g.,
http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_ph.jpg
has a fullsize version at
http://image85.webshots.com/175/0/78/14/2248078140105543869vCJpvs_fs.jpg