--- ../statpress-visitors.org/statpress.php 2011-11-17 09:35:40.212512100 -0500 +++ ../statpress-visitors/statpress.php 2011-11-17 16:15:51.766123300 -0500 @@ -225,9 +225,9 @@ $table_name = $wpdb->prefix . "statpress"; $qry = $wpdb->get_results("SELECT urlrequested,count(*) as totale FROM $table_name WHERE spider='' AND feed='' AND ip IS NOT NULL GROUP BY urlrequested ORDER BY totale DESC LIMIT $limit;"); foreach ($qry as $rk) - {$res .= "
  • urlrequested : '') . "'>" . luc_StatPressV_Decode($rk->urlrequested) . "
  • \n"; + {$res .= "
  • urlrequested : '') . "'>" . luc_StatPressV_Decode($rk->urlrequested) . ""; if (strtolower($showcounts) == 'checked') - { $res .= " (" . $rk->totale . ")"; + { $res .= " (" . $rk->totale . ")
  • "; } } return "$res\n";