Log in

View Full Version : vB Statistic version 3.0.0 (directors Cut *g*)


Pages : 1 [2] 3

Marco van Herwaarden
02-23-2005, 10:49 AM
I would do it different, just change:
$keywords_known = $DB_site->query("
SELECT counter
FROM " . TABLE_PREFIX . "statistic_searchengine_keywords
WHERE keywords = '$keyword_found'
");
into$keywords_known = $DB_site->query("
SELECT counter
FROM " . TABLE_PREFIX . "statistic_searchengine_keywords
WHERE keywords = '" . addslashes($keyword_found) . "'
");

You should allways use addslashes around alphanumeric data to protect against sql insert vulnerability.

I suggest that the coder of this hack review his sources and update with a patch.

sv1cec
02-23-2005, 11:02 AM
Some day I should have a look at what exactly those functions are doing. I think you are right, at least this is a common way of doing things in vB.

Rgds and tnx

Delphiprogrammi
02-25-2005, 08:47 PM
hi,

this is not a big a issue and probably i'm doing something wrong but it is prett annoying and working on my nerves :mad: when i login to my admincp the vbstatistics navgroup is always "collapsed out" (look at the image and you see what i mean)

the insructions tell us to open admincp/indexcp and to look for this code


$printhr = false;
if (can_administer('canadminstyles'))
{


after that this


$printhr=true;
construct_nav_option($vbphrase['vbstatistic_admin_index_general'],'statistic_admin.php?do=statistic_setting_general ','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_tld'],'statistic_admin.php?do=statistic_setting_limits' ,'<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_browser'],'statistic_admin.php?do=statistic_setting_limits_ a','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_spider'],'statistic_admin.php?do=statistic_setting_limits_ b','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_maintenance'],'statistic_admin.php?do=statistic_maintenance','<br />');
construct_nav_group($vbphrase['vbstatistic_admin_index_setting']);


i can't see anything wrong with it .... :confused:

Viks
02-25-2005, 10:31 PM
=========================================
Invalid SQL:
DELETE FROM statistic_referer_short
ORDER BY counter ASC
LIMIT 0

mysql error: You have an error in your SQL syntax near 'ORDER BY counter ASC
LIMIT 0
' at line 3

=========================================

AND

Database error in vBulletin 3.0.3:

Invalid SQL:
DELETE FROM statistic_referer_full
ORDER BY counter ASC
LIMIT 0

mysql error: You have an error in your SQL syntax near 'ORDER BY counter ASC
LIMIT 0
' at line 3

mysql error number: 1064

=========================================

on running
Optimizing Referring Domains
AND
Optimizing for the Referring Pages Table

hmm... What do I need to change in the syntax to fix it.. and how?

suggestions?

Vik

S@NL - BlackBik
02-26-2005, 07:08 PM
@Delphiprogrammi: Just collapse that part of the menu and then click "Save prefs" on top of the left hand menu. The setting that the statisticsmenu is collapsed when opening the control panel should now be saved ;)

mtha
02-28-2005, 04:16 PM
01. If I set the Usergroups allowed to show stat. = 0 => the timeline show as 1970

Set your Usergroups which are allowed to show the statistics 0


You can use one of the following choices
Show statistic pages only for administrators and moderators: type in 0
Show statistic pages only for registered users: type in 1
Show statistic pages for everybody visiting your forums: type in 2

This Option was changed last at: 01.01.1970, 07:00



02. Somehow I get this on More information about Java Scripting
Users who allow Javascript to run on their system: 119 (154.5%) allowed
Users who block Javascript on their system: -42 (-54.5%) not allowed






Anyone has the same problem?

Viks
02-28-2005, 04:40 PM
=========================================
Invalid SQL:
DELETE FROM statistic_referer_short
ORDER BY counter ASC
LIMIT 0

mysql error: You have an error in your SQL syntax near 'ORDER BY counter ASC
LIMIT 0
' at line 3

=========================================

AND

Database error in vBulletin 3.0.3:

Invalid SQL:
DELETE FROM statistic_referer_full
ORDER BY counter ASC
LIMIT 0

mysql error: You have an error in your SQL syntax near 'ORDER BY counter ASC
LIMIT 0
' at line 3

mysql error number: 1064

=========================================

on running
Optimizing Referring Domains
AND
Optimizing for the Referring Pages Table

hmm... What do I need to change in the syntax to fix it.. and how?

suggestions?

Vik


hello mr. pcfreak.

Nordinho
02-28-2005, 11:03 PM
I would do it different, just change:
$keywords_known = $DB_site->query("
SELECT counter
FROM " . TABLE_PREFIX . "statistic_searchengine_keywords
WHERE keywords = '$keyword_found'
");
into$keywords_known = $DB_site->query("
SELECT counter
FROM " . TABLE_PREFIX . "statistic_searchengine_keywords
WHERE keywords = '" . addslashes($keyword_found) . "'
");

You should allways use addslashes around alphanumeric data to protect against sql insert vulnerability.

I suggest that the coder of this hack review his sources and update with a patch.

how would I add the ' to this?? since that one causes some errors as well...

Polo
03-02-2005, 12:27 AM
How can I just install a simple visit counter with this hack.. without the rest of all the other stuff?

Polo
03-04-2005, 01:15 AM
wondering why there so many useless shyt, all over 1000 + of hacks for vbb, this is crayz every thread peoples say good job ima install bla bla.. so it take ur ass forever to install all those useless hack
that's what you gotta say for your fist post? :ermm:

MissKalunji
03-04-2005, 02:41 AM
wondering why there so many useless shyt, all over 1000 + of hacks for vbb, this is crayz every thread peoples say good job ima install bla bla.. so it take ur ass forever to install all those useless hack


uhmmmm...!?!?!?!?!?!?!?!?!?!

S@NL - BlackBik
03-04-2005, 04:59 AM
If you'd like to get the vBstats templates in their own collapsable catagory in the template manager, then check this little mod out (https://vborg.vbsupport.ru/showthread.php?t=63519). Works like a charm :)

Vampyre
03-04-2005, 10:50 AM
Wow, this works like a charm, PcFreak!!! :)

Darkus
03-05-2005, 02:39 PM
Awesome!!! Love it! Very Nice Work :)

camoman
03-10-2005, 04:26 PM
Just wondering if there this hack would be of concern when upgrading to future releases of Vbulitten.. THis hack sounds awesome but scared to install it and then have trouble upgrading later ...

Carl Anderson
03-10-2005, 04:33 PM
Just wondering if there this hack would be of concern when upgrading to future releases of Vbulitten.. THis hack sounds awesome but scared to install it and then have trouble upgrading later ...

There should be some type of uninstall script or something... I agree.. I am runing 1.1

kall
03-10-2005, 08:08 PM
There should be some type of uninstall script or something... I agree.. I am runing 1.1
Why would you need an uninstall script?

Remove one line from php_include_start and headinclude, drop the tables that were created by the hack, and it would be uninstalled.

You wouldn't even need to drop the tables. Removing the lines from the templates causes the stats to no longer be logged. Delete the files that you uploaded and remove any links to statistic.php and it is 'uninstalled'.

Regarding what will happen if you have to upgrade: There is NOTHING that this hack does that would interfere with a vB upgrade. NOTHING. It doesn't touch your php files or anything.

Sleazy
03-11-2005, 12:46 AM
I plan on using this script as a reference to the top posters for my board. I was wondering if there was anyway to exclude members from the posters count (like admins/mods) so it only shows regular members?

Also can anyone give me some guidance on how to pull just the top posters box so that I can paste it on the main forum page instead of the statistiks page?

Any help/guidance would be great!

jeepinator
03-11-2005, 02:51 AM
Just curious if anyone has done a graphics set that looks better on black backgrounds... ?
Do you think 1.00 is the end? Pretty impressive to build this complex of a hack and three months later be at 1.00!

paratek
03-11-2005, 11:50 PM
Has anyone been able to get these 2 to work together. I have it partially working ok, but not updating the page hits and a few other things properly.

when this is put inthephp include start template:

include("./statistic_counter.php"); it causes bad problems with my home page, but it records all the stats properly. If i change it to this:

include("./../statistic_counter.php"); then the homepage dispalys correctly but i lose some of the stats. Any ideas from the portal users?

paratek

slinky
03-12-2005, 05:07 AM
I'm noticing that whatever I do the Maintenance for Statistics database pages all remain at "0" and can never be set to the recommened 20 or any other number of that matter. I'm wondering if this too will prevent any statistics from being recorded in these areas. Anyone else have a zero value for this area of the vB Statistics Maintenance panel?

OrangeFlea
03-12-2005, 04:51 PM
Small problem:

Whenever I try to access the stats page as a regular user, I get this:

"Sorry, the administrator has bla bla blah..."

http://www.xxx.com/forum/URL=http://www.xxx.com/forum/

It redirects me to a bad URL (as shown above). How do I fix that?

kall
03-12-2005, 05:46 PM
Small problem:

Whenever I try to access the stats page as a regular user, I get this:



It redirects me to a bad URL (as shown above). How do I fix that?
Unless its because you didn't read the instructions about how to show the stats to everyone...I dunno.

OrangeFlea
03-12-2005, 08:00 PM
There were no such instructions on the installation_english.txt. I read through it a couple of times. And I don't see any on the original post. Furthermore, I don't think I've made myself real clear: I get re-dircted to an invalid link and not back to the forum. Basically, the URL is messed up.

Another issues I'm having with it is that sometimes the hack doesn't recognize me as the admin. It redirects me to the board (or at least tries to: see the first problem) as if I were a regular/registered member. Does anyone else have this problem?

paratek
03-14-2005, 04:14 PM
bump

Has anyone been able to get these 2 to work together. I have it partially working ok, but not updating the page hits and a few other things properly.

when this is put inthephp include start template:

include("./statistic_counter.php"); it causes bad problems with my home page, but it records all the stats properly. If i change it to this:

include("./../statistic_counter.php"); then the homepage dispalys correctly but i lose some of the stats. Any ideas from the portal users?

paratek

S@NL - BlackBik
03-16-2005, 12:33 AM
Small problem:

Whenever I try to access the stats page as a regular user, I get this:



It redirects me to a bad URL (as shown above). How do I fix that?
You'll have to edit the template called "statistic_error" on three places:

1. Find "URL=$vboptions[bburl]" and remove "URL="
2. Find "URL=URL=$vboptions[bburl]" and remove 1 "URL="
3. Find "href="URL=$vboptions[bburl]" and remove "URL=" once again.

This did the trick on my board.
Succes :)

Smitty
03-16-2005, 01:55 AM
You'll have to edit the template called "statistic_error" on three places:

1. Find "URL=$vboptions[bburl]" and remove "URL="
2. Find "URL=URL=$vboptions[bburl]" and remove 1 "URL="
3. Find "href="URL=$vboptions[bburl]" and remove "URL=" once again.

This did the trick on my board.
Succes :)
Has the other bug (the users shown viewing a thread if I remember correctly) or bugs been fixed yet?

S@NL - BlackBik
03-16-2005, 04:56 AM
No. But the bug is confirmed by PCfreak and he's working on it.
It's not so simple to fix though...

SycoPhant
03-17-2005, 01:18 AM
Works great! :bowdown:

vbted
03-17-2005, 08:53 PM
is there any way of using this on a db that is shared with another board?
the install script wants to uninstall, i guess because it sees the stats tables already exist. thanks.

