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 |
#442
|
|||
|
|||
You really should learn to use left joins. Im using them right now to start to clean up the amt of queries in the arcade addon first since it was using 92. So far I have cut 92 down to 52. thats 4 queries per game you have listed that have now been cut out. I now have gotten the arcade addon page down to 16 queries no matter how many games you list be it 1 or a 100. Trust me I tested it. Im going to go through and see about doing the rest of this hack and see what I can get it down to.
If the author doesnt mind. I will post my current modified file for everyone. This is when listing 10 games on the page. When using inner joins it generates the page in the following time. Page generated in 0.18413091 seconds (41.08% PHP - 58.92% MySQL) with 16 queries Now using left joins it generates the page in the following time. Page generated in 0.28608704 seconds (26.56% PHP - 73.44% MySQL) with 16 queries Only problem with the inner join is that you can only use the conditionals when running mysql 3.23.17 I can release both versions thats no problem. High Stress Load Test Original Code set to display 1000 games: Page generated in 2.45838499 seconds (26.88% PHP - 73.12% MySQL) with 3164 queries Optimized Code Using inner join's displaying 1000 games: Page generated in 0.50021791 seconds (78.25% PHP - 21.75% MySQL) with 16 queries Optimized Code Using left join's displaying 1000 games: Page generated in 0.67386508 seconds (68.22% PHP - 31.78% MySQL) with 16 queries |
#443
|
||||
|
||||
Quote:
Can you post or quote the optimized code, please? Or better..., you release both versions with the code you used. I am still learning php PcFreak |
#444
|
|||
|
|||
Heres the fixed version of the statistics file. Use the inner join version first and if it does not work for you then please use the left join. There shouldn't be any problems with table prefix's in the code but if there are let me know so that I can fix them. You can see my demo here of this file working. I will see about what I can do to the other pages latter on. http://www.extremechatforums.com/forums/statistik.php
|
#445
|
|||
|
|||
Quote:
|
#446
|
|||
|
|||
Quote:
|
#447
|
|||
|
|||
Oh yes I fogot I made a template change also. Let me get the template for you as well. When I changed the query's it changed the variable for the miniimage.
|
#448
|
|||
|
|||
Replace statistic_arcade_bit with the following html
HTML Code:
<tr> <td class="$bgclass"><div align="center"><img src="images/arcade/$letzte_spiele[miniimage]" alt="$spielname" width="20" height="20" border="0" /></div></td> <td class="$bgclass"><div align="center"><a href="arcade.php?do=play&gameid=$spielid">$spielname</a></div></td> <td class="$bgclass"><div align="center"><a href="member.php?u=$spielerid">$spielername</a></div></td> <td class="$bgclass"><div align="center">$spiel_beendet</div></td> <td class="$bgclass"><div align="center">$spielkommentar</div></td> <td class="$bgclass"><div align="center">$spieleergebnis</div></td> <td class="$bgclass"><div align="center"><strong><a href="member.php?u=$highscorerid">$highsorename</a></strong><br /> with <strong>$highscore</strong> Points</div></td> </tr> |
#449
|
||||
|
||||
95% of my new vBulletin Boardstatistic Version 3 is finished.
Here some futures: The new Boardstatistc Version 3 Detect vistor countries: 257a Live Demo your found here: Now my little problem: English is not my mother language. It?s very hard for me to translate this statistic in English. The statistic is work with phrases. (will be imported in xml format). All phrases are finished (not the phrases for the admincp). Is there anybody whose want help me to translate them from german into other languages? Would be really nicely PcFreak |
#450
|
||||
|
||||
Now you're gettng me excited! Will all the icons you have in your demo be part of it?
Great job! |
#451
|
||||
|
||||
Quote:
All icons are freeware. I found the most of them here: http://www.iconarchive.com/ PcFreak |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|