Quote Originally Posted by discoverytdi View Post
no i can't login with my id and key????
pm sent cheers
Cheers, I have just looked and tested - I can login correctly using your API Key, but get a Internal Server Error (500) meaning PHP has thrown an error!

Add:
PHP Code:
error_reporting(E_ALL);
ini_set('display_errors''1'); 
to the top of the responsehandler.php file so I can have a look at the actual PHP error you are having.

Regards,
Matt