Version: 1.00, by PcFreak
Developer Last Online: Mar 2015
Version: 3.0.3
Rating:
Released: 07-01-2004
Last Update: 08-28-2004
Installs: 184
DB Changes
No support by the author.
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.
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.
Statistic Version 3 have more as 7000 Lines of code and possibly, one of the largest Hacks that was ever written for vBulletin.
More as 450 different images
46 new Templates are provided
More than 350 phrases are needed.
Everything is completely adjustable over the AdminCp
More than 350 phrases are needed.
No much server load. Maximally 5 querys for logging. (normal 3 querys.)
The start side of the statistics needs approx. 15 querys (only if this is indicated)
More than 350 phrases are needed.
Possibility for later updates (e.g. new Spider and Crawler implements)
The installation is very, very simply, been made by an installscript and does not need more than 30 seconds. All attitudes and changes take maximally 5 minutes.
no changes of the existing vBulletin data base tables
15 new data base tables with more than 1100 inserts are provided
Support for international time formats implements.
Detect now browser plugins, resolutions and more with javascript.
vB Statistic Version 3 show Information about your System on a special side.
Detect now browser plugins, resolutions and more with javascript
More Infos soon
PcFreak
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Ntenze
Sorry, but i dont understand this mysql error. Table "portal.statistik_einstellungen"
because the insert go to the table statistik_einstellungen.
When you dont need TABLE_PREFIX for your board!
Open the file statistikadmin.php and delete all " . TABLE_PREFIX . " atributes for the arrey statistik_einstellungen.
i am using the old version of this statistik.
and i want to install this new version.
can u specify the upgrade instructions too ?
thnx.
You cant upgrade the new version with the old version. To many changed was made.
But installing the new version is very easy. Del all old templates. Del the tables for the old staistic in your database. And then install the new one.
PcFreak, this hack is a thing of beauty. The amount of work you've put into it glows from every detailed touch. I am charmed by the handful of German words remaining and have no intention of ever changing them: they are both a tribute to the brilliance of their author and, I believe, a symbol of the cultural diversity the internet has brought into everyone's home.
@Battle_Ring
At the moment there are no Add Ons released.
But you get them here.
@Phalynx
Du bekommst die deutsche Version auf meinem Board oder bei vBulletin Germany.
You cant upgrade the new version with the old version. To many changed was made.
But installing the new version is very easy. Del all old templates. Del the tables for the old staistic in your database. And then install the new one.
PcFreak
hey pcfreak.
thnx for the nice hack..
but as you specified when i deleted those 6 table entire forums crashed down
I fixed it, installing the new version. but it again had table prefix problems.
i had to manually run the queries using phpmyadmin finished everything till here ->
Code:
$resetzeit = TIMENOW;
UPDATE vb3_statistik_zaehler
SET Summe = '$resetzeit'
WHERE Zaehler_fuer = 'Statistik_Aktiv'
;
print_form_header('install_statistik_english', '');
print_table_header("vBulletin 3 Statistik 2.0 Installation Script");
print_description_row("Congratulations! The board statistics version 2.0 was successfully installed!<br><b>PLEASE DELETE THIS FILE!</b>");
}
?>
not sure what to do.
i ran the foll. query sucessfully ->
Code:
UPDATE vb3_statistik_zaehler
SET Summe = '$resetzeit'
WHERE Zaehler_fuer = 'Statistik_Aktiv'
;
again via phpmyadmin.
but now when i goto my stats page.
this is the error i am getting.
Code:
Database error in vBulletin 3.0.0:
Invalid SQL:
SELECT Summe as Datum
FROM statistik_zaehler
WHERE Zaehler_fuer = 'Statistik_Aktiv'
mysql error: Table ***.statistik_zaehler' doesn't exist
mysql error number: 1146
i am using vb3_ as table prefix.
Thnx a lot for this nice STATS ALways useful
Regards,
Step 2)
=================================================
Create two new Phrases in the Phrasegroup:
Control center messages (I hope this is the english name for this group)
I think its
Control Panel Global
Lets hope im right
I guessed that too. Doesn't appear to be right, though. I get a phrase not found error message after saving config changes.