Zeitgeist Redux

What are our visitors interested in reading?


Here are the search terms from various search engines which people followed here to In The Faith over the last few days. This page updates automatically every hour. The size denotes how many hits came from a certain search. If you want to produce a page like this for your own site, you can grab the code that
generates this here along with the referral tracker.



CrispAds Blog Ads



// from my blog root – the writable file name
// NOTE: you will need to create this file
// and make it writable by everyone
// (Unix: chmod 666 filename)
$filename = ’/wp-images/bdprtg-hits.png’;// REMINDER: don’t forget to create
// hits per day over the last 28 days
$chart = new BDPRTG; // (width, height)
// lets change some of the chart colours – this is optional
$chart->setColour(‘background’, 0xff, 0xff, 0xff);// white
$chart->setColour(‘fill’, 255, 255, 255);// white
$chart->setColour(‘grid’, 0, 0, 0xcc);// blue
$chart->setColour(‘bar’, 0×66, 0×99, 0xcc);// baby blue
$chart->setColour(‘text’, 0, 0, 0);// dark black
$chart->plot(28, ‘day’, $filename);
echo “

”.
“alt=’Hits per day’ />”.

n”;

?> // from my blog root – the writable file name
$filename = ’/wp-images/bdprtg-hits2.png’;// REMINDER: don’t forget to create
// hits per hour for the past 24 hours
$chart = new BDPRTG; // (width, height)
// plotted uaing default colours
$chart->plot(24, ‘hour’, $filename);
echo “

”.
“alt=’Hits per hour’ />”.

n”; ?>

Recent referrals


In the past < ?php BDPRT::print_recent_period(); ?>:


< ?php BDPRT::print_number_of_recent_hits(); ?>
< ?php BDPRT::print_number_of_recent_unique_addys(); ?>
< ?php BDPRT::print_number_of_recent_unique_referees(); ?>
< ?php BDPRT::print_number_of_recent_total_referrals(); ?>
< ?php BDPRT::list_recent_referrals(); ?>

Since < ?php BDPRT::print_epoch_date(); ?>:



hits per hour (average)
hits per day (average)

Top < ?php BDPRT::print_max_targets_number(); ?> hits in the past < ?php BDPRT::print_recent_period(); ?>:


< ?php BDPRT::list_recent_targets(); ?>

Top < ?php BDPRT::print_max_searches_number(); ?> searches in the past < ?php BDPRT::print_recent_period(); ?>:


< ?php BDPRT::list_recent_searches(); ?>

Search Zeitgeist from our server logs


Listen to this podcast Listen to this podcast

2 Responses to “Zeitgeist Redux”