S@NL - BlackBik
03-18-2005, 01:25 AM
is there any way of using this on a db that is shared with another board?
the install script wants to uninstall, i guess because it sees the stats tables already exist. thanks.
The only thing I can think about atm is that you make a copy of all the statistic tables and give them a prefix of suffix. Then adapt the statistic php scripts of the second forum in a way that they read and update the copy tables.
There may be another way, but I can't think of it.

FD929
03-19-2005, 04:58 AM
hi,

this piece of php code is causing the error i get


$pm_speicher_groesse = $DB_site->query("
SHOW TABLE STATUS
FROM $dbname
LIKE '" . TABLE_PREFIX . "pm'
");


but that query seems correct to me ?????? and i can't find anything in the MySQL manual about this just a "syntax" example on my old host this worked fine now it refuses to work on my new host ... i dropped my old host because they forced people to go dedicated if you want crontab support :devious:

if i comment that code out it works fine
Another painless 3.0.7 install. Works well, thanks for all your hard work!

steadicamop
03-19-2005, 06:42 PM
For whatever reason in my admincp area, when I update an option, the text below still shows :

This Option was changed last at: 01.01.1970, 01:00

I'm presuming it should update to today's date and time? Any ideas why this is happening?

Thanks, it's a wonderful hack, interesting to see where people find your forum!

TruthElixirX
03-20-2005, 04:31 PM
I really like this hack except it isn't doing some of the stuff right.

It doesn't catch Browsers and OS's. Doesn't catch country origin and browser language. It isn't catching spirders that crawl the site (I had 48 Guests last night.). It doesn't catch monitor resolutions. It pretty much doesn't get anything from the users. The System check doesn't work either. Is there a reason fo rthis or do I not have soemthing enabled?

paratek
03-20-2005, 08:22 PM
I have all the same problems you are. Is the author supporting this hack still, I haven't seen PCFreak on here in a while. I'd hate to have to uninstall

Smitty
03-21-2005, 09:05 AM
I have all the same problems you are. Is the author supporting this hack still, I haven't seen PCFreak on here in a while. I'd hate to have to uninstall
I figure he gave it up. I uninstalled it a while ago. It looked nice, but many of the numbers were questionable and some were obviously totally wrong.

A grand idea and looks nice, but....

TruthElixirX
03-21-2005, 01:05 PM
He could at least tell everyone. I'd like to see if anyone has got this running and see if it is running on his own site.

S@NL - BlackBik
03-21-2005, 01:27 PM
@Punktek and paratek:
Did you do this?

---------------------------------------------------------------------
6.1) Open Template "headinclude" in your AdminCP
add the following code at the end of the template in the last line!
---------------------------------------------------------------------

<script type="text/javascript" src="clientscript/statistic_java.js"></script>
Without this step, the browsers, os etc don't count up.

Delphiprogrammi
03-21-2005, 05:20 PM
He could at least tell everyone. I'd like to see if anyone has got this running and see if it is running on his own site.


i use this hack & working fine

TruthElixirX
03-21-2005, 07:48 PM
I put that in the headerinclude. I'm waiting 24 hours ot see if this works. =/

paratek
03-22-2005, 11:22 AM
That wasn't the issue i was having. My problem has to do with this line

include("./statistic_counter.php"); in my phpinclude_start file. It screws up the front page of vbportal if it is in. If the line is in there, it counts page hits etc, but the portal headers and menus don't like it. If i take it out the header/menu problem is fixed, but it only reports half the stats. I was just hoping someone could point me in the right direction as why this line of code would have a problem with my portal header.

@Punktek and paratek:
Did you do this?


<script type="text/javascript" src="clientscript/statistic_java.js"></script>
Without this step, the browsers, os etc don't count up.

paratek
03-22-2005, 12:27 PM
Disregard the above post
I finally have it working with VBPortal!

egthareal
03-22-2005, 05:00 PM
I'm having a problem, my stats worked great for about a week and then they stopped working! Anyone else expiernce this? PLS Help!!!

PcFreak
03-22-2005, 05:00 PM
Is the author supporting this hack still, I haven't seen PCFreak on here in a while.
I am still here ;).

The last weeks i was very busy.
Many thanks to S@NL - BlackBik for supporting the statistic hack.

PcFreak

paratek
03-22-2005, 05:42 PM
Welcome back PcFreak!

TruthElixirX
03-22-2005, 07:27 PM
Glad you're back. My counter is catching plug-ins that are installed and monitor resolutions now but that is all.

S@NL - BlackBik
03-22-2005, 08:45 PM
I am still here ;).

The last weeks i was very busy.
Many thanks to S@NL - BlackBik for supporting the statistic hack.

PcFreak
You're very welcome :)
I saw some problems I also encountered and knew a sollution. So why not share it ;)

Welcome back :)

SupraT
03-26-2005, 10:23 PM
I really need some help here. I honestly can not say what I did,obviously broke something. The error it returns is as follows:



Database error in vBulletin 3.0.7:

Invalid SQL:

SELECT LOGTIME FROM statistik_einstellungen



mysql error: Table 'clanspy_vbcsmain.statistik_einstellungen' doesn't exist

mysql error number: 1146

Date: Saturday 26th of March 2005 12:16:39 PM

Script: http://www.clanspy.net/forum/ (http://www.clanspy.net/forum/)



I had hack installed for sometime running perfectly (btw thank you for the hack). Other night made a change to the header file and wammo. Now the entire forum is down and I can't access VB at all.

Anyone help me fix this, I am not real good working within the raw database.

Thanks in advance!!

SupraT
03-27-2005, 06:48 AM
Anyone ?? Is appreciated.

S@NL - BlackBik
03-27-2005, 08:46 AM
What change did you make?
Can't you reverse this change?
Did you only change the header template of did you change something in php scripts?
Is the mentioned table still in your database or did you drop it?

SupraT
03-27-2005, 02:19 PM
What change did you make?
Added an additional link to our nav bar in the header template
http://www.clanspy.net/navbar/bar.htm

Can't you reverse this change?
No, I can't access CP

Is the mentioned table still in your database or did you drop it?
The error states that one isn't present. I attempted to reinstall the hack, but since I can't get to CP it will not allow me to run the script.

How can I add the tables to the database manually? I have never done that, but feel that may at least get me access to CP.

PcFreak
03-27-2005, 02:24 PM
SELECT LOGTIME FROM statistik_einstellungen

This is not a statistic 3 query.
This is an old statistic 2 query.

The names of the statistic tabels was changed in version 3.

In order to use the new Statistic Version, the old version must be unfortunately removed.
A deinstallation script you found here >> https://vborg.vbsupport.ru/showpost.php?p=528547&postcount=2

PcFreak

SupraT
03-27-2005, 02:28 PM
This is not a statistic 3 query.
This is an old statistic 2 query.

The names of the statistic tabels was changed in version 3.



PcFreak
That link just goes to the portal page of vb.org.

PcFreak
03-27-2005, 03:06 PM
Oh sorry.
The right link is here https://vborg.vbsupport.ru/showpost.php?p=528547&postcount=2

PcFreak

SupraT
03-27-2005, 03:12 PM
Oh sorry.
The right link is here https://vborg.vbsupport.ru/showpost.php?p=528547&postcount=2

PcFreak

Can't get logged in, so can't run that. I sent you pm.

SupraT
03-27-2005, 04:09 PM
Can't get logged in, so can't run that. I sent you pm.
PC Freak, thank you for your help. I am up, and will get things moving again.

Thanks, good to know when you break something, people are willing to help. VB is great community.

David

spongebobrox128
03-29-2005, 04:23 PM
hmm, I get this error when trying to login after installing:

Unable to add cookies, header already sent.
File: /home/kuyflcbd/public_html/vbulletin/statistic_counter.php
Line: 410

Thank You,
David

spongebobrox128
03-30-2005, 01:04 AM
any idea why this would happen?

paratek
03-30-2005, 04:24 PM
I spoke too soon when i thought i had this working with VBPortal. I have narrowed down where the problem seems to lie. The line that is placed in the phpinclude_start

require_once('./../global.php');<------ VbPortal line
//include("./statistic_counter.php");<----- this line is my problem.

statistic_counter.php uses the include ./global.php and it seems the fact that vbportal includes the ./../global.php on the line above, screws my vbportal front page up.

I understand this is not the problem of your program PCFreak, but is there anyway you can think of for me to work around this?

Marco van Herwaarden
03-30-2005, 05:35 PM
Change the include('global.php') inthe statics_counter to a require_once.

paratek
03-30-2005, 06:49 PM
Thats the way it already is Marco H. Thanks for the reply though. Any ideas where i can look?


Change the include('global.php') inthe statics_counter to a require_once.

Jenta
04-02-2005, 06:45 PM
I almost got booted of my host when I installed vbportal and had
include("./statistic_counter.php"); in my php start

the shared server i was on almost crashed (cpu was at like 70!) as it was creating php calls continuasly
i managed to get a peek at whos online while this was happening and saw about 200 guests with the ip of my server online

this is not pcfreaks fault but an incompatibility with vbportal and I sure love this script but am only able to use the the browser resolution part

Anyone have any ideas of how to get the 2 working?

paratek
04-02-2005, 06:49 PM
Been asking for a while, doesn't seem like many are using vbPortal. I hate to but gonna have to do an uninstall. Not worth it to have it only half work.

Jenta
04-02-2005, 07:39 PM
paratek u inspired me to give it one last shot
dont delete this awesome hack just yet
think i found a solution

paratek
04-02-2005, 08:23 PM
i am willing to try anything at this point, let me know

Jenta
04-02-2005, 09:31 PM
this is what im doing and ive reset the stats so not sure every little thing is working but i do know its not killing the server anymore and it has logged a visit of mine
it was caught in and endless loop because it was calling the wrong global.php

ive enclose some comments in < > brackets

edit statistic_counter.php and change wherever it has require_once to the full path of the file
like..
require_once('http://www.yoursite.com/forums/global.php'); <maybe only to ./forums/global.php if you have moved it to the root?>
it may only be neccesarry for global.php but i moved my statistic_counter.php to the site root <dont know if i should even do this?> so i changed them all

then in phpinclude_start, this is what i have...
require_once('./../global.php');
include("./../statistic_counter.php"); <is the move to the site root necc or can it stay in forums?>

My forums are located in /forums/

really dont have a clue what im doing, its just a trial and error thing :)
hopefully some helpful person that knows and understands both scripts, and is experienced with mysql and php comes along and helps us do it the right way :rolleyes:

i'll get back to you after i have enough forum activity where i can see if every log function is working

Jenta
04-03-2005, 05:32 PM
after a day of running it for a day, this is what im finding

Statistics home - works
Browsers / Operating Systems - not working
Country of origin and browser language - works
Search Engines - not sure yet ( i have one altavista hit in referrers but not here)
Spider / Crawler - not sure yet
Referrer - works
Browser Plugins and Monitor Resolutions - works
System check - works


------------------------------------------------------------------------

I also thought of way to not include yourself in the stats. Since your always on your site, it may be a good idea to not skew the stats with all your visits.

Heres how:

In headinclude wrap the script in a conditional....like:

<if condition="!$show['admincplink']"><div style="display:none"><script type="text/javascript" src="./clientscript/statistic_java.js"></script></div></if>
You can change the conditional to usergroup 6 if you like or just your userid.
I just used admincplink since I believe it performs the exact same function as usergroupid == 6 and I'm the only admin

In phpinclude_start, change it to this:

