It looks like Ikki24 hasn't been here in months. I even tried emailing him directly with no response.
Does anyone here have a way to contact him to get support?
Thanks.
Kermit
It looks like Ikki24 hasn't been here in months. I even tried emailing him directly with no response.
Does anyone here have a way to contact him to get support?
Thanks.
Kermit
Alternatively, is someone else prepared to adopt the plugin to keep it moving forward?
does anybody know how to modify the plugin in order to show unique page views!?it looks really simple as i saw in a hit-counter plugin. 3 lines of code to add the cookie
if (get_option('wphc_count_only_unique')) {
if (!$_COOKIE['wphc_seen']) {
setCookie("wphc_seen", "1", time() + (3600 * 24));
} else {
// bail if non unique and we're only counting uniques
return;
}
}
the code that i paste is from this plugin here:
http://wordpress.org/extend/plugins/wordpress-hit-counter/
This topic has been closed to new replies.