<?php include("class.ipdetails.php"); $ip="66.84.41.158"; $myip=new vsipdetails($ip); echo'<pre>'; print_r ($myip->scan()); echo $myip->get_map(); $myip->close(); ?>
info at phpclasses dot org