hi,
Version 2.1.3.5 relates to jsvisit system plugin - you may check your installed version via admin backend -> "system" -> "manage" -> extensions -> look for "System - jsvisit Visitor Counter".
The following user(s) said Thank You: Adrian von Grueningen
hi,
OK, code seems to work To get rid if the"unkown" you will have to access database. Use phpMyAdmin or similar tool and delete row (change prefix "#__" to your table prefix):.
DELETE FROM #__visitors_country WHERE name = 'unknown';
or set count to '0':
UPDATE #__visitors_country SET count = 0 WHERE name = 'unknown'
hi,
OK, code seems to work To get rid if the"unkown" you will have to access database. Use phpMyAdmin or similar tool and delete row (change prefix "#__" to your table prefix):.
DELETE FROM #__visitors_country WHERE name = 'unknown';
or set count to '0':
UPDATE #__visitors_country SET count = 0 WHERE name = 'unknown'
Chose to skip phpmyadmin and did it on the CLI instead.
Worked like a charm, thanks again!
The Isle of Man flag seems to be missing though. Minor cosmetic annoyance, but yhought you might want to know.
//AvG
Last edit: 8 months 3 weeks ago by Adrian von Grueningen.
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.