All images including thumbnails. Even clicking on the thumbnails it gets stuck trying to load. Tried on Opera and Firefox.
All pictures are hosted on this domain / server: pics.dmm.co.jp
Maybe your browser / computer can't resolve that domain (means it can't get the IP address for that name). Or maybe it can't connect to that server.
If I try to ping that domain, my computer resolves that domain to the following address: 23.14.94.83
And the domain name for that address is : a1447.g.akamai.net
Means there is more than one domain name for that address.
And I'm also able to open port 80 on that address and to communicate with the HTTP server (using e.g. PuTTY).
PuTTY configuration:
Host Name (or IP address): pics.dmm.co.jp
Port: 80
Connection type: Raw
Close window on exit: Never
Then I enter (pay attention that you have to press Enter two times)
Code:
GET / HTTP/1.0
Then I get a response from the server:
Code:
HTTP/1.0 400 Bad Request
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 194
Expires: Thu, 18 Oct 2012 10:49:55 GMT
Date: Thu, 18 Oct 2012 10:49:55 GMT
Connection: close
<HTML><HEAD>
<TITLE>Invalid URL</TITLE>
</HEAD><BODY>
<H1>Invalid URL</H1>
The requested URL "/", is invalid.<p>
Reference #9.2d5e0e17.1350557395.291b8b6a
</BODY></HTML>
If that also works you can the following request. It will return a JPG which will be shown as odd characters in PuTTY as it is binary data.
Code:
GET /mono/movie/knza005/knza005ps.jpg HTTP/1.0
Host: pics.dmm.co.jp