Hi,
I have link to page that posts data(numbers) and it is changing daily. Can this plugin be used to obtain that data and post on my page.
Thanks
If a 404 error is thrown the the plugin writes the line as shown below in the debug.log.
PHP Notice: Trying to get property of non-object in D:\www\wordpress_new\wp-content\plugins\counterize\counterize.php on line 1722
error occurs because no post_id is found:
$post_id = ( ( is_single() || $post->post_type == 'page' ) ? $post->ID : 'NULL' );
I fixed this by adding isset to the code like this:
//search for an eventual post ID
if (isset( $post_id ) ) {
$post_id = ( ( is_single() || $post->post_type == 'page' ) ? $post->ID : 'NULL' );
if( $post_id == 'NULL' )
{
$post_id = url_to_postid( $url );
if( $post_id == 0 )
{
$post_id = 'NULL';
}
}
else { $post_id = 'NULL'; }
}
]]>
I cleared history some time back, but it shows over 2000 pages. None of it shows however. I can click the “next” button over and over and still shows me nothing.
If all the history was cleared, why is it showing over 2000 pages? If it is not gone, why can’t I see it?
I am rather new, so if I need to delete the addon and reinstall from something I have done, I will do that.
Thank for any help!
]]>I just installed WordPress, a fresh new install.
First I thought of install is Counterizer, due I got it on my old wordpress and it’s been working great..
However, now when I did this, I am getting this type of error:
Warning: session_start() [function.session-start]: open(/storage/content/09/152509/*mywebsite*/sessions/sess_u57domd7pkgiqhonpvhbiv3666, O_RDWR) failed: No such file or directory (2) in /storage/content/09/152509/*mywebsite*/public_html/wp-content/plugins/counterize/counterize.php on line 16
(replaced my website with *mywebsite* due I feel no need share out what website I am using here on the forums).
Not sure if plugin works, but it sure is annoying to have that text there up. Makes me not wanna use the plugin yet anyway.
]]>Hi, My very reputable hosting server has informed me that it has blocked my WP site because of an unauthorized access: “Executing deleted program”. I prefer not to give the complete details but the access triggered an executable file situated in /plugins/counterize/ip_files/ (file name preceded by .nfs and consisting entirely of a string of numbers). Today ftp examination shows no such (invisible) file. I am trying to determine what (damage) has been done by the script, but I am tempted to delete the entire counterize folder and its database files.
Can anyone bring any light on this issue?
Thanks in advance
It would be cool if there were a widget and shortcode that displayed the number of current visitors/users.
]]>I used a shortcode ([counterize type=”browsers” version=”no”]) on this page of mine (https://dcjtech.info/stats/). It seems that some CSS code is being displayed as a literal string. For instance, on the colored bars, I see “style="width:34.614%;"
“.
In my stats right now, counterize reports that 77.39% of my hits come from browser “? Unknown”.
Internet Explorer, Chrome, Firefox, Safari, iPhone and other browsers show up next with 4%, 3%, 2% and less apiece.
Is this a unique problem for just my site? Is there an easy way I can figure out what all these extra hits are? They don’t seem to be legitimate traffic, but I don’t know if they are spiders, either.
It’s just not very informative about my real visitors.
]]>Hello,
I’m an Bingo affiliate. I’m trying to use a tool to counter number of bingo players on different website, then rank it. So it would give my audiences a snapshot ie which site is popular. Can you let me know if your plugin works for it.
Many thanks
]]>We’ve been using Counterize for about two years now on our https://www.fpsss.com website. Recently our WordPress visual editor has stopped working and after deactivating all plugins and reactivating them one at a time, it appears that Counterize is the culprit.
How can we fix this?
]]>Hi,
till yesterday, I got every email twice.
Then, I told the system to renew the user-agent-table, and now, I got 4 emails?!
Do you know a solution?
Thanks!
Hey guys,
first of all i have to thank you for that great plugin. I spent almost 24 hours trying different solutions, but none of them came close to this one. We will use counterize for our funding website fund.me, showing each campaign owner his individual post stat.
And here is where the problem is. I tried to set a public filter to the $counterize_plugins, but none of them works. I embedded the stats in the campaign, but it currently does not filter by the current url. I have to add, that we work with a custom post type called “downloads”.
How can i filter front end inside the post, so i see only the stats of that specific post?
Thanks in advance for your help!
Mat from Fund2.Me
I am a Counterize fan.
But on one site I am getting a big difference between Hits and Page Views?
Why would this be and how are they calculated?
thanks
]]>Hi there,
I put in a page of my website a shortcode (countries) of counterize but there’s a problem with the layout of percentages because inside the colors, there are text like:
style=”width:21.006%;”
alt=”Countries – United States – 148 – 23.34 %”> or
style=”width:12.78%;”
alt=”Countries – European Union – 90 – 14.2 %”>
14.2 %
If I see the stats from the extranet, everything is ok. I would like to fix this problem because it is not good.
Please let me know what i can do.
Thanks
Danilo
I have used your plugin for awhile and am extremely pleased. Zero problems with install, configuring.
Have had some ongoing problems with the host for several months and of course as expected they blame everything BUT themselves.
In the latest discussion they are suggesting cpu usage is excessive (95%) and I questioned whether the extremely large growth in visitors per day (2500 & 20% unique) could account for the cpu usage.
They replied the visitor count was wrong. Their reasoning was the visitor count would show greater monthly bandwidth than i am using.
The question: How accurate are the visitor counts? are they exact or within say 10% or is there a larger error percentage?
]]>Bonjour, je profite du fait que l’auteur du plugin est francophone pour écrire un message en fran?ais. I’m sorry for english speaking users but as I speak french like the author of the plugin, we’ll discuss in French here.
Depuis le 24-11-2013, je pense que c’est suite à des mises à d’un ou plusieurs plugins, le plugin Counterize ne compte plus les passages des visiteurs, qu’ils soient humains ou robots.
Ce que j’ai essayé :
– Afficher les erreurs : aucune ne semble directement propre au plugin
– Rafra?chir la liste des user-agents : Aucun effet.
– Vider la base de données via les outils du plugin : Aucun effet.
– Ajouter une entrée manuellement par requête SQL : Ca fonctionne et le plugin affiche bien ma nouvelle entrée
– Désactiver le plugin, afficher plusieurs pages du blog, réactiver le plugin, afficher plusieurs pages du blog : Aucun changement…
Que faire ?
In english My plugin simply doesn’t count anymore my visits, no matter if they’re from bots or humans. I tried numerous things except modify the plugin by myself, nothing has worked. What can I do?
]]>Great plugin, I’m trying to work out the code to display “Unique visitors”. I display the total hits with [counterize type="totalhits"]
But I’m only after the unique visitors. Hopefully someone can point me in the right direction.
I am using counterize v 3.1.5 and Nextgen Gallery 2.0.33
in this constellation, the import folder function of nextgen doesn′t work, parts of the plugins scripts are unloaded and i cannot select a folder to import.
If i want to import a folder from the server, i have to deactivate counterize than import than reactivate.
Andre
]]>Hello!
I’m trying this plugin, and I find it really useful.
One of the things that is bothering me, is that there appears too many access from country Unknown or European Union. When I search for the correspondent IP on the https://software77.net/geo-ip/ website, it gives me the correct country. I was just wondering if there is a way of correcting this “bug”, and assigning the correct country to the corresponding IP.
Thanks in advance.
]]>when I add Debug = true, many error messages of Counterize plugin.
]]>After the day ended, the “Today”‘s stats all show 0. How do I fix this. I was waiting for a day to rate this widget, hopefully this is something that can be fixed.
]]>Hi, the plugin is great, the only problem is not letting me using it is that once activated (even only the parent plugin) the visual editor in any post/article/comment stop working. the text editor still works, but the visual editor bar disappear and the text field does not work anymore.
Maybe it’s something to do with the button you should add?
Any workaround/fix for the new wp version?
Thank you
I like Counterize, but I discovered that the Firefox browser (and maybe others) prefetches pages. Countersize records these prefetches as if a user had actually viewed the prefetched pages.
WordPress creates the link tags that trigger prefetch by default, although it’s easy for a plugin to turn them off. Ideally, Counterize should detect GET requests that are merely prefethces and not count them, but an easier solution might be to disable the link tags.
]]>After, I installed WP supercache, counterize detects almost zero visitors.
Does counterize supoort WP supercache ??
If yes, provide me a solution.
Thanks.
]]>I have put counterize on a “stats” page but the view is extremly wide, so it wont fit on the page… why is this? And what can I do?
Take a look at this url: https://www.advman.se/?page_id=1675
]]>how do i show my stats on a page??
[counterize] dont show anything except “Statistics recorded with Counterize – Version 3.1.4”
]]>Everything was working smoothly until all of the sudden this letters started popping out on top of my website: https://www.estebancalderon.com/pro
After that happened, now I can’t even log in into my wordpress account to deactivate the plugin. I have no idea how this happen. I don’t remember which version of wordpress I have.. I think it was one version behind the last one. Maybe it updated or something without my permission.. I don’t know if that’s even possible…
This used to be my login address: https://www.estebancalderon.com/pro/wp-admin/
Any ideas? I’m pretty desperate.
Hi –
I’ve seen from screen shots that you have referers which was why I downloaded the plugin, but when installed, I do not have that option in my navigation. Please advise.
]]>https://img94.imageshack.us/img94/3118/2e12.jpg
I use plugin “WooCommerce” and “WordPress SEO by Yoast”.
]]>Counterize stats seem to reset to 0 sevral hours before midnight as if it sees a different timezone than local as set in Dashboard >> Settings >> General.
Suggestions?
]]>