I did the IPNCheck from Dr. Byte and this is what I get:

Code:
IPNCHECK.PHP - Version 1.0

IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443


Warning: fsockopen(): no SSL support in this build in /home/mjmmagic/public_html/store/ipncheck.php on line 81

Warning: fsockopen(): unable to connect to www.paypal.com:443 in /home/mjmmagic/public_html/store/ipncheck.php on line 81
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = ssl://www.paypal.com:443 (13) Permission denied

Trying again without SSL ...


Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/mjmmagic/public_html/store/ipncheck.php on line 85

Warning: fsockopen(): unable to connect to www.paypal.com:80 in /home/mjmmagic/public_html/store/ipncheck.php on line 85
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = ssl://www.paypal.com:443 (13) Permission denied

Warning: fputs(): supplied argument is not a valid stream resource in /home/mjmmagic/public_html/store/ipncheck.php on line 91
What can I do to resolve this?