FireStats is a Web site statistics System that currently supports:

  • Standalone - Track any php enabled page on your site
  • Wordpress - Track access to your Wordpress blog

Live demo is available here.

You can download the latest version here.

For more info, bug reports and wiki, visit the new FireStats homepage

51 Responses to “FireStats”

  1. BloggingPro China » Blog Archive » WordPress Plugin: FireStats UNITED STATES WordPress 2.0.4   Says:

    […]   FireStats,一个来访统计插件,项目还是很全的。 statistics […]

  2. FireStats · WordPress插件中文站 UNITED STATES WordPress 2.0.3   Says:

    […] 插件页面: http://firefang.net/english/firestats […]

  3. Web 3.0 » יותר מערכות, יותר תחרות - סקירה: LiveBlog ISRAEL WordPress 2.0.4   Says:

    […] מצאתי תוסף דומה גם לוורדפרס (הדגמה). […]

  4. Rogier NETHERLANDS Windows XP Internet Explorer 6.0   Says:

    Nice plugin! Another stats-plugin for WordPress can be found here.

  5. Web 3.0 » FireStats - תוסף סטטיסטיקה לוורדפרס ISRAEL WordPress 2.0.4   Says:

    […] אחרי שאנליטיקס לא עבד, התחלתי לחפש שירות אחר. לאחר חיפושים רבים וכושלים, מצאתי תוסף לוורדפרס בשם FireStats. […]

  6. OFFI GERMANY Windows XP Mozilla Firefox 1.5.0.6   Says:

    Nice Plugin. I need it and use it :)

  7. juerock CHINA Windows 2000 Internet Explorer 6.0   Says:

    中文版安装失败是什么原因?

  8. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    juerock, english.

  9. yoav FRANCE Mac OS X Safari 419.3   Says:

    תודה רבה

  10. labujia SPAIN Windows XP Mozilla Firefox 1.5.0.6   Says:

    Nice Plugin!

  11. Caius Durling UNITED KINGDOM Mac OS X Camino 1.0   Says:

    1. Your plugin ate my cat!
    2. This is one of the best posts I’ve seen about graphs in css, which you might wanna take a look at if you’re gonna produce graphs.

  12. Caius Durling UNITED KINGDOM Mac OS X Camino 1.0   Says:

    3. I’m an idiot and hit “Submit” before I finished.
    4. I’m still suing you for indirectly eating my cat…

  13. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    1. Caius, it did? was that cat handicap, err, handicat?
    2. thanks for the link, I`ll take a look - although I consider using an applet for dynamic interactive graphs.
    3. You are an idiot for letting your late cat anywhere near my FireStats, after you have been warned that it had tried to eat cats before, with almost but not quite no success at all.
    4. See you in court!

  14. Incoherent Babble - » One Stats Plugin to Rule them All! UNITED STATES WordPress 2.0.4   Says:

    […] Firestats is still in beta, but it’s looking incredibly attractive already. One simple plugin activation in your WP admin panel, and you’ll start getting in a flood of information about who (and what) is visiting your website. […]

  15. Firefang.net » FireStats 0.9.2-beta WordPress 2.0.3   Says:

    […] 2 Sep 2006 FireStats 0.9.2-beta Posted by omry underFireStats  […]

  16. FrankPereiro v2.0 » FireStats: Estadísticas para tu blog SPAIN WordPress 2.0.2   Says:

    […] FireStats es un plugin de estadísticas que sirve tanto para WordPress como para cualquier web que use archivos PHP. […]

  17. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    Killer plugin. I have uploaded the 0.9.3. I just noticed that it did not import the data from your counterize2 plugin. Any chance that will be fixed in the next release?

    Keep up the great work!

    Anthony

  18. Guy ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    FireStats, must be backwards compatible bacause WordPress is backwards compatible.

  19. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    Anthony, thanks.
    what do you mean, it did not import?
    did it say “0 records imported”, or did it give some error?
    if its the formet, its probably because you already imported the data.
    if its the later, I`d like to know what error message you receive, if any.

  20. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    Guy,
    Backward compatible with what?
    there haven’t been a real release yet.
    I do try to keep backward compatibility between beta releases (and so far I have managed to do it), but I can’t promise anything.

  21. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    It says the following:

    Here you can import existing hits from your existing statistics system.
    Currenty only Counterize is supported, but if you want to import from another statistics hits source, send me a note to omry@yadan.net and I`ll see what I can do. Looking for known statistics systems……
    No known statistics system was detected, nothing to import.

    I have Counterize2 by you activated and working so I know it is there.

    Thanks

    Anthony

  22. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    Anthony, can you look at the database, using a tool like phpmyadmin, and make sure you see Counterize table there?
    what is the table name?
    what wordpress version?
    do you see firestats_* tables in the same database?

  23. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    The counterize table is named wp_Counterize.

    I have 8 tables for firestats:

    wp_firestats_excluded_ips
    wp_firestats_hits
    wp_firestats_options
    wp_firestats_referers
    wp_firestats_urls
    wp_firestats_useragents
    wp_firestats_useragent_classes
    wp_firestats_version

    Thanks.

    Anthony

  24. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    Anthony, from phpmyadmin, open the database and run this in the sql section:
    SHOW TABLES LIKE ‘wp_Counterize’

    what did it return?

  25. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    Tables_in_taacus_wordpress (wp_Counterize)
    wp_Counterize

    I had to change the ‘ because the ones above did not work. But the table is there.

  26. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    so here is the problem, my code adds the ”.
    did you just remove it?
    what is your mysql version?
    if you removed it, and it worked, do this:

    find the function fs_counterize_detected in /php/sql-functions.php
    and change the first line to this:

    $sql = “SHOW TABLES LIKE “.$GLOBALS[’table_prefix’].”Counterize”;

    (this removes the quotes).

  27. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    No go. I even changed the line to $sql = “SHOW TABLES LIKE ‘wp_Counterize’”; and it returned nothing to import.

    In this comment section the template turns the ‘ into a strange character. I changed it to the standard ‘ and it worked. What I don’t understand is how the SHOW TABLES LIKE ‘wp_Counterize’ can return a good result in mysql but not in the script.

  28. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.6   Says:

    My guess is that its the permissions.
    try to login to phpmyadmin under the wordpress user and see what happens when you run the query.
    if it fails, you need to give the wordpress user some more privileges.

  29. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    The user that wordpress uses has all permissions. I have tried the same query under the wordpress user and get a good response.

  30. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    The counterize import works in 0.9.1. I am going to cut and past the import section of it into the 0.9.3 and make sure it does work and doesn’t break things.

  31. Anthony UNITED STATES Windows XP Mozilla Firefox 1.5.0.6   Says:

    In the import section I put:

    /*
    * Counterize detected? (wordpress specific)
    */
    function fs_counterize_detected()
    {
    $sql = “SHOW TABLES LIKE ‘”.$GLOBALS[’table_prefix’].”Counterize’”;
    global $fsdb;
    $results = $fsdb->query($sql);
    return $results != 0;
    }

    and it works! I have tried it on two blogs of mine and both have work. Not sure that it is what you will want to continue using but it does work for now.

    Anthony

  32. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    Anthony,
    Well spotted!
    the bug was that I checked if GLOBAL was set and not GLOBALS.

    thanks.

  33. מחשבות, מחשבים, ושאר דברי בלע. » תולדות FireStats WordPress 2.0.2   Says:

    […] אז קצת היסטוריה: בראשית, היה קאונטרייז, וראה עמרי כי טוב. ובוא כניסות, ובאו גם ורובוטים כחול אשר על שפת היום, וראה כי רע. והוסיף לקוד של קאונטרייז בוט אחר בוט, וראה כי טוב, עד שנמאס. ותיקן את קאונטרייז, ויקח בוטים מקובץ, וישלח התיקון לאנדרס, ולא ענה. וינג’ס, וינג’ס, עד שהתחיל את קאונטרייז 2, וישפר, וראה כי טוב. ויקרא את הקוד של קאונטרייז, וראה כי מלא היה בכפילויות ובברדק, ויבין כי רע. ויאמר לחבריו, למה לכם הקאונטרייז הזה, בואו אלי, ואני אראה לכם את האור, אני אראה לכם את FireStats. ויכתוב, ויראה כי לא ידע PHP, וילמד, ויכתוב, ויראה כי לא ידע HTML, וילמד. ויכתוב, ויראה כי לא ידע CSS, וילמד. ויכתוב, ויראה כי לא ידע JavaScript, וילמד. ויכתוב, ויקודד, ויכתוב, וישחרר גרסא ראשונה לציבור. ויחזור אנדרס מחופשה, ויראה כי קם בן ונכד לקאונטרייז, וישמח. […]

  34. Wordpress statistics plugins at Nick AUSTRALIA WordPress 2.0.4   Says:

    […] Firestats looked rather impressive and I did go to the trouble (not much) of installing it and checking it out. It worked without a hitch despite the highly visible “this is beta software; use at own risk!” warning on the homepage. […]

  35. TechZOnline.net » Firestats for WordPress & other blog tools UNITED STATES WordPress 2.0.4   Says:

    […] I’d say a well written (and still being worked on) plugin, with more features planned. So if you’re looking for a stats plugin, give this one a try and be sure to comment on omry’s blog […]

  36. don UNITED STATES Windows XP Mozilla Firefox 1.5.0.7   Says:

    Omry, very nice work. Question… how do I diplay hits and uniques on my blog? I’m sure I looked every where, but couldn’t find the info.

    www.sbe38.org

    don (el paso)

  37. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    Hi Don,
    Thank you.

    at the moment, there is no official way to do it, but rumors says you can try to put something like this in your blog footer:

    <?php
      echo "Hit count in last day : ".fs_get_hit_count(1)."<br/>";
      echo "Unique hits in last day: ".fs_get_unique_hit_count(1)."<br/>";
    ?>

    the 1 in the function call is the number of days to get.
    its a floating point value (you can put 0.5 for example), also - if you dont specify it it means everything.

  38. Pockets UNITED STATES Windows XP Internet Explorer 6.0   Says:

    Hi Omry, you have made my day with your plugin. It is awesome and so simple to understand now that I found it in my Dashboard, and you had to tell me it was there. With the code from the prior post in my footer that has just put the icing on the cake. I read the post about the guy that said it ate his cat. Well I don\’t have any cats on my website so I for sure don\’t have any complaints,lol. Thanks for replying so fast to my questions. What will happen when this is no longer beta?? Will we have to pay or will it be free.

  39. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    Pockets, glad you like it :).
    FireStats will remain free for non-commercial use forever.
    actually I just updated the license info on the wiki
    I will probably add donate-via-paypal link soon, you are welcomed to express your gratitude by donating :).

  40. Matthew UNITED STATES Windows XP Mozilla Firefox 1.5.0.7   Says:

    I get the following error when I try to activate the plugin:

    Warning: main(php/utils.php): failed to open stream: No such file or directory in …(i’ve cut the path out)… on line 13

    Fatal error: main(): Failed opening required ‘php/utils.php’ (include_path=’.:/usr/local/lib/php’) in …(i’ve cut the path out)… on line 13

    …any ideas?

    Thanks,

    Matthew

  41. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    you have the file utils.php in the /php under FireStats dir?
    I am guessing here, but maybe you tried to activate firestats before you finished uploading it to your server?

  42. Matthew UNITED STATES Windows XP Mozilla Firefox 1.5.0.7   Says:

    Aha! The FTP timed out, so not all the files were there. Working now beautifully…. sorry for being dumb about this. =P

  43. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    great.

  44. Nate UNITED STATES Windows XP Mozilla Firefox 1.5.0.7   Says:

    Thanks for this. Possibly the best stats plugin that I’ve used thus far. And I’ve used all of them over the last few years. Again, excellent plugin and thanks for doing it.

  45. omry Debian GNU/Linux Mozilla Firefox 1.5.0.4   Says:

    Nate, thank you.
    feel free to leave a small review about it at http://www.wpplugins.org/plugin/firestats or at your blog.

  46. omeg12121293 UNITED STATES Windows XP Mozilla Firefox 1.0.7   Says:

    thanks for upgrading the plugin

  47. rizahnst INDONESIA Solaris Mozilla Firefox 1.5.0.3   Says:

    hi,

    i tried to upgrade my firestats-0.9.5 to 0.9.8 and unfortunately i got a lot unserialize(): Error at offset 0 … it didn’t work and even it break my admin panel.

    it turned well when i set it back to 0.9.5.

    please help!

  48. omry ISRAEL Windows XP Mozilla Firefox 1.5.0.7   Says:

    Please install 0.9.9, it solves that problem.

  49. amudafu.de | Linux und so … » Ja, ich lebe noch … :-) GERMANY WordPress 2.0.7   Says:

    […] Auch hab ich mir des Plugin FireStats welches statistischer Art und Weise anzeigt, wer wann wo und von wo auf meine Seite zugegriffen hat, wobei des jetzt eher sehr sehr allgemein umschrieben ist. Was ich lustig an der Sache finde, ist die Tatsache, dass die meisten Leute durch Google auf meine Seite finden, und ich mit meiner Seite manchmal mit an den vordersten Plätzen stehe… Ähm… Ja… Nun… Lustig und beängstigend zugleich. Meine Seite ist erst seit zwei Wochen online, und schon auf den ersten Plätzen?? Aber das kann natürlich Zufall sein… […]

  50. Gemma UNITED KINGDOM Windows XP Mozilla Firefox 2.0.0.3   Says:

    There is an error with this plugin when trying to use it with the Sidebar Widgets. [Version1.1.8]

    It worked absolutely fine then I tried to upgarde to the R1.2.3 version, which by the way has an error also. So I completely uninstalled everything to do with FireStats, including the WP tables and have re-installed it from scratch. It seems to be working fine from the backend, but now the Sidebar Widget just shows the following:

    * Pages displayed :
    * Unique visitors : 0
    * Pages displayed in last 24 hours :
    * Unique visitors in last 24 hours : 0

    I just can’t figure out what has gone wrong? Please advise.

  51. Omry ISRAEL Windows XP Mozilla Firefox 2.0.0.3   Says:

    Please open a bug report at the trac site (http://firestats.cc/newticket).

Leave a Reply