if ($bbuserinfo['usergroupid'] != 6) {include("./statistic_counter.php");}

again, change the conditional as you see fit

alderwazeh
04-03-2005, 09:35 PM
First Many thanks for the auther of this hack...
Now getting this error although the hack has been successfully instaled ?!
when I move from the stat or the vb or CMPS it gives randomly this error massege ... when I refresh ..it disapear and the pages display normaly including the stat! what is the problem and how I can fix it ?

Warning: main(./statistic/statistic_spider.php): failed to open stream: No such file or directory in /statistic_counter.php on line 99

Fatal error: main(): Failed opening required './statistic/statistic_spider.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alderwa/public_html/vb/statistic_counter.php on line 99

nso
04-09-2005, 02:27 PM
Is there any way to disable the parts that use Javascript?
The Javascript increased my bandwidth usage with about 50% - something I'm not really interested in.

Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript?

T3MEDIA
04-09-2005, 02:42 PM
Is there any way to disable the parts that use Javascript?
The Javascript increased my bandwidth usage with about 50% - something I'm not really interested in.

Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript?Bandwith or server resources? I am asking not being sarcastic.

PcFreak
04-09-2005, 03:55 PM
Is there any way to disable the parts that use Javascript?


Open Template "headinclude" in your AdminCP
del this line
<script type="text/javascript" src="clientscript/statistic_java.js"></script>

The Javascript increased my bandwidth usage with about 50%


hmm????
A 9kb file with 4 querys (normal 2 if the user counted) need so many bandwith?

You must have a board with one forum and one post and 10 vistors in the week. (If that, you have a bandwith from 100 kb the week)
Of course the javacountig need then between 30-40 kb. ;)

This script use only 2 querys. (4 querys the User was not logged befor).
For a board with 1 Millon Users it?s need not more than 0.001% of the bandwith. But the srcipt work with ervery side refresh.
I think there must be a misunderstanding by your side. You interpret you server log not correctly.

Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript?
It?s not possible to log resolution or plugins without javascrit (js)

PcFreak

PcFreak
04-09-2005, 04:03 PM
First Many thanks for the auther of this hack...
Now getting this error although the hack has been successfully instaled ?!
when I move from the stat or the vb or CMPS it gives randomly this error massege ... when I refresh ..it disapear and the pages display normaly including the stat! what is the problem and how I can fix it ?

Warning: main(./statistic/statistic_spider.php): failed to open stream: No such file or directory in /statistic_counter.php on line 99

Fatal error: main(): Failed opening required './statistic/statistic_spider.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alderwa/public_html/vb/statistic_counter.php on line 99

Have you upload the statistic_spider.php?
There must be in the statistic directory.
On line 99 of the statistic_counter.php this file is require.
But the spider.php is missing.

Tipp: Check your statistic directory.

PcFreak

PcFreak
04-09-2005, 04:29 PM
Is there any way to disable the parts that use Javascript?
The Javascript increased my bandwidth usage with about 50% - something I'm not really interested in.

Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript?

I will it better explain.
The statistic javscript is like a bypass.
This script is not more as an function.
The javascript started with every php. Always then, if you refresh a side.
In your logs you see then that each second file was loaded wich the javascript. (Ups thus 50% . From 10 files wich was loaded they are 5 javascript files?)

But that is not bandwith!!
The script no range bandwith.

It is possibel take the javacounter in a normal vBulletin.file.

But I imagined much more better is: Don?t touch the orginal vBulletin files.
It more simple to install this mod (and uninstall, of course . But that makes nobody;) Because this mod is simple great :))

wolfyman
04-09-2005, 05:03 PM
I'm running 3.0.7, it llooks like everything is working ok - EXCEPT the cronjob. when I go to mydomain.com/forum/includes/cron/statisticupdate.php I get this error:
Fatal error: Call to a member function on a non-object in /home/me/public_html/forum/includes/cron/statisticupdate.php on line 20

Help please :)

nso
04-09-2005, 05:15 PM
Open Template "headinclude" in your AdminCP
del this line
<script type="text/javascript" src="clientscript/statistic_java.js"></script> Will this disable the javscript-required sections? I do not currently have the script installed, I deinstalled it, so I cannot check for myself.

hmm????
A 9kb file with 4 querys (normal 2 if the user counted) need so many bandwith?What does queries have do to with bandwidth?
You do realize that with no-cache headers, the javascript does not get cached?

You must have a board with one forum and one post and 10 vistors in the week. (If that, you have a bandwith from 100 kb the week)
Of course the javacountig need then between 30-40 kb. ;)
Users online: 117 (78 members and 39 guests)
Users online the last 24 hours: 4668 (3644 members and 1024 guests)
Most user online at the same time was 683, 3. February 2005 at 22:07.

Threads: 31.567, Posts: 379.803, Members: 7.406

Bandwidth usage per day: ~1GB (increased to ~1,5GB the three days I had the hack installed)
Also the 'hits' (files sent from the server to the users) increased with about 50/100%.

This script use only 2 querys. (4 querys the User was not logged befor).
For a board with 1 Millon Users it?s need not more than 0.001% of the bandwith. But the srcipt work with ervery side refresh.
I think there must be a misunderstanding by your side. You interpret you server log not correctly.Again, what does queries have to do with bandwidth usage? This is an increase in CPU-cycles, not the amount of bits and bytes transfered.

It?s not possible to log resolution or plugins without javascrit (js) I am very well aware of this. I am not interested in logging that information. I'm simply interested in a script that shows top posters/top threads/top views/etc. (information that is allready located in the database)

nso
04-09-2005, 05:18 PM
Bandwith or server resources? I am asking not being sarcastic.JavaScript is downloaded by the visitor and executed on the users computer - Downloading it does not increase the CPU-load any more than, say, a standard HTML-file.
It does however require bandwidth to download a file from an external server - that is also what I am saying.

All that aside, my Dual Xeon 2.4 GHZ dedicated server can handle a couple of filetransfers and/or queries before you start to see it's behaviour change :)

PcFreak
04-09-2005, 06:53 PM
How operates the vB statistics 3.0.0?
The vB statistics 3.0.0 consist of two essential parts

One part is to log each visitor, serarchengines and keywords, browserlanguages, browser plugins, referer ect.
The other part show Information of the existing vB database

If you want just show Information of the existing vB database .
Don?t activate the counter.

==============================
== step 6 ==
==============================

Now let's activate the statistics and count of visitors
---------------------------------------------------------------------
6.1) Open Template "headinclude" in your AdminCP
add the following code at the end of the template in the last line!
---------------------------------------------------------------------

<script type="text/javascript" src="clientscript/statistic_java.js"></script>

---------------------------------------------------------------------
6.2) Open Template "phpinclude_start" in your AdminCP
add the following code at the end of the template in the last line!
---------------------------------------------------------------------

include("./statistic_counter.php");

Delete this lines.
But I do not understand nevertheless your JavaScript problem.
There are a lot of other js scripts active in vB. Even in the headinclude.

Or I have an understanding problem.
Did you mean java (not the Island or the coffee) ;) or did you mean "js" (JavaScript)

@wolfyman
This is line 20 in your statisticupdate.php
$DB_site->query("DELETE FROM " . TABLE_PREFIX . "statistic_log_java WHERE last_logtime < " . (TIMENOW - 3600));

I am not shure, why you get an error.
Have you del the statistic_log_java table in you db?

PcFreak

Lionel
04-09-2005, 11:29 PM
I just got an email about the database. Notice that the referrer is yahoo, and the error is from homepage which was up (am sure of that) at the time it happened.

What should I make out of this database error?
Database error in vBulletin 3.0.7:

Invalid SQL:
SELECT counter
FROM statistic_searchengine_keywords
WHERE keywords = 'haiti news\'

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 ''haiti news\'' at line 3

mysql error number: 1064

Date: Saturday 09th of April 2005 08:21:31 PM
Script: http://www.site.com/ (http://www.site.com/)
Referer: http://search.yahoo.com/search?p=haiti+news%5C&ei=UTF-8&fr=FP-tab-web-t-224&fl=0&x=wrt (http://search.yahoo.com/search?p=haiti+news%5C&ei=UTF-8&fr=FP-tab-web-t-224&fl=0&x=wrt)
Username: Unregistered

nso
04-10-2005, 01:18 AM
There are a lot of other js scripts active in vB. Even in the headinclude.Yes there is. And they all use bandwidth off course - like your javascript. Your javascript is massive and uses a lot of bandwidth on top of the allready required bandwidth.

Grosse file -> grosse bandwidth usage <-- semi deutch :)

PcFreak
04-10-2005, 07:57 AM
I just got an email about the database. Notice that the referrer is yahoo, and the error is from homepage which was up (am sure of that) at the time it happened.

What should I make out of this database error?

Search in your /statistic/statistic_searchengines.php
(Line round 221)

