![]() |
Quote:
http://links.sourceforge.net/ its a well known text browser in linux. only lynx is known better. :) Quote:
and what with this topic duplicates? how can i remove it? |
I have a small problem with the statistics.
While you do show me how many bots entered (and what precentage they take out of my visitors) The rest of the statsistics do not take that into account. This means that when i get 514 visitors today its actually more like 350 (damn slurp) or when i check in Referrers the precentage that come directly/through an external Referrer calculate the bots within which is not something i would want. Any way to bypass thats ? p.s. am i the only one that gets harassed by slurp ? |
your not the only one my site is getting attacked by Slurp as well.
|
I ran the uninstall script for version 2 so I could upgrade to 3 and now I get this.....
Database error in vBulletin 3.0.6: Invalid SQL: SELECT LOGTIME FROM statistik_einstellungen mysql error: Table 'goldism_goldism.statistik_einstellungen' doesn't exist mysql error number: 1146 Date: Monday 24th of January 2005 02:47:10 AM Script: http://goldismoney.info/forums/index.php? Referer: Username: G-khan IP Address: 68.119.29.63 I can't log in or do anything not even to my admincp Anyone know a fix...... |
You haven't done the remove of the logging in your template phpinclude_start as it is described in the readme and also in the uninstalling file !!!
But you should login in admincp to get ride of this code in your phpinclude_start template also afterwards. If this did't work you have to go with phpmyadmin to your database directly and edit the template there. |
Quote:
|
I got this fixed..................
|
Double-Posts!!!
yes you can use paypal :) |
Hi,
I recived a db error from the vB statistics (already works on my site for a couple of days) here is the error : Database error in vBulletin 3.0.6: Invalid SQL: SELECT counter FROM frm_statistic_searchengine_keywords WHERE keywords = '???\' mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''???\'' at line 3 mysql error number: 1064 The forum is in hebrew thus the ??? in the syntax, anyway around this ? |
Quote:
in file statistic_searchengines.php find: PHP Code:
PHP Code:
|
Installed but when I click on update within admin panel I get this error:
Could not find phrase 'vbstatistic_admin_cp_set'. I have search phrases and it is there. I have edited and saved and still the same error? Anyone with some pointers on this? |
when you click on the Country of origin and browser language then u click on lets say .com its suppose to bring you to WIKIPEDIA free encyclopedia but it gives an error page http://no name of domain ...what do i do to fix that???
|
Quote:
And - The popup pages are not resizable (bummer). I will make this note - Off topic from the reply above - On the main stats page it appears search engine spiders / bots are part of the count for page hits, average number of users, etc. The statistics are relatively useless when bots/spiders are included. |
Quote:
in wich file?? |
Quote:
If you want to see my stats (elsmar.com/Forums/), you can log in with user name: vborg, password: statstest I'll leave that account active for a day or two. |
Is there maybe a 3.1 bugfix version soon? :)
|
Quote:
Not for every language or tld, there is a side on wikipedi encyclopedia. I have made the inserts (the urls) to wikipedia in October 2004. (It could be it in the meantime a side gives) Quote:
My philosophy over the visitors What is a visitor? When i started to code the statistic, i have think about this very much For me it is all the same whether now the visitor Spider, Crawler or an actual visitor is. I wanted to know how many vistits or page hits are on my sides. (All together) @MarcoH64 Thank you for the tipp with 'addslashes()' . I will use this in a comming update. @The Realist The Phrase 'vbstatistic_admin_cp_set' is not a global phrase. This phrase is a CP Stop Message (phrasetypeid = 9000). Quote:
Of course, there are some problems. But most of them are individually (for example: problems to deinstall the old statistic version, links Browser is not detected ;), misunderstandings, and few problems with querys particularly with keywords.) For the most users, the statistic works perfekt. PcFreak |
here's the oddest thing. i just noticed that all the statistics seem to be counting fine except :
Page hits since statistics began: 0 Number of visitors since statistics began: 0 Average visitors per day: 0 I installed it on January 19 and it's been tracking the last days members, threads, search bots, etc. any ideas what happened? I installed it on another board and it works fine there! help! |
I had to uninstall. Too many database errors and other issues.
Oh, well. I'll probably put the old verson 2 back in. |
Quote:
|
great job on this
its amazing the only thing i would hope is to exclude myself from being counted as im always there and it tends to scew? the stats |
Quote:
Check your error logs if you did, it may be trying to call it from the wrong place, in which case you would need to change the path. |
Quote:
We tested this version on more than one vB and all went fine. Also PcFreak do a lot of bugfixing before release and after release. Did you really use the latest scripts ? Or did you correct uninstall of the old vB2 version ? Some guys didn't uninstall der vB 2 version correct and so they get database errors from the old one and not from the new version 3 ! |
Quote:
(an option to turn the bot counting on/off). its a great hack nontheless :D |
I havn't had any problems with it but one of my mods was viewing it and it returened an error
Code:
Invalid SQL: |
Quote:
|
Quote:
|
Installed with no problems and works well on 3.0.6 .. great hack.
Clicked install |
PcFreak, you wrote that you never heard about Links browser - thats why statistic doesnt recognised it.
But why Links IS in this list: http://justget.org/statistic.php?do=now_browser_info (17th from below) ?? In that case which browser is recogniser as Links ? |
Quote:
I was also getting database errors from referrer entries. I went through the uninstall of version 2 pretty thoroughly, I think. Example: Quote:
Most of this isn't an isssue for me over all - I saw this as something for forum users more than anything else - I have a log analysis program I use on the site as a whole which segrates things like bot / spiders vs. 'people' - And most everything else I need. I like the idea. I think it's a very nice 'hack'. And I'm not disappointed. A lot of time and hard work went into it. But for me, it'll be something I have to look more closely at - And to do that I have to find some time. Note that I'm not a programmer so I'm not really very good at debugging. As the old saying goes, I know enough to be dangerous. |
Threads in hidden forums are shown to users who don't have access when listing the top replied to threads, etc. - this is a *BIG* flaw for anyone with "secret" subforums!
Other than that, great add-on... |
Quote:
|
PcFreak you shoud say that its SO easy to add new browser to statistic code....
just add Code:
elseif(strpos($agent, 'links') !== false) $browser = "Links"; Code:
elseif(strpos($agent, 'mozilla') !== false) $browser = "Mozilla"; //Mozilla Regards |
Thanks PCfreak.
Installed on vb3.0.x with no issues Thanks Kall for showing how to hide sever details for selected users. Viks |
Hello,
Is there some sort of caching feature I'm missing? If I haven't hit the stats page all day, it usually takes between 120-200 seconds to generate the page. After that lag, the pages usually load up a bit quicker but this could definitely benefit from some form of a statscache. |
Quote:
Quote:
@Sir_Yaro Ups. Sorry. It could be that i have forgot to define the Links Browser. I cant remember. Quote:
I have make tests on my forum, but this funktion works well for me. User without the permission to see a hidden forum cant see a hidden thread. Perhaps, it could be you have not set the userpermission correctly or you have build new usergroups which have this permissions. My tip. Check the userpermissions of your forum. I think, there is set something wrong. PcFreak |
Code:
Database error in vBulletin 3.0.6: |
@Anarchy
in statistic/sides/forum.php found PHP Code:
PHP Code:
(toontowncentral_com_-_database is not a good database name. This "-" is a the sign for subtraction. Better is to use this "_".) Greets PcFreak |
Is there uninstallation script as well?
|
Quote:
After much playing around, i back quoted the `$dbname` This fixed the problem. Maybe you want to add this to your next release. Code:
$pm_speicher_groesse = $DB_site->query("SHOW TABLE STATUS FROM `$dbname` LIKE 'pm'"); |
All times are GMT. The time now is 12:35 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|