Image | ![]() |
EAN-13 | 0011891980579 ![]() |
UPC-A | 011891980579 ![]() |
Product Name | The Day the Sky Exploded |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Dvd |
Amazon.com | ![]() |
SKU | U11891980579 |
Price New | 1.91 US Dollars (curriencies) |
Price Used | 0.82 US Dollars (curriencies) |
IMDb | ![]() |
Run Time | 82 minutes |
Cast | Fiorella Mari, Madeleine Fischer, Paul Hubschmid |
Director | Paolo Heusch, Mario Bava |
Genre | SCI-FI |
Run Time | 80 minutes |
Binding | Dvd |
Release Year | 1958 |
Format | Full Screen, Black & White, Dubbed, Dolby, Surround Sound, NTSC |
Published | 01/17/2014 |
Run Time | 80 minutes |
Features | Interactive Menus * Original Graphics * Film Information Chapters - Direct Scene Access Biography * Facts & Trivia * Special Collector's Photo Gallery Full Length Feature Film Fully Restored and Enhanced Digital Master |
Long Description | The first manned flight will send a man to the moon from a launch site in Cape Shark in Australian. The American pilot John MacLeran is selected from three finalists to be the pilot. The rocket climbs into Earth orbit just fine, but in trying to leave from there toward the moon, the rocket becomes unstable. He has to abort the mission and return in his passenger capsule. The balance of the atomic rocket keeps going and explodes in the Delta asteroid cluster. The detonation dislodges a group of asteroids from their orbits. they coalesce into a cluster and begin hurtling on a collision course with Earth. Scientists determine that in passing the moon, gravitational disruption will cause tidal waves. Military teams everywhere are trying to evacuate coastal residents to higher ground. At the last minute, MacLaren suggests that all Earth nations who belong to the nuclear club, fire their missiles into the meteor cluster. One scientist, convinced the looming disaster is a divine punishment for playing with nuclear energy, tries to prevent crucial trajectory calculations for the missiles being completed. |
Similar Items | 9781415703236: Deep Impact 0858199006217: Firequake 0723952078582: Meteor Storm 0723952078391: NYC Tornado Terror 0686340331242: Geo-Disaster 0097360533743: Deep Impact 0032429286765: When Worlds Collide 0018713611413: F6 Twister 0013132612553: 12 Disasters 0013132414799: Ice Quake |
Created | 06-02-2007 |
Modified | 08-02-2022 12:12:28am |
MD5 | 5daf0c0837d7242b8e53daccccd08aca |
SHA256 | c1849809f2c0c4cb41c3f58e1e61210b344499bc6ea7700ea90d3765d8b60495 |
Search Google | by EAN or by Title |
Query Time | 0.0268860 |
Article of interest
So you want to upload product images but you don't want to do it manually. Our system allows you to upload through automation if you have an active data feed account.
The Basics
You will need to send the file along with some other infomation in the form of a POST to our web server. You do not need to log-in or keep track of cookies. You will need to pass your keycode with every file you try to upload.
It is important that you check the results of every upload to make sure things are going correctly. Normally, if things go right you will get back an HTTP response code of 200 and the word "Success!" as the only content. If things go wrong, the HTTP response will be 400 or some value other han 200 depending on the problem. You can examine the content that is sent back for more details about the error.
When you send a POST request to http://eandata.com/upload_image.php with the the following required fields.
- keycode - this is your API keycode from the data feed page.
- code - this is the 13 digit EAN-13 code for the product. If you have a code that is 12 digits, prefix it with a leading zero. If you are trying to update using ISBN or UPC-E you will get an error so expand the code to 13 digits before uploading.
- img - this is the actual image file which must be JPG, PNG or GIF format.
As long as the product exists in our system and there is not already an image associated with the product, the file should upload and be resized. All images are stored in PENDING mode until they are approved by a human. Users may be able to access the pending images but they will get a warning before the image is displayed to them.
Coding Samples And Links
We simply can't give you every possible way to access our data through automation but we can offer some code samples or at a minimum links to other resourses that will help you get your project going.
- cURL
- link: cURL Manual
- sample:
curl -F "keycode={your-keycode-goes-here}" -F "code={ean-13-code}" -F "img=@{path-to-image-file}" https://eandata.com/upload_image.php
- link: cURL Manual
- jQuery / Javascript
- Not recommended because it would expose your private key to the browser. You should post to a backend function of your own, then perform a server-to-server upload.
- C#
- link: The Code Project
- VBScript, ASP, VB6
- link: EricPhelps.com
If you have other resources that you would like us to add to our collection, or you find that our links are broken, please use the link at the bottom of the screen to contact us. Comments are also much appreciated.