I can't stop looking at my stats. I've made it too easy to get at them. Now, instead of blogging, I just sit here and push the "Show" button with the form set to "Top Referring Pages".
Check out my top 10 search phrases:
- < ?php
- {$search->Count} × {$search->search_phrase} ";
global $wpdb;
$searches = $wpdb->get_results("SELECT *, count(search_refer) AS `Count` FROM {$wpdb->searches}, {$wpdb->visitors}, {$wpdb->refer} WHERE search_refer = referer_id AND search_refer = referer AND referer_string<>'' GROUP BY search_refer ORDER BY `Count` DESC LIMIT 10");
foreach($searches as $search)
{
echo "
}
?>
This list updates dynamically using PHP code in my post via EzStatic, fetching data from the BAStats tables. Sweet!
I know the feeling. I am doing the same. Thanks for the great work. Is putting some graphics in scope..
Pankaj
um, okay lol
I think there's a glitch in the Local Search returns routine. I can't imagine that somone sat and reloaded the search page of your site on the term "cemetery photos" 1300+ times.
As if the first set of results wasn't good enough, and they expected the subsequent 1364 to look different.
I would hope that there is a glitch. I really can't imagine someone doing 2515 local searches for "coppermine photo gall" on my site. :)
I don't even have search available, you have to do it manually if you know what you're doing. I did that particular search once so as to find some other entries to link to in this entry.
Yeah, I found the glitch. Actually, someone mentioned it yesterday, but I didn't understand where they were talking about.
I'll have something new up soon. It has pretty graphs. They're now bar graphs. They look darn sweet, too.
cool :)