$VISITOR = $_SERVER["REMOTE_ADDR"]; $NEGARA = `geoiplookup "$VISITOR" | cut -f2 -d, | cut -b2-`; if ($NEGARA == "Indonesia\n") header("location: http://id.mybabytree.org"); ?>