found:
$keyword_found = ereg_replace("'","",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt
replace with:
$keyword_found = ereg_replace("'","",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt
$keyword_found = eregi_replace("\"", "",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn \ Keyword vorkommt

PcFreak

Lionel
04-10-2005, 10:08 AM
Thank you.

sv1cec
04-10-2005, 11:08 AM
Search in your /statistic/statistic_searchengines.php
(Line round 221)

found:
$keyword_found = ereg_replace("'","",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt
replace with:
$keyword_found = ereg_replace("'","",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn ' Keyword vorkommt
$keyword_found = eregi_replace("\"", "",$keyword_found); //Abfangen eines Fehlers der auftreten kann wenn \ Keyword vorkommt

PcFreak
Is there a reason why you suggest ereg_replace for the ' and eregi_replace for the \?

Rgds

Lionel
04-10-2005, 11:51 AM
Looks like some search engines are sending in those characters. And those are no nos for script.

sv1cec
04-10-2005, 03:18 PM
I understand that, and I had this problem long ago, but what I do not understand is why use one function for the ' and the case-sensitive eregi_replace for the \.

And it is most probably not an issue with the search engine sending those characters, as much as the user typing a phrase and then hitting the \ before the Enter key, as they complete their typing. The \ is close to the Enter key.

YLP1
04-11-2005, 02:38 PM
I must say that this mod is AWESOME...and coming from a newbie to VB and PHP....I was able to install this without a hitch!!!

Paypal donation time for sure...

I have a question about the statistics folder in the forum install directory...was I suppose to upload the sides folder and these files?: statistic_browser_os.php; statistic_searchengines.php; and statistic_spider.php?

Oops one other question...what does the statitis_counter.php do (in forum root)? Is this like a page counter? If so, how do I get it to show?

Thanks again ...

PcFreak
04-11-2005, 03:54 PM
copy this three files in in forum root:
e.g.
-forum/statistic.php
-forum/statistic_counter.php
-forum/statistic_java_counter.php

the other files must stay in the forum/statistic/ folder with the same file structure. (do not change)

The image directory of the distribution package should be uploaded to the ./statistic directoy (forum/statistic)

The statistic_counter.php is the most important file.
This file counts and logs all the statisic data.

PcFreak

sv1cec
04-11-2005, 05:14 PM
Hey PcFreak, care to answer my question?

JoeLouie
04-11-2005, 05:29 PM
Is there a way to show the average posts per day on the main statistics page? You have the total posts, and the days since the forum was put online... so I can't imagine that it would be anything too difficult. Any way of implementing this? I know that it's a very easy calculation to figure out on my own with a calculator, but if I don't need a calculator, it's even better :)

Great hack btw :D

PcFreak
04-12-2005, 01:51 AM
Hey PcFreak, care to answer my question?
Upps... Sorry
what I do not understand is why use one function for the ' and the case-sensitive eregi_replace for the \.
The reason is: I don?t know a better solution.
Some people look for term like "hello\" or "'Freaks`s statistic is the best' " in the engines.

But the routine is not case-sensitive. It is implemented only if a search machine were actually found.

Is there a way to show the average posts per day on the main statistics page?
Hmm..
I think you can use this code: e.g
$average_post_ per_day = $total_threads / $testtage;
$average_post_ per_day = vb_number_format($average_post_ per_day, 5);
Put them into your forum.php under this line:
$total_views = vb_number_format($total_views_check); //Alle HITS (wie oft wurden die Beitraege gelesen)
Then you can use this new var "$average_post_ per_day" in the statistic template. (not tested ;))

PcFreak

JoeLouie
04-12-2005, 02:58 AM
Hmm..
I think you can use this code: e.g
$average_post_ per_day = $total_threads / $testtage;
$average_post_ per_day = vb_number_format($average_post_ per_day, 5);
Put them into your forum.php under this line:
$total_views = vb_number_format($total_views_check); //Alle HITS (wie oft wurden die Beitraege gelesen)
Then you can use this new var "$average_post_ per_day" in the statistic template. (not tested ;))

PcFreak

Thanks, I'll give that a shot and fool around with it if it doesn't work. I'm comfortable messing around with code that's already there... it's when I've gotta figure out the code on my own that give me trouble :)

ChrisLM2001
04-12-2005, 08:05 AM
OMG!

<floored>

This is the Mother-of-all-Stats mods.

Installed and working flawlessly!

Chris

sv1cec
04-12-2005, 08:44 AM
A minor issue, but something you might want to have a look at:

In the System Check, there are two references to the user's monitor resolution. One is "Your Monitor Resolution" and the other is "Your max. Monitor Resolution (depending on taskbar)".

When I run my system check, I get 1280x1024, which is my monitor resolution, but in the max. resolution I get 1280x996 ! Something does not compute here. The max. can't be smaller than the used one. My max. monitor resolution is 2048x1536.

Rgds

JoeLouie
04-12-2005, 04:25 PM
When I run my system check, I get 1280x1024, which is my monitor resolution, but in the max. resolution I get 1280x996 ! Something does not compute here. The max. can't be smaller than the used one. My max. monitor resolution is 2048x1536.

Rgds

Max monitor resolution = monitor resolution - taskbar size. It's the maximum space that the window can take up.

JoeLouie
04-12-2005, 04:33 PM
Btw, thanks PcFreak, I got the Avg Posts Per Day and Threads Per Day all figured out :)

Although I noticed something weird. Your statistics mod is showing a different total posts and total threads than my main forum page is. Not sure of the exact numbers, but it's showing 100-ish less posts and 30-ish less threads. Any idea what's up with that?

Nevermind... I just figured it out. The main forum page shows the true totals... the statistics mod shows the total of the posts and threads that you can see, so it doesn't include the posts and threads in hidden forums. Am I right?

sv1cec
04-13-2005, 03:35 PM
Max monitor resolution = monitor resolution - taskbar size. It's the maximum space that the window can take up.
Ah, thanks, I didn't know that! I learn as I get older!

Rgds

kevinrstruck
04-13-2005, 08:43 PM
First let me say, very impressive hack. Well worth the short time to install. I am having a problem with my CRON job. I get this error when it runs:

Warning: main(./includes/cron/statisticsupdate.php): failed to open stream: No such file or directory in /admincp/cronadmin.php on line 56

Fatal error: main(): Failed opening required './includes/cron/statisticsupdate.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kevinstr/public_html/forums/admincp/cronadmin.php on line 56

Line 56 of cronadmin.php reads as this:

require_once($nextitem['filename']);

TTG
04-14-2005, 02:36 PM
My Top 20 Referrer domains are being updated with relevant url's but the dates showing are all January / February 2005 !?

msimplay
04-14-2005, 05:05 PM
there was an arcade addin for the last version of the statistic hack will that be back ?

jeepinator
04-15-2005, 02:39 AM
OK, I sent you 5 eurothingies. Can we get a version that doesn't end in .00? :banana:

PcFreak
04-15-2005, 02:55 AM
Warning: main(./includes/cron/statisticsupdate.php): failed to open stream: No such file or directory in /admincp/cronadmin.php on line 56

Fatal error: main(): Failed opening required './includes/cron/statisticsupdate.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kevinstr/public_html/forums/admincp/cronadmin.php on line 56

Line 56 of cronadmin.php reads as this:

require_once($nextitem['filename']);
The name of the file is statisticupdate.php and not statistic"s"update.php.

My Top 20 Referrer domains are being updated with relevant url's but the dates showing are all January / February 2005 !?
LOL ;)
At the moment, i have no answer. The timestamp entry for the ref url?s in the db is just time().

there was an arcade addin for the last version of the statistic hack will that be back ?
May in the next version.

PcFreak

EvilHawk
04-16-2005, 09:42 AM
Installed and working flawlessly!

Thanks!

TTG
04-16-2005, 01:49 PM
Started to get this database error :-
Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0

created by
http://www.thetechguys.co.uk/retreat/statistic_java_counter.php?&colordepth=32?=76&resolution=1280x1024&maxresolution=1280x1024&cookies=true&flash=true&mediaplayer=true&java=true&shockwave=true&realplayer=false&quicktime=true&acrobat=false&svg=false

Lizard King
04-16-2005, 01:56 PM
Started to get this database error :-
Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0

created by
http://www.thetechguys.co.uk/retreat/statistic_java_counter.php?&colordepth=32?=76&resolution=1280x1024&maxresolution=1280x1024&cookies=true&flash=true&mediaplayer=true&java=true&shockwave=true&realplayer=false&quicktime=true&acrobat=false&svg=false
That is nothing to do with this hack. You have to check with your hosting. Your mysql server is unreachable right now.

Jenta
04-17-2005, 04:25 AM
what would be the best way to use this if you used vbadvanced as your homepage instead of your forum?

it would be best to track visitors at the root of your site if your forum is in a subdirectory

Crapaddict
04-17-2005, 06:29 PM
when i got to my statistic it says...
Forums online since: 12-31-1969 at 19:00 (12813 days)
This forum was installed by:


???????? how i can fix it?
Anyone got an idea on this one?

Crapaddict
04-17-2005, 07:03 PM
On my forums, i integrated the link to the statistics in the indexpage (forums home)

like this:
*open template forumhome
*find:<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
and replace with:
<a href=statistic.php><phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase></a>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><a href=statistic.php><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></a></td>

about 20 seconds work :P

kevinrstruck
04-18-2005, 06:26 PM
[QUOTE=PcFreak]The name of the file is statisticupdate.php and not statistic"s"update.php.


Duh...Thanks. Another stupid mistake on my part.

apfparadise
04-20-2005, 09:33 PM
I LOVE this hack, have had it installed for a month now. One problem. In the Referrals (my most important section, new site) it shows my url also. I have tried to remove it from the list in Admin CP, and it does it when you enter it, but then it's back again. The list in the Admincp shows a blank screen in that part, no URLs listed, but it shows the "last time updated" part correctly. But it's empty, so it still shows all versions of my url, including:
http://aquatic-photography.com/ .....
www.aquatic-photography.com ....

How do I permanently remove it so that I can see an accurate list of referrals.

PcFreak
04-21-2005, 03:49 AM
@apfparadise
There are two ways:

The first way:

Under "Options for Statistics Main Page" in AdminCP use: "aquatic-photography.com" as your own Domainname.

The second way:

################################################## ####################
************************************************** ********************
**If you want to exclude more than one domainname from beeing logged**
************************************************** ********************
################################################## ####################
-----------------------
open:
-----------------------
statistic_counter

-----------------------
Search for:
-----------------------

//################################################## ################################################## #####
//Um weitere Domains auszuschliessen dieses Format benutzen

-----------------------
add above:
-----------------------

if (strpos(strtolower($DER_REFERER), "your-new-excluded-domain.com") === false)

-----------------------
Attention:
-----------------------

Type the Domainname without http://www in the beginning!
just: your-new-excluded-domain.com

You can add Domainnames as much as you want to be excluded.
Use the same way as mentioned above.


Note:
In the next version of the statistic you can excluded domains, url?s ect. via Admin CP ;)

PcFreak

kthlnwrnr
04-24-2005, 01:41 AM
I am having this weired problem. When I gat to step three (./forum/admincp/statistic_templates_install.php) the installation totally haults and I get a http 500 internal server error. What should I do to fix that?

SycoPhant
04-25-2005, 01:52 PM
Help please?

I get insane amounts of errors, it ran fine for several months. I had to rename the files in the root so they couldn't be accessed and I'm still getting this:


Database error in vBulletin 3.0.6:

Invalid SQL: DELETE FROM vb3_statistic_log WHERE last_logtime < 1114394350
mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Sunday 24th of April 2005 10:59:11 PM
Script: http://www.fordexplorer.net/cron.php?&rand=408354
Referer: http://www.fordexplorer.net/showthread.php?t=10771
Username: Polc16
IP Address: 141.133.161.51


