include "funciones.php"; $agent = getBrowser(); $timestamp = time(); $IP = getRealIpAddr(); $Agent = $_SERVER['HTTP_USER_AGENT']; $sess = md5($timestamp.$Agent.$IP.'wololo'); $id_track = CrearTrack($Agent,$IP,$sess); $Page = $_SERVER['REQUEST_URI']; GPS($id_track,$Page); ?>