You should be able to use: username: zankophi domain: russianlutheran.heliohost.org My email: zanko.philipp@gmail.com My registered domain name: russianlutheran.org Now.
What was the username you tried to signup with? We can send you another invite if you need it. Anytime you make a purchase using PayPal, PayPal creates a Transaction ID. You should have received an email from PayPal with that number.
This works for me: <?php
$blob = file_get_contents("http://url-of-pdf.pdf");
$image = new imagick();
$image->readImageBlob($blob);
$image_count = $image->getNumberImages();
echo $image_count;
?>