getEntryStart();
$end = $Pagination->getEntryEnd();
// Retrieve MySQL data
if ( $_get != '%' ) {
$result = $wpdb->get_results(
$wpdb->prepare(
"SELECT * FROM `{$wpdb->prefix}statistics_visitor` WHERE `{$_var}` LIKE %s ORDER BY `{$wpdb->prefix}statistics_visitor`.`ID` DESC LIMIT {$start}, {$end}",
$_get
)
);
} else {
$result = $wpdb->get_results(
"SELECT * FROM `{$wpdb->prefix}statistics_visitor` ORDER BY `{$wpdb->prefix}statistics_visitor`.`ID` DESC LIMIT {$start}, {$end}"
);
}
// Check to see if User Agent logging is enabled.
$DisplayUA = $WP_Statistics->get_option( "store_ua" );
echo "