Any ideas? :(

duplu
04-25-2005, 07:49 PM
Help please?

I get insane amounts of errors, it ran fine for several months. I had to rename the files in the root so they couldn't be accessed and I'm still getting this:


Database error in vBulletin 3.0.6:

Invalid SQL: DELETE FROM vb3_statistic_log WHERE last_logtime < 1114394350
mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Sunday 24th of April 2005 10:59:11 PM
Script: http://www.fordexplorer.net/cron.php?&rand=408354
Referer: http://www.fordexplorer.net/showthread.php?t=10771
Username: Polc16
IP Address: 141.133.161.51


Any ideas? :(


It looks like there is an error in the table. Go into phpmyadmin on your server/site and bring up the 'vb3_statistic_log' table and then choose the repair option.

SycoPhant
04-26-2005, 01:37 AM
It looks like there is an error in the table. Go into phpmyadmin on your server/site and bring up the 'vb3_statistic_log' table and then choose the repair option.

Duh, why didn't I think of that. Worked, thanks!!

kthlnwrnr
04-29-2005, 05:54 AM
Is there any way I can get this error fixed?

Database error in vBulletin 3.0.3:

Invalid SQL: ALTER TABLE language DROP phrasegroup_vbstatistic
mysql error: Can't DROP 'phrasegroup_vbstatistic'. Check that column/key exists

mysql error number: 1091

My installation stops when I get to the ./statistic_templates_install.php or the 3rd step of the installation. And when I go to uninstall the hack I get the above quoted error. Will appreciate any suggestion. Thnx

wirewolf
05-07-2005, 07:57 AM
Good Grief!! Long thread to read through!
Clicks Install - on vBulletin 3.0.7, vBadvanced CMPS v1.0.0, Photopost PHP 5.02 vB3 Enhanced, and vBadvanced Links Directory v1.0.0

I installed this add-on this morning and just had a few problems. One, you have to be sure of the corrrect file path in the headinclude and the phpinclude_start:<script type="text/javascript" src="clientscript/statistic_java.js"></script>I used this path in the headinclude:
<script type="text/javascript" src="/myforum/clientscript/statistic_java.js"></script>I've had this problem before. I have Photopost and a Links Directry that sit outside of my forum directory. If your are on a page from either of those two, and you call for a script that resides in the forum directory, but the path info is wrong, then you might get something like this: http://mysite.com/photopost/statistic.php?do=forum instead of this http://mysite.com/forum/statistic.php?do=forum

Everything was going fine, until............. I have a little script on my site that emails me if there are any 404 page not found and other errors etc. When I opened up my mail client, I got no less than 170 '404 page not found, missing urls' emails from my server!!! I nearly fell out of my chair!! This was one of the refering pages that generated a missing url:
/photopost/showgallery.php/cat/statistic_java_counter.php?&colordepth=32?=5&resolution=800x600&maxresolution=800x570&
cookies=true&flash=true&mediaplayer=true&java=true&shockwave
=true&realplayer=true&quicktime=true&acrobat=true&svg=falseI new my file path was set correctly above. So I tracked down the problem to the the statistic_java.js file itself. On line 113:var plugins= "statistic_java_counter.php?&colordepth=" + colordepth +Change to this:var plugins = "/yourforumdirectory/statistic_java_counter.php?&colordepth=" + colordepth +Problem solved!!

For phpinclude_start, this worked fine for me: include("./statistic_counter.php");

I did some editing of the statistic main page. For one thing, the permissions option in the Admin statistic setting doesn't seem to work. No matter what number I typed in, 0, 1, or 2, it made no change. So I added a template group conditional in the statistic's navbar so only I, my Mods, and Members can see the menu. I want visiters to see the first stats page, but I don't want them hitting those links (Browsers / Operating Systems | Country of origin and browser language, etc).
Group conditional array:<if condition="in_array($bbuserinfo[usergroupid], array(2,5,6,7))">
--stuff you don't want visiters to see---
</if>or:<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
---stuff you only want seen by Mods, Admin, and Super Mods---
</if>
If you don't want visiters to view the stats page at all, then use this in the front of the statistic.php script, just after:// ########################## REQUIRE BACK-END ############################
require_once('./global.php');
// ############################ NO ACTION ################################Put this:if (!$bbuserinfo['userid'] OR !($permissions['forumpermissions'] & CANVIEW))
{
print_no_permission();
}It's the same permission check that is used for the UserCP. Other wise, use a template conditional wrapped around the navbar menu. I used it around the server info too. Only me or my Mods can see it. My members wouldn't have a clue as to what it meant anyway.

Took out some of the not too important stats on the main page. Did a few language fixes and changes, and added some script to the statistic.php file to query the database for some stats for my Photopost Gallery, Articles Section, Links Directory, and my Downloads Page.

The Ship Modeling Forum Statistics Page (http://shipmodeling.net/vb_forum/statistic-forum.html)

I've only had it on my site for one day, but the stat numbers seem to be right so far.

Great work PcFreak, Onkel Tom, kall and all (heh, it rhymes!) The install went one, two, three, and besides the little problems above, it works like a charm.

John

larryd
05-07-2005, 03:15 PM
I've installed and it seems to work great; I just noticed though that alot of information is not showing up yet.

Its been just under 24 hours and it says

Page hits since statistics began: 0
Number of visitors since statistics began: 0
Average visitors per day: 0

The rest of the tabs all have no information on them. It almost appears as though they arent collecting any stats?

Ala21
05-08-2005, 12:12 AM
Does this hack show top daily/weekly/monthly posters? E.g. it counts how many posts all users made in the specified time frame and shows a top posters list based on that? It would be good to keep track of spammers, i'd like to know this before installing, great hack anyway :)

topten
05-14-2005, 01:21 AM
Installed it and just get a blank box in my admincp - 25 pages of responses to this hack? Is this the beginning of my headaches?

Smitty
05-15-2005, 09:54 AM
Installed it and just get a blank box in my admincp - 25 pages of responses to this hack? Is this the beginning of my headaches?
I tried it and it has a number of bugs. As far as I remember few, if any, of the bugs have been fixed and it appears that 'development' has ceased. I took it off my forum within a week because of many bogus numbers and the bugs, but reading through the thread a lot of people like it and have no problem with it as is.

I think it looks really, really neat, but many of the calculated numbers are not valid. Actually, the last version was OK for me once I customized it.

I suggest you try it and see if you like it - But, vB is coming out with a significantly improved version soon so whether this will work on it or not remains to be seen.

I contributed to the developer, and I think the developer worked hard to 'get it right'. I don't feel bad about contributing - But - Unfortunately, I think the developer just sorta dropped the project. Whether this is because the bugs were hard to fix or what, I do not know.

If everything worked right, and the numbers were all correct, I'd pay US$50 for it without blinking. But as it is....

MissKalunji
05-15-2005, 11:36 AM
Installed it and just get a blank box in my admincp - 25 pages of responses to this hack? Is this the beginning of my headaches?

funny did you install all the templates and phrases? i had no problem and installed it and got it on the first shot...

Smitty
05-15-2005, 01:14 PM
So did I. That doesn't address the bugs which are there or the 'bad' numbers, though. If you read the whole thread, you'll find several places where bugs are acknowledged but the response has been 'these are hard to fix'. The 'hack' was released in January with a second release in February, but the bugs were not fixed (note in the thread they are acknowledged after the second release date).

However, getting a blank box in the admincp is not a bug. It's an install issue.

MissKalunji
05-15-2005, 01:23 PM
So did I. That doesn't address the bugs which are there or the 'bad' numbers, though. If you read the whole thread, you'll find several places where bugs are acknowledged but the response has been 'these are hard to fix'. The 'hack' was released in January with a second release in February, but the bugs were not fixed (note in the thread they are acknowledged after the second release date).

However, getting a blank box in the admincp is not a bug. It's an install issue.


ohhh aiight.....sad tho...thats a nice hack.....

Smitty
05-15-2005, 02:48 PM
It's a very, very nice 'hack'. It just needs to be 'finished'. But then again as i said, according the the vB folks vB will be significantly updated within a month or two if I read the thread at vB.com right, so soon this may all be moot.

Maybe PcFreak will chime in here and let us know if there is a plan or if this has been abandoned.

PcFreak
05-15-2005, 05:22 PM
Hello vBStatistic Community.

I work still on a next statistics version.
The statistics version 3 was very successful.
I saw that versions was translated in Chinese, Arabic, Italian and other languages.
Unfortunately these mod also offered on many warezsites. :ninja:

Ok, some infos about the new version.

I revised the complete statistics version again and I think the vBStatistic is better, than many professional Web statistics.

Some new futures

Add new spider/bots/ searchengines signatures over the Admin CP
Log ISP (International Service Provider)
You can set Referer over the Admincp on a Blacklist
Log entries with identification of new operating systems and searchengines
The statistics is individually configurable. All LOGGING can be switched on or off over the AdminCP
Determination of frequentnesses of all posted smilies ;)
Display of various statistics as bars or cake diagrams
many, many more (to specify too many around everything here)


These functions are already finished.

Jelsoft release a new vBulletin version the next weeks (3.5) and I am waiting whether one can implement the new statistics version into these.


PcFreak

Lizard King
05-15-2005, 05:41 PM
It is a very good news PcFreak about the new version but as you know 3.5 will be released as Beta and it will take a long time till it will be Gold release. Also until the modifications will be released for vb3.5 i think most of hacked boards will wait for autumn. Why dont you release the new version right now :p

PcFreak
05-15-2005, 05:56 PM
Why dont you release the new version right now :p
Because, just the php log scripts, the database tables and entrys already finished.
Without templates, the statistic is very boring ;);

PcFreak

P.Jackson
05-15-2005, 08:59 PM
any ideas why my images arnt showing?

Smitty
05-15-2005, 09:01 PM
I'm happy to hear you're still working on the vBStatistic add on. Hopefully the next version of vB won't break it.

As for it appearing on warez boards, I sell a lot of files which are related to my web site's theme on my web site. My web site has been online since 1996. I learned years ago that people 'share' on warez sites and have found my files on a lot of other people's sites over the years. There's very little you can do about it. I used to not like it but over the years I have stopped worring about it. I still make OK money from the files and figure that's just part of the 'game'. I can't say I've never gotten a file from a warez site so to me it all works out in the end. As you know, I donated to you early for your latest 'statistics' hack. Hopefully others have, and will, as well.

P.Jackson
05-15-2005, 09:05 PM
do nevermind :)

kevinrstruck
05-16-2005, 03:25 PM
Anyone know why search engines statistics would not update?

Been running the script for a while and most everything seems to be counting:

Page hits since statistics began: 1,184,443
Number of visitors since statistics began: 296,689

Search engine stats are not:

Google (All Others) 04-13-05, 04:50 PM 100 3
altavista 12-31-69, 07:00 PM 0 0
alltheweb 12-31-69, 07:00 PM 0 0
T-Online 12-31-69, 07:00 PM 0 0
euroseek 12-31-69, 07:00 PM 0 0
Gigablast 12-31-69, 07:00 PM 0 0
Google Germany 12-31-69, 07:00 PM 0 0
HotBot 12-31-69, 07:00 PM 0 0
Lycos 12-31-69, 07:00 PM 0 0
MSN 12-31-69, 07:00 PM 0 0
AOL Germany 12-31-69, 07:00 PM 0 0
AOL International 12-31-69, 07:00 PM 0 0
Yahoo 12-31-69, 07:00 PM 0 0
Ask Jeeves 12-31-69, 07:00 PM 0 0
Excite 12-31-69, 07:00 PM 0 0
search.com 12-31-69, 07:00 PM 0 0
Overture 12-31-69, 07:00 PM 0 0

And either is the Spider coutner:

Yahoo! Slurp Yahoo! Slurp 92.74 115
MSNBot MSNBOT 2.419 3
YahooFeedSeeker
YahooFeedSeeker 2.419 3
Google Googlebot 1.612 2
Google AdSense Mediapartners-Google 0.806 1

According the stas, the last time any spider visited my site was April 13, (Dat the stats program was installed). I have spiders on my site daily.

Captain Nemo
05-18-2005, 11:43 PM
It work! Thanks!

etaslim
05-19-2005, 02:54 PM
awesome! realy realy great! I've upgrade the statistic to this version. Very good works! Thank you so much for this hack

friendly
05-21-2005, 05:00 AM
I'm in awe! This is a terrific hack. We've not installed yet, but thanks in advance. I'm excited!

pyd
05-21-2005, 03:35 PM
I can't seem to find this line in index.php?
Should I install the script before i run through these steps?


-----------------------
open file:
-----------------------
admincp/index.php

-----------------------
search for:
-----------------------

