View Single Post
  #6 (permalink)  
Old 02-04-2006, 01:03 AM
LG-2 LG-2 is offline
New Pligger
 
Join Date: Feb 2006
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
I own a server and I dont have that disabled nor firewall... The error still shows up.

EDIT.

Ok I fixed it...

Quote:
As of PHP 4.3.0, if you have compiled in OpenSSL support, you may prefix the hostname with either 'ssl://' or 'tls://' to use an SSL or TLS client connection over TCP/IP to connect to the remote host.
In link.php it said SSL and many sites dont allow SSL connection.. so I changed it to tls and then it worked. Now, it does NOT work when its a broken link which is supposed to be obvious but I am suggesting a "else" or something that says the link is broken instead of a PHP error.

Last edited by LG-2; 02-04-2006 at 01:13 AM..
Reply With Quote