when I upload the file that contains this chunk of code to my website it returns false. I used unserialize before and it returned false before and after allow_url_open was On. It was on before I checked it was and it still returned false. Any ideas on how to fixed this please? Thank you.
<?php
session_start();
var_dump(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR']));
?>