Try this, for some reason (most likley to do with your host) your cURL transfers are being interrupted.
create a new file: sample.php and place this code
<?php
copy('http://visiolist.servebeer.com/screenshots/www.amuletten.net.png','/spindelmor.se/public_html/www.amuletten.net.png');
?>...