• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Popular Posts] Where's Ikki24?’ is closed to new replies.