The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB3 Boardstatistic Version 2 Details »» | |||||||||||||||||||||||||
no more support for statistic version 2
In the next days we will release a new statistic Version (vB Statistic 3). For this reason I give from today on, no more support for the Statistic Version 2 This version is bigger, faster and we want to publish the statistic in two languages. (german and english). 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....47&postcount=2 For a first impression You find a English demonstration of the Statistic here >> http://at-lantis.de/statistic.php You find a German demonstration of the Statistic here >> http://boardszene.de/statistic.php May someone will translate our Phrases from the new version 3.0 into other languages. If you are interested please send me or Onkel_Tom a PM with your eMail Address and we will sent you the phrases file in english to be translated into other languages. The vB Statistic is free. However, if you would like to donate a small amount, feel free.
More Infos soon PcFreak Show Your Support
|
Comments |
#192
|
|||
|
|||
Quote:
It still said the same after I altered the part you said to, but I removed the "FROM $dbname" bit from the query and now it works and gives the size for the PM table. Is that part un-needed or will I run into problems having removed it at some point? Thanks for your help Onkel_Tom |
#193
|
||||
|
||||
Quote:
I will fixed this also in the next release ! Thanks for your help to get this hack working Hope more people will install this hack and give a click in the "hack of the month August " section for this very nice work from PcFreak. |
#194
|
|||
|
|||
Code:
Database error in vBulletin 3.0.3: Invalid SQL: SELECT Summe as Datum FROM statistik_zaehler WHERE Zaehler_fuer = 'Statistik_Aktiv' mysql error: Table 'elitesat_elite.statistik_zaehler' doesn't exist mysql error number: 1146 Date: Sunday 22nd of August 2004 03:33:14 PM It look like the statistik work. the error apers when i am trying to enter the admin opitons. "statistikadmin.php?do=statistik_general" |
#195
|
|||
|
|||
Found the ansvare to the problem. In the "statistikadmin.php"
i canged this.. Find this Code:
$statistikaktiv = $DB_site->query(" SELECT Summe as Datum FROM statistik_zaehler WHERE Zaehler_fuer = 'Statistik_Aktiv' "); Code:
$statistikaktiv = $DB_site->query(" SELECT Summe as Datum FROM " . TABLE_PREFIX . "statistik_zaehler WHERE Zaehler_fuer = 'Statistik_Aktiv' "); thanks for all the help. |
#196
|
|||
|
|||
I took a few hours and worked through all the MySQL errors and it seems to work except for Browser & Operating System Stats. See my attachment. I know not EVERYONE is using "Other" for a browser. Did I miss something on the install?
|
#197
|
||||
|
||||
@ Iceman-X
thanks for the hint of another missing table_prefix @ Wential Browsers and OS are identified from the file /includes/functions_statistik.php so please check if this file is in that directory. In that file the the Browsers are identified by getenv("HTTP_USER_AGENT") and a listing with the Browsernames. Is only Browsertyp and OS version not identified by the statistics ? |
#198
|
|||
|
|||
Ah, I missed replacing the " . TABLE_PREFIX . " with vb3_ in that file. Hopefully it will start showing up now. And yes, that was the only part that wasn't filling in with data. You're assistance is much appreciated.
|
#199
|
||||
|
||||
Your welcome
If the script still not identify the browsers and OS try this. open file functions_statistik.php from Directory /includes and find: Code:
$agent = getenv("HTTP_USER_AGENT"); Code:
$agent = $_SERVER['HTTP_USER_AGENT']; |
#200
|
|||
|
|||
The first solution didn't work after waiting an hour. I'm trying your second $_SERVER fix now. I'm running MYSQL 4.0.18 and PHP 4.3.6 so hopefully it will work. I hope it's not a problem that I run my own local Windows 2003 servers on a dedicated T-3 line. You wouldn't believe how many things (VB related) are designed around Apache. Yuck!
|
#201
|
|||
|
|||
Darn that was fast. It works perfectly now! Onkel Tom, you're a genius!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|