$printhr = false;
if (can_administer('canadminstyles'))
{



I can however find these lines:


if (can_administer('canadminstyles'))
{
$printhr = true;
construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />');
construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />');
construct_nav_option($vbphrase['replacement_variable_manager'], 'replacement.php?do=modify', '<br />');
construct_nav_option($vbphrase['download_upload_styles'], 'template.php?do=files', '<br />');
construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />');
construct_nav_group("$vbphrase[styles] &amp; $vbphrase[templates]", '<hr />');
}



The difference is this:

My index.php:
----------------------
if (can_administer('canadminstyles'))
{
$printhr = true;
----------------------


Install.txt:
----------------------
$printhr = false;
if (can_administer('canadminstyles'))
{
----------------------

Is this the right place to insert the code?

*BUMP*

Coriolan
05-22-2005, 12:49 PM
In Admin panel, in "statistics main page options" the visitors timeout is set to 900 by default. What does 900 means, seconds? Which value should I put there to recognize the same visitor in a daily basis?

Thanks.

Vega
05-22-2005, 01:22 PM
In Admin panel, in "statistics main page options" the visitors timeout is set to 900 by default. What does 900 means, seconds? Which value should I put there to recognize the same visitor in a daily basis?

Thanks.
86400 seconds are 24 hours, or am I wrong? So that would be your daily basis, wouldn't it?

predatorkill
05-22-2005, 08:19 PM
i ve just installed,but i had to read all pages of this hack cos i got some several errors.Thanks guys!Thanks PCfreak!

in the beginning,i got all codes placed on correct place on all files,but the user id was set to 1,my id was 3 so i couldnt make it work,the statistics didnt work,except the "statistics home".After changing the user id,it didnt work well on spiders/crawlers,browser,referrer etc etc.

The problem solved when i edited all the settings in Admin control panel,and updated them to today's date.

I changed all the options,for example i changed Display limit for short referrer (Domains)from 10 to 11,clicked update,the date was up to date(not 1970).Then i changed back to 10.

I dont know if this in normal behavior,i m a n00b in coding,but this thing solved my problem and now the stats are shown fine.

I think in install instructions(if not putted already) you must make a warning to the users to change the userid from 1 to their admin userid(i think there are lot of admins without userid=1).

Great hack,***installed*** version 3.0.7 works PERFECT!

sim tech
05-23-2005, 07:53 PM
Noob here too...

Installed fine on 3.0.7... took about 10 minutes and that included making a sandwich! Instructions were easy and the installer was great! 5 stars!!

A couple of questions though:

Should there normally be a llink on the template or is this something that I'll have to add? The page works fine:
http://www.simtechonline.com/forums/statistic.php

And is it safe for every user to see this? I could always just add a link.

Also - I'm looking for something that would show a log of registered users (and guests) and the IP addresses of which they logged in from. Does this mod include an admin function that also records these? I'm wanting to monitor how many times a certain company's IP address visits my site, as well as where some of my visitors are logging in from.

Rifleman000
05-25-2005, 08:36 PM
After installing this mod (which otherwise went perfectly), I noticed that on my Forum Index, the (Users) Viewing next to each forum has dropped dramatically to only 1 or 2 at the most from the dozens it was before.

The "Who's Online" at the bottom has on average the same numbers as before this mod, so its not affecting that part of it. Other statistics show up the same, so its not from some massive drop in users coming to the forums, I just think that the users aren't showing up online next to the respective forum they are in.

Any ideas?

friendly
05-26-2005, 01:13 AM
*installed*
Thanks for a great hack!

sim tech
05-26-2005, 03:07 AM
After installing this mod (which otherwise went perfectly), I noticed that on my Forum Index, the (Users) Viewing next to each forum has dropped dramatically to only 1 or 2 at the most from the dozens it was before.

The "Who's Online" at the bottom has on average the same numbers as before this mod, so its not affecting that part of it. Other statistics show up the same, so its not from some massive drop in users coming to the forums, I just think that the users aren't showing up online next to the respective forum they are in.

Any ideas?


Hey, me too. I have only a couple of people on my site any any given moment and it usually would show who was viewing what.

Mine installed flawlessly and works great otherwise. I even tried installing it twice to see if I missed something. It works great, just the "how many are viewing a thread" is missing. I'm using the default templates.

Typically like: (2 viewing) would be placed next to the forum name. I can go down to the Currently Active Users link at the bottom of the page & see that they are in different forums, but it doesn't show up on the normal vbulletin index page.

Example: http://www.simtechonline.com/forums/

Rhoads
05-26-2005, 02:49 PM
Ok?, I have installed the statistics again on my new forum vb 3.0.7, everything work perfectly.
I have only 1 question : How I must install the dutch language from S@NL - BlackBik (https://vborg.vbsupport.ru/showpost.php?p=612759)

Thanks all for the beautiful hack ;)

Rifleman000
05-26-2005, 06:07 PM
Hey, me too. I have only a couple of people on my site any any given moment and it usually would show who was viewing what.

Mine installed flawlessly and works great otherwise. I even tried installing it twice to see if I missed something. It works great, just the "how many are viewing a thread" is missing. I'm using the default templates.

Typically like: (2 viewing) would be placed next to the forum name. I can go down to the Currently Active Users link at the bottom of the page & see that they are in different forums, but it doesn't show up on the normal vbulletin index page.

Example: http://www.simtechonline.com/forums/


Does anyone know how to fix this, doesn't seem to be a problem just with my installation anymore.

Smitty
05-26-2005, 07:39 PM
Does anyone know how to fix this, doesn't seem to be a problem just with my installation anymore.
I think if you read through the thread, this problem was IDed quite a while ago and the comment was made that this would be tough to 'fix' and that was the last I've heard.

sim tech
05-27-2005, 04:01 PM
I think if you read through the thread, this problem was IDed quite a while ago and the comment was made that this would be tough to 'fix' and that was the last I've heard.


With 395+ posts, it's really hard to find this bug was mentioned earlier. I did search for "users viewing" and "members viewing" but no hits were returned.

For reference sake, here's the original post that I finally found: (post 216)

Sorry guys, but we found a "bug" in the vB Stats.

We recieved complaints that people couldn't see who was browsing a thread. All they saw was themselves, but not the other people who were in the thread. The "Who's online" page showed that serveral more people were browsing the thread, but they didn't show in the thread itself.

Our programmer has spent two evenings troubleshooting this problem and we found the cause.
It's the image that is generated by the statistic_java.js and that is in the header of every page. This image executes a script to see what browser, os, resolution etc he is using. The problem is this:

1. The user is opening the page and is put in the session table of the vB database.
2. The image is being execute, the vB Stats are updated, but the user is removed from the session table because at this time he is not viewing a forumpage but a generic page caused by the execution of the javascript.

Result: the sessions table is not up to date and the user is not being shown browsing the thread.

A possible sollution for this problem is not to touch the session in the statistic_java_counter.php. You can probably make sure of that by not using global.php, but only mysql includes and config includes.

We solved our problem by removing the java image from our header, but the result is that some statistics are not being updated. We hope you can find a better solution by making some changes to the program.

Greetz,
S@NL - BlackBiker



Would it be best to just uninstall the mod & wait for the new version, or do you think a simple patch will fix this problem?

I like the mod but everyone also liked the who is viewing a forum feature that is now lost. :ermm:

Bob Amstadt
06-13-2005, 05:52 AM
Does anyone have a hack that would just show the page hits and visitors in the "What's Going On" box?

friendly
06-28-2005, 12:14 AM
Can anyone tell me how to get rid of these spam referrer sites?
There are poker, bambling and casino sites and a site djsdesigns.net, which has nothing to do with designing. Has anyone else noticed this strangeness with statistics? I love this hack, but this is annoying.

http://community.shwing.com/forum/statistic.php?do=referer

Cheers!

wtrk
07-02-2005, 06:11 PM
i have a question. great hack, works fine, installed fine. my problem is that my forum uses ssl and it doesnt tacker refers or some other stats, is there anything i can do to get it to track the stuff its missing?

xtreme-mobile
07-04-2005, 12:07 PM
this is an incredible hack, fair play and thanks

regards

dean

MissKalunji
07-04-2005, 12:29 PM
does the coder plan on putting this in vb 3.5?

joerns
07-05-2005, 08:20 AM
Great, quality hack! I followed the installation instructions, and went through the install a couple of times. I get no errors anywhere, but no stats seem to be collected. The Page hits since statistics began, Number of visitors since statistics began, Average visitors per day are stuck at 0, and no browser and origin info is displayed. Any ideas/hints what I may be doing wrong?

BioVader
07-19-2005, 04:05 AM
Works good.. Thx..

:Judge:
07-28-2005, 08:38 PM
Anyone know why search engines statistics would not update?

According the stas, the last time any spider visited my site was April 13, (Dat the stats program was installed). I have spiders on my site daily.
Is there a cause that would make the search and spider statistics to stop working?

xtreme-mobile
07-29-2005, 07:09 PM
cant wait for the next version of this :) if there is one :(

dopey370
07-30-2005, 11:50 AM
Ok?, I have installed the statistics again on my new forum vb 3.0.7, everything work perfectly.
I have only 1 question : How I must install the dutch language from S@NL - BlackBik (https://vborg.vbsupport.ru/showpost.php?p=612759)

Thanks all for the beautiful hack ;)


Same here. And I'm bit of a n00b regarding these things.
I've tried installing the language, but than it overwrites the entire dutch language :disappointed: . If somebody please could tell how to do this.

seangworld
08-01-2005, 02:56 AM
im waiting for the 3.5 version as well.

Dorign
08-06-2005, 08:40 AM
Does anyone here understand german and javascript?
Including the java script as it suggests in the instructions..

---------------------------------------------------------------------
6.1) Open Template "headinclude" in your AdminCP
add the following code at the end of the template in the last line!
---------------------------------------------------------------------

<script type="text/javascript" src="clientscript/statistic_java.js"></script>

If I put that code in the headinclude, it makes about a 10 pixel tall space at the top. Since my site's layout MUST have 0 topmargin, I cannot allow this.

Can anyone find out where the space is coming from?

This is without the javacode in headinclude.
http://www.forum-central.com/sigs/temp/xxwithout.jpg

This is with the javacode in headinclude.
http://www.forum-central.com/sigs/temp/xxwith.jpg

I have plenty of other javas going in my headinclude, but I tested them all, and I know it's not caused by any others than this one. Is it bad coding? Please help! Thanks

csidlernet
08-07-2005, 04:04 AM
nice sweet hack. just what i've been looking for

Dorign
08-07-2005, 08:01 PM
Anyone? :(

Dorign
08-10-2005, 03:42 AM
Augh! :(

PcFreak
08-10-2005, 07:50 AM
Sorry Statistic Fans..
I did not have much time in the last months.

Dorign

Replace in headinclude:
<script type="text/javascript" src="clientscript/statistic_java.js"></script>

with:

<div style="display:none">
<script type="text/javascript" src="clientscript/statistic_java.js"></script>
</div>

PcFreak

Dorign
08-10-2005, 04:52 PM
Ah, thank you! <3

slim cutty
08-13-2005, 02:14 PM
For some reason, I continue to get this mysql error.....

Database error in vBulletin 3.0.8:

Invalid SQL:
SHOW TABLE STATUS
FROM famnice_org_-_ss
LIKE 'pm'

mysql error: You have an error in your SQL syntax near '-_ss
LIKE 'pm'
' at line 3

mysql error number: 1064

Can someone assist me please?

slim cutty
08-13-2005, 02:27 PM
Okay... I fixed it.. .I referred to this link..

https://vborg.vbsupport.ru/showpost.php?p=615412&postcount=245

thanks anyway

BRC2
08-22-2005, 06:12 PM
This is GREAT Mod! I would like to make a suggestion for your next version. Could you make a section that would compile stats, similar to what is found in the vB ACP, but more robust. When I used phpBB there was a hack that worked in a similar fashion and was very useful...enabling you to see a variety of montly stats for the history of your site. Here's a LINK (http://www.phpbb2.de/dload.php?action=category&cat_id=23) to an updated version of that hack, listing all the staticts that can be compiled via modules.

Thanks,
Brian

PcFreak
08-23-2005, 12:30 AM
Thanks for your suggestion and the link.
Yes, the next version 4.0 will used modules, too.

PcFreak

interfx
08-23-2005, 01:04 AM
That is awesome!!! Your hack is awesome!, and looking forward to version 4.0 and modules for VB 3.5...

Keep up the good work!

InterFX

pikapin
08-31-2005, 09:18 PM
Does this mod work even if you have vbulletin integrated with vbadvanced?

Thanks

faast
09-01-2005, 04:05 AM
i assume this works for 3.0.7?

yahoooh
09-02-2005, 05:47 AM
Does this mod work even if you have vbulletin integrated with vbadvanced?

Thanks
yes it works

yahoooh
09-02-2005, 05:48 AM
i assume this works for 3.0.7?
yes it works

yahoooh
09-02-2005, 05:49 AM
only thing it not shown correctly is the referrer with arabic character
could the coder tell me how to fix that because my site in arabic font
thanx

xtreme-mobile
09-05-2005, 06:01 PM
ive already got this installed on my first board and works great on 3.0.7 but want it on my new forum which is 3.0.8

it worked fine until i done the template edits to activate the stas, now it shows as a blank page? any ideas what ive done?

cheers

great hack very usefull- probably one of the best ive used

xtreme-mobile
09-08-2005, 03:46 PM
any mone :(

swa
09-09-2005, 03:16 AM
just wanted to let people know that my board was running really slow with this hack...as soon as i remove the codes in the headinclude and phpinclude_start everything started to speed up again.

interfx
09-10-2005, 03:09 PM
Any update on VB3.5RC3? Any time soon? I can't read German on the authors ite, so I can't tell if it is being readyed for release...

Thanks -
InterFX

Brandon Sheley
09-11-2005, 05:01 PM
Any update on VB3.5RC3? Any time soon? I can't read German on the authors ite, so I can't tell if it is being readyed for release...

Thanks -
InterFX

i'll be very interested in a 3.5 port.. :)

italks
09-13-2005, 06:39 PM
One little problem for me.Although i have launched my forums few days (Around 13 days back) and also there are visitors and members on site.It shows

Page hits since statistics 0
Number of visitors since statistics 0
Average visitors per day 0
0 Links from 0 different Domains
Search requests which were redirected to iTalks Community Forums: 0

Rest of the things are working fine.Please have a look

Ben?
09-13-2005, 09:21 PM
Hi,
Any update on VB3.5RC3? Any time soon? I can't read German on the authors ite, so I can't tell if it is being readyed for release...
here (http://at-lantis.de/showpost.php?p=271&postcount=3) it's said that he won't publish any hacks for version 3.5 before there is a final release.

Some postings above (http://at-lantis.de/showpost.php?p=276&postcount=5) he writes that he won't "patch" the current statistic hack so that it is running on 3.5
He wants to rebuild the hack.

Hm. Hope to help :)

Excuse my English language .. it's not my first one ;)

Mathiau
09-14-2005, 04:58 PM
holly CRAPPPPPP - awsome - installing for sure! if i had paypal i would donate but i cant get one :(

TTG
09-14-2005, 06:15 PM
One little problem for me.Although i have launched my forums few days (Around 13 days back) and also there are visitors and members on site.It shows

Page hits since statistics 0
Number of visitors since statistics 0
Average visitors per day 0
0 Links from 0 different Domains
Search requests which were redirected to iTalks Community Forums: 0

Rest of the things are working fine.Please have a look

Make sure you've completed step 6 of the instructions .. "Now let's activate the statistics and count of visitors"

italks
09-14-2005, 06:28 PM
Make sure you've completed step 6 of the instructions .. "Now let's activate the statistics and count of visitors"

There was little problems with step 6 in my forums.Now Everything working perfectly alright thanks for update and help.

PcFreak
09-17-2005, 09:53 PM
i'll be very interested in a 3.5 port.. :)im waiting for the 3.5 version as well.
cant wait for the next version of this if there is one .does the coder plan on putting this in vb 3.5?

Hello vBulletin community,

First, I would like say "thank you", to all vB Statistic version 3.0.0 user.

The new vB software 3.5 is now present and stably.
I am pleased to inform the community that i have started to code a complete new statistics product for this version.

For this reason I will relaunch my forum at-lantis.de in the next days with a new domain
The development of the new vB statistics can be regarded in a preview there.

PcFreak

MissKalunji
09-17-2005, 10:08 PM
Hello vBulletin community,

First, I would like say "thank you", to all vB Statistic version 3.0.0 user.

The new vB software 3.5 is now present and stably.
I am pleased to inform the community that i have started to code a complete new statistics product for this version.

For this reason I will relaunch my forum at-lantis.de in the next days with a new domain
The development of the new vB statistics can be regarded in a preview there.

PcFreak


i cant wait!!!!!!!!!!!!!!!!!!!!11

DS MrSinister
09-18-2005, 12:51 AM
sweet i cant wait

Scribbller
09-18-2005, 02:15 AM
How do I uninstall this, I undid the changes made to the admincp index.php file, removed the cron job, undid the template modifications but havent removed the tables because there are two tables which cannot be dropped with the names vb3_statistic_status and vb3_statistic_log_java as a result of this I have not been able take backup of my forum and neither have I been able to drop these two tables because it says "in use" in front of it.

PcFreak
09-18-2005, 02:25 AM
How do I uninstall this
*******************************************
**If you want to deinstall the Statistics**
*******************************************

Redo step 6 and remove both entries from your Templates.

After that just upload again the file "statistic_install.php" to your admincp directory
of your server and point again your Browser on it like in step 3.
The installation script automatically detects if you have the Statistics installed on your server
and will start the deinstallation of this hack.

Redo step 4 and remove the lines from admincp/index.php

Read the installation_english.txt. ;)

PcFreak

b00k
09-26-2005, 11:04 PM
Installed, however

http://www.xxxxx.com/online/includes/cron/statisticupdate.php


=

Fatal error: Call to a member function on a non-object in /home/xxxxx/public_html/online/includes/cron/statisticupdate.php on line 20



Any thoughts? This is working for the most part, installed on Version 3.0.7

xtreme-mobile
09-30-2005, 06:21 AM
any news on a version for vb 3.5.0 :D

PcFreak
09-30-2005, 12:05 PM
The next days, I will show some pictures from the new vBStatistic Professional Version.
(And a new Link with a Demonstration).

The new statistic ist bigger and is come as an product.

PcFreak

xtreme-mobile
09-30-2005, 09:07 PM
look forward to it :D

b00k
10-01-2005, 08:09 PM
Installed, however

http://www.xxxxx.com/online/includes/cron/statisticupdate.php


=

Fatal error: Call to a member function on a non-object in /home/xxxxx/public_html/online/includes/cron/statisticupdate.php on line 20



Any thoughts? This is working for the most part, installed on Version 3.0.7


bump

ToastBusters
10-01-2005, 11:51 PM
Any news on the vb 3.5 version? :)

MissKalunji
10-02-2005, 12:17 AM
Any news on the vb 3.5 version? :)


https://vborg.vbsupport.ru/showpost.php?p=782572&postcount=440 :nervous:

xtreme-mobile
10-09-2005, 09:52 PM
any updates on this yet? on your forum page it says next few days but has been nearly a week, keen to see something :D

puertoblack2003
10-10-2005, 09:57 PM
running board 3.0.3 everything is installed now when i go to admin control panel to make changes i see the tool bar but evrything is blank i read through the forum but no 1 answer the question yes i did install evrything to it's rightful directory.....also you can check this out to better understand as well

statistics site (http://www.nievesidenshop.net/statistic.php)

i later went back and found the error when installing one of the phrase and the same during the install entering this phrase:
-------------------------------------------------------
Add a new phrase in Admincp as Global Phrase (phrasetypeid = 1)
-------------------------------------------------------

Variablenname = vbstatistic_string_statistic
Text = Forum-Statistics

Smitty
10-10-2005, 10:47 PM
The next days, I will show some pictures from the new vBStatistic Professional Version.
(And a new Link with a Demonstration).

The new statistic ist bigger and is come as an product.

PcFreak
Are you going to start a new thread with the 3.5 version (I assume...)?

mfizzel
10-13-2005, 09:00 PM
Has anybody had to uninstall this because of the load it puts on your server?

Guess its cause my board is pretty large, thousands of attachments, millions of image views...my server load went up to like 15-20 with this installed!! LOL

Club3G
10-16-2005, 11:47 PM
Can't seem to get rid of this intermittent error, uninstalling. ;(


Warning: main(./statistic/statistic_spider.php): failed to open stream: No such file or directory in /statistic_counter.php on line 99

Fatal error: main(): Failed opening required './statistic/statistic_spider.php' (include_path='.:/usr/local/lib/php') in /statistic_counter.php on line 99


(error edited to not show my full path)

Uninstall doesn't seem to work as the docs say, either.

xtreme-mobile
10-18-2005, 05:50 PM
still no news on 3.5.0 gold version ? :(

PcFreak
10-18-2005, 09:12 PM
Ok. Ok.
Here some screenshoots from the Professionel Version.

I am still script the Statistic. (more then 5000 lines of code now).
30 different modules are ready.

One screenshoot show my favourite module. Top smilies in postings ;)
I have found a actual good solution for it.

PcFreak

xtreme-mobile
10-18-2005, 10:45 PM
looks good cant wait for the release :D

PcFreak
10-21-2005, 10:32 AM
I have established a Demo forum now for the new Statistic Version.
The statistic is still in beta status. (log functions are not shown yet)

The Statistic is only in German at the moment.

But for a first impression, visit vbstatistic.com (http://vbstatistic.com)

PcFreak

b00k
10-21-2005, 10:41 AM
so youve abandoned the stats for vB Version: 3.0.6 ?

because there seems to be people aside from myself asking questions.

ZGeek
11-02-2005, 03:50 AM
Hi PcFreak,

Any word on a release for 3.5.0? I really liked your hack and I will definately be buying the professional version :)

Snake
11-02-2005, 06:52 AM
I am hoping to see this converted to 3.5 Gold please. :)

b00k
11-02-2005, 06:53 AM
I am hoping to see this converted to 3.5 Gold please. :)

im hoping to see this fully work sometime soon..

GuaRRand
11-02-2005, 08:33 AM
Soon soon sooon!!
Its on my Top 5 list of things i ABSOLUTLY need on my site :P

Next to a decent portal (probably vbadvanced), Vbarcade and a Gallery

alderwazeh
11-03-2005, 05:25 AM
Firstly may thanks for this ginus work
I have installed it early this year but it stopped recording any visitors and infact the indicator shows a drop dowin in the numbers of visitors >every day the inicator shows a decrease in this particular number . I searched the new vistors and invitations it shows that it frezzed or stoped from last June but in the other side the new memebers registering is continuing updated every day!
What has happened and what I should do to solve this problem so the visitors and invistations counter remain updated daily
Thanks

alderwazeh
11-03-2005, 05:34 AM
only thing it not shown correctly is the referrer with arabic character
could the coder tell me how to fix that because my site in arabic font
thanx

You have one of two options to make this ginus product work in arabic
either or:

1> translated the phrases usually by using the Vb phrase capacity

or

2> use the Ofog translation

ترجمة الافق >> means the name of the Arabic Company that offer this free arabic translation

yahoooh
11-04-2005, 04:04 AM
alderwazeh
did u read my comment ?
i said:only thing it not shown correctly is the referrer with arabic character
could the coder tell me how to fix that because my site in arabic font
thanx

what i mean is the referrer like google search , it give the google site but the search in strange character

but every thing is ok just i need to fix the encoding

alderwazeh
11-05-2005, 09:42 AM
alderwazeh
did u read my comment ?
i said:only thing it not shown correctly is the referrer with arabic character
could the coder tell me how to fix that because my site in arabic font
thanx

what i mean is the referrer like google search , it give the google site but the search in strange character

but every thing is ok just i need to fix the encoding

You mean the refferer the sites that redirect customers to your site ? :nervous:

Trosun
11-07-2005, 12:47 PM
07.11.2005
leonsio was so nice and has adapted this vbstatistic version to the 3.5 vbVersion
Download the file and replace all the files form the statistic3.5.zip with the old statistic files.

Really appreciate. I'll install this ASAP.

Edit:
I'm not sure how to approach this, i'm going to do a clean install on 3.51.
If i understand correct i am to download the vbStatistic3 english.zip and then overwrite the changed files with statistic3.5.zip

And then just install as instructed in the installation_english.txt ?

PcFreak
11-07-2005, 02:49 PM
No.

With a clean install, you canĀ“t use this update.

You can use this new files only, if you have not deleted the old templates and db entrys.

This update is not a full Version for vB 3.5.
Only the statistic php files are convert to the vBullitin 3.5 syntax version.

The installfile, phrases and templates was not changed.

PcFreak

Trosun
11-07-2005, 03:25 PM
Ok.
So since i've got a "clean" 3.5 install with nothing from the past version there is no (easy) way for me to get this hack working?

Snake
11-07-2005, 03:26 PM
Yep wondering the same thing... :)

PcFreak
11-07-2005, 03:46 PM
Yep wondering the same thing... :)
Beg your pardon.

Sometimes it is hard to explain things for me in English.

PcFreak

Snake
11-07-2005, 03:52 PM
It's alright man. So what about a fresh install for 3.5.1? How much longer is it gonna take 'cause I really need this hack.

xtreme-mobile
11-07-2005, 04:08 PM
ok how do i install this from scratch also as i just tried to do the edit in the V3.X instructions but failed to find the first edit lol

any ideas?

reagrds

dean`

divided_by_fear
11-29-2005, 05:12 AM
yeah would like to see this on 3.5 its nice mod you have ashame it dont work on 3.5 yet on new install

Snake
11-29-2005, 12:07 PM
Any news yet? I am really looking forward to this hack...

ChuanSE
12-03-2005, 10:32 PM
Can someone tell me how the hell i apply a language pack; i just ++++ed up my whole board lang doing it the wrong way

I just want the dutch lang xml applied on vbstatistics :/

sunitatybsc
12-06-2005, 11:50 PM
Please let me know if this will work in fresh installation for version 3.5 and How?

Regards,

Snake
12-09-2005, 03:30 PM
Please convert this hack to 3.5.x. :(

ze_roberto
12-19-2005, 09:16 PM
Please convert this hack to 3.5.x. :(

What I'm wondering is, why one could not install the old arcade manually on 3.5.
I'm sure the new version will be nice, but that does not take away from the current version, which is great.
One would have to live with an administration outside the admin panel, though.

I tried to copy over the DB Tables and, put the old files on the server, overwrote them with the 3.5 submitted here, but got a DB error...

cheers, ze :raucher:

Snake
12-20-2005, 08:49 AM
Don't try man, it still won't work on 3.5

Chadi
12-25-2005, 02:53 PM
How do you even install for 3.5? It does not come with install instructions. I simply uploaded the directory to the forum root directory and the 3 loose files the same. It doesn't work.

MissKalunji
12-25-2005, 03:15 PM
How do you even install for 3.5? It does not come with install instructions. I simply uploaded the directory to the forum root directory and the 3 loose files the same. It doesn't work.


this is only for upgrade...not new installation

Chadi
12-26-2005, 03:27 PM
I doubt it. Others duplicated that it does not work. Upgrading is not possible because apparently the original install instructions' code searching do not exist in 3.52 such as admin/index.php.

Chadi
01-03-2006, 05:36 PM
Anyone else know?

MissKalunji
01-03-2006, 06:25 PM
I doubt it. Others duplicated that it does not work. Upgrading is not possible because apparently the original install instructions' code searching do not exist in 3.52 such as admin/index.php.


yeah it works it works on my board i started installing the template...


www.dancehallareaz.com/forum/statistic.php

Snake
01-04-2006, 11:46 AM
How did you managed to get it installed on v3.5.2? Could you please guide us?

MissKalunji
01-04-2006, 01:26 PM
How did you managed to get it installed on v3.5.2? Could you please guide us?


upload that :

https://vborg.vbsupport.ru/attachment.php?attachmentid=37186


and thats it...that only works if you already had it install on the older version....

Snake
01-04-2006, 01:30 PM
Uh I believe I can't do that because I did a fresh install of v3.5.2. :(

Chadi
01-05-2006, 11:33 PM
That file fixed mine

MissKalunji
01-06-2006, 02:37 AM
Uh I believe I can't do that because I did a fresh install of v3.5.2. :(

yeah its only on upgrade unless................

i make a dumb of the statistic
and then share it here?

docvader
01-06-2006, 04:25 PM
DAMN! It works beautifully for 3.52. Someone should move this to the 3.5 section of the board so others can find it.

lifesourcerec
01-09-2006, 02:01 PM
DAMN! It works beautifully for 3.52. Someone should move this to the 3.5 section of the board so others can find it.

That would be nice... I got it running on v3.5.3, but the page hits isn't updating.

Smitty
01-09-2006, 03:03 PM
I haven't visited theis thread in a while, but wasn't pcfreak going through a total rewrite for 3.5 or something? I can't find the thread off hand - Maybe the project died and the thread was killed.

Edit Add: OK - I see the "A new professionell version will released early next year" quote so maybe that's what I was thinking of.

DS MrSinister
01-09-2006, 03:34 PM
here is a link to it

http://vbstatistic.com/

Smitty
01-09-2006, 03:49 PM
here is a link to it

http://vbstatistic.com/

Yeah - I went there, but since I only speak english...

I had the old version installed some time back. I forget when but I'm sure I have some posts in this thread. I 'uninstalled' it but I forget the reason off hand. As I remember some of the stats weren't 'real' (accurate?). It is a very, very nice hack. As I remember I paypal'ed US$20 to him as a donation. And if the 'Professional' version is as good and the stats are computed correctly I'd pay for it in a minute. From what I can tell its not finished and for sale yet.

Actually I think I still have the tables and templates in my database from when I first installed it.

DS MrSinister
01-12-2006, 04:17 AM
Yeah - I went there, but since I only speak english...

I had the old version installed some time back. I forget when but I'm sure I have some posts in this thread. I 'uninstalled' it but I forget the reason off hand. As I remember some of the stats weren't 'real' (accurate?). It is a very, very nice hack. As I remember I paypal'ed US$20 to him as a donation. And if the 'Professional' version is as good and the stats are computed correctly I'd pay for it in a minute. From what I can tell its not finished and for sale yet.

Actually I think I still have the tables and templates in my database from when I first installed it.


this might help

try this (http://translate.google.com/translate?hl=en&sl=de&u=http://vbstatistic.com/&prev=/search%3Fq%3Dhttp://vbstatistic.com%26hl%3Den%26hs%3DAqF%26lr%3D%26cli ent%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official)

Smitty
01-12-2006, 07:09 AM
this might help

try this (http://translate.google.com/translate?hl=en&sl=de&u=http://vbstatistic.com/&prev=/search%3Fq%3Dhttp://vbstatistic.com%26hl%3Den%26hs%3DAqF%26lr%3D%26cli ent%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official)

That helps! Thanks!

larryd
01-27-2006, 01:46 AM
I need some help guys. I installed this on my forum many moons ago and I believe Ive asked for support already but no one was able to assist me. For some reason the main page of the VBstatistics works mostly for me (except the page hits and visitors information but the rest of the pages all come back with no information.

See for yourself at http://newcelica.org/forums/statistic.php

Can anyone help me out cuz I'd really like to get the rest of my stats working too.

Smitty
01-27-2006, 02:15 AM
I need some help guys. I installed this on my forum many moons ago and I believe Ive asked for support already but no one was able to assist me. For some reason the main page of the VBstatistics works mostly for me (except the page hits and visitors information but the rest of the pages all come back with no information.

See for yourself at http://newcelica.org/forums/statistic.php

Can anyone help me out cuz I'd really like to get the rest of my stats working too.

Is the professional version completed and for sale or does anyone here know?

exploitersteam
02-13-2006, 08:56 AM
Hello guys,

Sorry if it's been answered before but i couldn't find anything similar. I have a problem, i'm trying to install vbstatistic in the vbulletin 3.5.3 and i had 2 problems:

1) in the admincp/index.php there is no line like in the installation file:

-----------------------
search for:
-----------------------

$printhr = false;
if (can_administer('canadminstyles'))
{


i added the lines

//##### Statistic 3 by PcFreak START #####
$printhr = true;
construct_nav_option($vbphrase['vbstatistic_admin_index_general'],'statistic_admin.php?do=statistic_setting_general ','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_tld'],'statistic_admin.php?do=statistic_setting_limits' ,'<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_browser'],'statistic_admin.php?do=statistic_setting_limits_ a','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_spider'],'statistic_admin.php?do=statistic_setting_limits_ b','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_maintenance'],'statistic_admin.php?do=statistic_maintenance','<br />');
construct_nav_group($vbphrase['vbstatistic_admin_index_setting']);
//##### Statistic 3 by PcFreak STOP #####

after the line in the index.php called:

if (can_administer('canadminusers'))
{


2) Second Problem:
and when i try to call the install file http://site.com/admincp/statistic_install.php i got the following error:

Fatal error: Call to undefined function: query_first() in /home/site/public_html/admincp/statistic_install.php on line 191

Is there anyone who got the same error?

Thanks for any help you can give me :nervous:

PcFreak
02-19-2006, 07:58 AM
Thanks for any help you can give me :nervous:


Deinstall the old statistic an and wait few weeks.
My new version of the vBStatistic ist ready soon.
We have started now to translate the Statitistic into English.

We have also an english Forum now, for Questions, wishes or suggestions on vBStatistic Light and vBStatistic Professional on vBStatistic.com.

The Link to the Home of vBStatistic is http://www.vbstatistic.com
For a first impression and to view some parts of the coming vBStatistic visit: http://www.vbstatistic.com/vbstatistic.php

At moment the Statistic view is only german but the next days we will import the englisch version.

PcFreak

Smitty
02-19-2006, 08:16 AM
I'm happy to hear it! Many changes, I see.

Kirk Y
03-19-2006, 08:50 PM
When will vBStatistic be available for 3.5? I looked on your site, but much of it is German -- and what little English there was gave no relevant information.

RidinHighSpeeds
03-29-2006, 02:58 PM
Deinstall the old statistic an and wait few weeks.
My new version of the vBStatistic ist ready soon.
We have started now to translate the Statitistic into English.

We have also an english Forum now, for Questions, wishes or suggestions on vBStatistic Light and vBStatistic Professional on vBStatistic.com.

The Link to the Home of vBStatistic is http://www.vbstatistic.com
For a first impression and to view some parts of the coming vBStatistic visit: http://www.vbstatistic.com/vbstatistic.php

At moment the Statistic view is only german but the next days we will import the englisch version.

PcFreak

Can't wait until the new version for 3.5 support is released!