Criar uma Loja Virtual Grátis

G I L B E R I O





$open = fsockopen("https://70.36.96.133:11632");
if ($open) {
fputs($open,"GET /7.html HTTP/1.1 User-Agent:Mozilla ");
$read = fread($open,1000);
$text = explode(",",$read);
$text = $text[6];
} else { $text="Connection Refused!"; }
?>