CALL PHP FILE

In spending some time this evening trying to help OP we have narrowed down the problem to something not with the Arduino code, but rather his server. I have never seen the problem before so I thought I would present it and see if anyone has any suggestions.

In a web browser if we type this:

http://smarthousesfax.bl.ee/porteon.php

it maps the address to:

smarthousesfax.bl.ee/porteon.php

and returns

connected
changement avec succes

however, if we instead use the ip address we get from pinging smarthousesfax.bl.ee

wandrson@delphi:~$ ping smarthousesfax.bl.ee
PING smarthousesfax.bl.ee (31.170.164.54) 56(84) bytes of data.
64 bytes from 31.170.164.54: icmp_seq=1 ttl=49 time=154 ms
64 bytes from 31.170.164.54: icmp_seq=2 ttl=49 time=154 ms
64 bytes from 31.170.164.54: icmp_seq=3 ttl=49 time=153 ms
64 bytes from 31.170.164.54: icmp_seq=4 ttl=49 time=152 ms
--- smarthousesfax.bl.ee ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 7408ms
rtt min/avg/max/mdev = 152.203/153.780/154.857/1.147 ms

and enter
http://31.170.164.54/porteon.php
it again drops the http:// and returns what you can see in the attached image

I have no idea what might be causing this problem