Please make a backup of your database, before installing this hack
This hack will show you an extra side with some Stats.
- show Summary stats
- show the Browser/Os System of the users
- show the countrys (countrys by Hoster and Countries by browserlanguage)
- show the last 10 threads
- show the last 20 top referers
- show spiders and crawlers
- Forum book of records (new)
- Statistic for the last ten days (new)
and many, many other interesting counts
Files to edit
Just one template
New files
4 new php files
6 templates
a lot (but very small) images
Database changes
six new tables
I will try to give support for this hack
BIG UPDATE ( to version 1.01)
Upload a new zipfile 11. June 2004 Reason
I have fix some bugs
The images Bhutan will show now. (If you install the old version you must change in table _statistik_laender under id 31 the flagge_link for Bhutan from images/statistik/flaggen/butan.gif to images/statistik/flaggen/bhutan.gif manuelly)
some templates are optimzed (Thank you obsidian and Zelda King)
I have modified the code for the last 10 threads (thanks go to Mystics from vBulletin Germany)
Now theads just show from the forum ids for all forums user is allowed to view.
fix some other little bugs
PcFreak
New
Statistic Version 2.0 is finish.
I will release the new version later this day.
I give no more support for the Version 1.01.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Here is the finished English template. Please use this in any updates (unless someone betters it even more, but this is near perfect... save some syntax I don't understand the usage of regarding 'New Threads').
58sniper - I'd be interested, could you post please.
Quote:
Originally Posted by 58sniper
Okay, first, PCFreak - this is a great hack (I know, I've said that before)
I found, while updating to the latest version, that there are a LOT of issues with this code:
1. Some areas are in fieldsets, and others are in nested tables.
2. Some values are single quoted, and some are double quoted (width='100' and width="100").
3. Lots unclosed tags (mostly divs)
4. Lots of font tags that don't need to be there.
5. Some minor German issues that haven't been translated.
6. Some minor tag syntax.
7. Some minor table layout issues.
8. Some minor grammatical issues.
//4 ist das interne Forum $getbeitraege= $DB_site->query(" SELECT threadid, title, lastpost, postusername,lastposter,dateline FROM " . TABLE_PREFIX . "thread WHERE forumid NOT IN ('4') ORDER BY lastpost DESC LIMIT $limit ");
The number 4 in this part WHERE forumid NOT IN ('4') is my intern Forum.
Change this Number with the Forum ID?s you don?t want to show
for example WHERE forumid NOT IN ('4', '11', '22')
Sorry, but i have forgot this to explain in my instructions.
PcFreak
Well that only works the "10 Last Topics ", but that has not affect on the Total Threads. It is still counting the private threads. But it isin't that big of a deal, at least I can know how the topics of private threads with this.