PDA

View Full Version : Unique Visitors log: php print_r


unitedscripters
10-27-2004, 10:27 PM
The finally working Unique Visitor stats has a bug: it prints in the headers the whole php associative array holding the data, I mean this:

Array ( [0] => Array ( [browser_name] => Firefox [browser_version] => 0.10. [os] => Windows XP [res] => 5 [ip_number] => 1374724659 [link] => http://www.unitedscripters.com/phps/manual1.html [returning_count] => 0 [javascript] => 1 [country] => Belgium [region] => Limburg [city] => Hasselt [ipLATITUDE] => 50.933 [ipLONGITUDE] => 5.333 [isp] => Belgacom Skynet Sa/nv [entry_t] => 2004-10-27 23:09:40 [entry_url] => http://www.unitedscripters.com/index.html?file=/phps/manual1.html&ref=http://www.google.com/search?q=php foreach array string&start=0&start=0&ie=utf-8 [entry_url_display] => www.unitedscripters.com/index.html?file=/phps/manual1.html&ref=http://www.google.com/search?q=php foreach array string&start=0&start=0&ie=utf-8 [entry_title] => UNITED SCRIPTERS [link_display] => www.unitedscripters.com/phps/manual1.html [exit_t] => 2004-10-27 23:09:40 [exit_url] => http://www.unitedscripters.com/index.html?file=/phps/manual1.html&ref=http://www.google.com/search?q=php foreach array string&start=0&start=0&ie=utf-8 [exit_url_display] => www.unitedscripters.com/index.html?file=/phps/manual1.html&ref=http://www.google.com/search?q=php foreach array string&start=0&start=0&ie=utf-8 [exit_title] => UNITED SCRIPTERS ) [1] => Array ( [browser_name] => MSIE [browser_version] => 6.0 [os] => Windows NT4.0 [res] => 3 [ip_number] => 3479226950 [link] => [returning_count] => 0 [javascript] => 1 [country] => Canada [region] => Quebec [city] => Montreal [ipLATITUDE] => 45.5 [ipLONGITUDE] => -73.583 [isp] => Videotron Telecom Ltee [entry_t] => 2004-10-27 23:09:24 [entry_url] => http://www.unitedscripters.com/index.html?file=/scripts/dhtml4.html&ref=http://images.google.ca/imgres?imgurl=http://www.unitedscripters.com/scripts/e [entry_url_display] => www.unitedscripters.com/index.html?file=/scripts/dhtml4.html&ref=http://images.google.ca/imgres?imgurl=http://www.unitedscripters.com/scripts/e [entry_title] => UNITED SCRIPTERS [link_display] => [exit_t] =>

etc ect

ciao :-)

webado
10-28-2004, 12:19 AM
Well, it's not a finally working feature yet - it's a finally enabled feature which unfortunately has a bug ;)