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 |
#282
|
|||
|
|||
Quote:
But I have one problem! Templates are only installed in style 1 !! :ermm: How can I have it also in the other templates??? (noway I do it by hand !!) |
#283
|
|||
|
|||
Which bit of code do i need to change to add new search engine spiders graphics to the stats? I found a web stats program on google that has 111 search engine spider icons that i would like to use.
|
#284
|
||||
|
||||
Quote:
Found this part: Code:
//################################################################################################ //### Spider Bots und Crawler Erkennung START im Moment 92 verschiedene //################################################################################################ PHP Code:
PcFreak PS: Can you post a link to the web stats program, please |
#285
|
||||
|
||||
Quote:
you can use this code in phpmyadmin to add a search engine to the table: Code:
INSERT INTO `statistik_spider` ( `ID` , `spidername` , `spider_link` , `balken_link` , `Zaehler` ) VALUES ('', 'Spidername1', 'images/statistik/spider/spidernamerflagname1.gif', 'images/statistik/bar1.gif'), ('', 'Spidername2', 'images/statistik/spider/spidernamerflagname2.gif', 'images/statistik/bar2.gif'), ('', 'Spidername3', 'images/statistik/spider/spidernamerflagname3.gif', 'images/statistik/bar3.gif'); Pay attention on the last line is a ";" at the end not a comma ! after adding the entries into the table you should also edit your file functions_statistik in /includes directory: find Code:
elseif(ereg("zyborg", $agent)) $c_bot ="WiseNu"; //WiseNu Code:
elseif(ereg("spider agent identification string", $agent)) $c_bot ="Spidername as written in database"; //your new Spidername that's all I'm working on a spider indentification at the moment which is identifiying more spiders and gives also more information about the spiders. So if you can wait you get a better version in few days or weeks It's a very hard work to write all the information from several websites in the net in one database table, collect all information and change the code that it works. I also optimized the identification routine from functions_statistik that the serverload is not to high while identify the spiders, also a lot of double entries and wrong spider agents will be fixed in this release. It would be great if you can share the spider flags with us and I can implement these grafics in the new release |
#286
|
||||
|
||||
I just installed this on 9/2 yet its showing I had one signup on 9/1???
http://www.discussionjunction.com/fo...do=last_x_days |
#287
|
||||
|
||||
There is an error in the code... Where you show the latest sticky threads on the bottom left of 'Polls / Stickys / Searchwords' the userid in the username link does not correspond to the username itself.
Can you do something about this? |
#288
|
||||
|
||||
Quote:
Search in Template statistic_sticky_bit for: Code:
href="member.php?u=$autorid">$sticky_autor Code:
href="member.php?u=$sticky_autorid">$sticky_autor |
#289
|
||||
|
||||
No worries, if theres any problems ill find em out and report bk
|
#290
|
||||
|
||||
Quote:
Hey dward i ws wondering how do you make that pic signature?? is it a php code and image??? dat shows up how many users and things?? Mind telling me how u did it?? ** Off topic but im just curious *** :nervous: |
#291
|
||||
|
||||
Quote:
Pls. use the search function on this board to find the Hack in the database |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|