PDA

View Full Version : VBStatExtended: advanced statistics for your board


stonyarc
10-31-2005, 10:00 PM
################################################## ##
VBStatExtended
################################################## ##

This Extension for Vbulletin 3.5.1 offers detailed statistics for forum members.

Current Features

Statistics Dashboard

Top posters on the bulletin board
Newest members on the bulletin board
Latest replies on the bulletin board
Most viewed threads
Most replied to threads
Top posters on the bulletin board including thread and post %
Your statistics on the bulletin board
Graphical posters chart

All stats include several calculations and additional fields

http://www.xboxusersgroup.com/images/tools/vbstatextended.gif

Planned Features

Additional statistics
Detailled calculations
Visitor statistics

FAQ
Field list:
Member: shows the member name (link to the profiles page)
Posts: shows the number of posts
UP: links to the user page of that user
Joined (D): number of days that the user has been a member
Inactive: number of days that the user has been inactive
Joined: date the user joined
Last visit: date of the last visit
Last activity: date of the last real activity
Last post: date of the last post
Title: title the user has
Time zone: offset of time zone
Thread: thread title and link
Thread Starter: user that started a thread
Last Poster: last user to post as a reply to a thread
Views: number of times a thread has been viewed
Replies: number of replies
Posts per day: average number of post per day
Posts %: percentage of the users posts compared to the total of posts
threads: number of threads made by user
threads %: percentage of the users threads compared to the total of threads
TP Ratio: the thread/post ratio, a high number means a users has started a lot of threads compared to his posts

Demonstration
http://www.xboxusersgroup.com/forums/vbstatextended.php

Screenshots
Some screenshots can be found here (https://vborg.vbsupport.ru/showthread.php?t=98939)

Installation
(also included in ZIP)
1. upload VBStatExtended.php to the forum root
2. Upload the libchart folder and all contents to the forum root
3. Create a new subfolder with name: generated in your forum root

################################################## ##############
IMPORTANT
Set the file permissions on the generated folder to 777

################################################## ##############

5. add product-VBStatExtended.xml(Plugin System / Manage Products / Add Import product)
6. add a link in the navbar template to VBStatExtended.php (depends if you want users to see it and when)
7. Enjoy

Cheertobi
11-01-2005, 06:47 PM
Hi,

what is userpage.php, found links to that script, but I think its not a part of vB!?

Tobi

stonyarc
11-01-2005, 06:58 PM
Hi,

On Xboxusersgroup.com I included the link to the userpage modification.
So you can directly go to a users homepage.

I corrected the XML in the zip file. Should be ok.

I have a version with the userpage integrated too.

Extreme John
11-01-2005, 07:08 PM
I love this, nice tool for sure.

I have never really played with the navbar before and dont want to screw anything up, so Ill try to figure that out later. Easy install and I love it.

stonyarc
11-01-2005, 07:14 PM
Thank you,

For the navbar

Just go to navbar template and add the link where you're sure a users is logged in. There is enough code in it.

You'll probably have to add something like


<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control">
<a href="VBStatExtended.php$session[sessionurl_q]">$vbphrase[statistics]</a></td>
</if>


That should do the trick

There is a minor issue on the "Top posters on the bulletin board including thread and post %"

The allignment is a bit of. There is a redundant
<td align="left" nowrap="nowrap"><div class="smallfont">
It's located in the VBStatExtended_userstatsgroup_bit template. It's on line 229 of the old xml file.
You can safely remove it.

The version now online has this flaw corrected.

Gr

Gizmo5h1t3
11-01-2005, 08:11 PM
excellent addition m8, installed!!

predatorkill
11-01-2005, 09:21 PM
got this error 10 times when i click "Top posters on the bulletin board including thread and post %"

Warning: Division by zero in /VBStatExtended.php on line 498
check it out www.xbox-live.gr/forum/VBStatExtended.php

also i get a "/" instead of number of posts and number of last post when i click
"Newest members on the bulletin board"

also,when i set a number other than 30 to display,when i click the button no results are shown for the category i was "in" before.I got to click again the category to see the results with 70 users.
nice product *installed*

stonyarc
11-01-2005, 09:34 PM
http://www.xboxusersgroup.com/forums/VBStatExtended.php?do=gettopgroupstats&displayrecords=200 seems to work fine. He doesn't seem to be able to number of posts or you have a top poster that has still 0 posts.

To correct the issue:

You can change the line 498 and replace it with

if ($gettopgroupstat[posts] == 0){
$gettopgroupstat[posts] = "1"; // PHP DOESN'T LIKE DIVISION BY 0
}
$gettopgroupstat[threadpostratio] = vb_number_format(($gettopgroupstat[threadcount]/$gettopgroupstat[posts]),3);


or download the changed version.

The VBStatExtended.php is updated to correct this issue.

The / indicate non relevant information. For new users this is non relevant to know their total post. I did this to be able to reuse the top header template.

Next release will correct this.

PS If you are an Xbox fan you should check https://vborg.vbsupport.ru/showthread.php?t=99867 on how to integrate the Xbox.com Gamercard in your forum !!!!!!!!!!!

AndyA
11-01-2005, 09:50 PM
Installed, thanks for this.

DS MrSinister
11-01-2005, 10:47 PM
Nice Job. keep up the great work. i will be looking forward for the googlemap hack when it comes out. :D

stonyarc
11-01-2005, 11:06 PM
Nice Job. keep up the great work. i will be looking forward for the googlemap hack when it comes out. :D

Well well,

People are getting hungry ;)

I better speed up the process :nervous:

Well I could use some help with figuring out a pagination mechanism because of performance reasong on high volume forums. Therefor it will be a beta.

Sooner95
11-01-2005, 11:32 PM
Ah, great to have this one back. Great job.

stonyarc
11-01-2005, 11:38 PM
Ah, great to have this one back. Great job.

It's a new development starting from the basic topXstats with a whole lot of extra's already in there and a lot more to come. but still thanks :ermm:

stonyarc
11-02-2005, 04:21 PM
Anybody experience problems with the installation or configuration ?

Gr

Gizmo5h1t3
11-02-2005, 04:49 PM
nope, installed and works a treat mate...just waiting for google map now...heh heh

stonyarc
11-02-2005, 05:19 PM
nope, installed and works a treat mate...just waiting for google map now...heh heh

Well I'm writing the how to install now:)

Just one testinstallation away from release!!!!!!!!!!!!

Gizmo5h1t3
11-02-2005, 05:20 PM
whey hey!!!!

nice 1 m8y!!

stonyarc
11-02-2005, 05:22 PM
Don't forget to add a rating to my VBStatExtended !!!!!!!!!!!!!!!!! :rolleyes:

yinyang
11-02-2005, 05:42 PM
Don't forget to add a rating to my VBStatExtended !!!!!!!!!!!!!!!!! :rolleyes:

i rated! only 5 stars 'cause i couldn't find this one: https://vborg.vbsupport.ru/external/2006/12/11.gifhttps://vborg.vbsupport.ru/external/2006/12/11.gif :rolleyes:

stonyarc
11-02-2005, 06:51 PM
This is it guys hope you like the first release of Googlemap

https://vborg.vbsupport.ru/showthread.php?p=810978

stonyarc
11-03-2005, 08:35 AM
Are there any new feature requests next to the graphical display of the statistics?

TygerTyger
11-03-2005, 09:07 AM
This looks like an excellent addition, but I couldn't work out how the stats were ordered? Do you have a choice how they're ordered? Are they ordered at all?

stonyarc
11-03-2005, 11:40 AM
This looks like an excellent addition, but I couldn't work out how the stats were ordered? Do you have a choice how they're ordered? Are they ordered at all?

Top posters on the bulletin board => Order by posts
Newest members on the bulletin board => Order by date
Latest replies on the bulletin board => Order by date
Most viewed threads => Order by number of views
Most replied to threads => Order by number of replies
Top posters on the bulletin board including thread and post % => Order by posts
Your statistics on the bulletin board => No ordering

Maybe a nice thing to add dynamic ordering in the future

stonyarc
11-05-2005, 01:16 AM
Tested and running on 3.5.1

stonyarc
11-05-2005, 04:30 PM
All,

In attachment the first screenshot of the next version including rendered bar graphics.

I'm buidling it to be really dynamic

yessir
11-05-2005, 05:06 PM
It's a nice mod for sure.

2 things I would like to see better.

Support for 800 x 600 width display.
The abililty to refresh the current stats with a larger count. Right now, you have to change the count (get returned to the main menu) and reselect your stat query.

stonyarc
11-06-2005, 05:07 PM
All,

Feel free to test out the version 1.0.0

http://www.xboxusersgroup.com/forums/vbstatextended.php

features:

- full phrases (in dev)
- graphics (in dev)
- easy stat select
- query performance (in dev)

Have fun

I'll be releasing this very soon !

Rhoads
11-07-2005, 12:08 PM
The demo sees terrible good, especially the Statistics dashboard are very nice.

I have 1 question:
How do I aligned my templates, see attachment.
My Main Table Width is not 100% but 800.

stonyarc
11-07-2005, 05:41 PM
All,

Just to inform you that vbstatextended has just received a major update

Statistics Dashboard with memory of your selected stat
On the fly generated png graphs with reload function
3 types (horizontal, vertical and pie) for posters
Performance
AdminCP added field (max graphical records (to avoid cluttering))
AdminCP template group added to avoid cluttering of the templates
Additional phrases integration (some left to do for the next version)


Install procedure

1. upload VBStatExtended.php to the forum root
2. Upload the libchart folder and all contents to the forum root
3. Create a new subfolder with name: generated in your forum root


################################################## ##############
IMPORTANT
Set the file permissions on the generated folder to 777

################################################## ##############

5. add product-VBStatExtended.xml(Plugin System / Manage Products / Add Import product)
6. add a link in the navbar template to VBStatExtended.php (depends if you want users to see it and when)
7. Enjoy

Hope you like it

test before install on http://www.xboxusersgroup.com/forums/vbstatextended.php.

StonyArc

TygerTyger
11-07-2005, 06:04 PM
Fantastic stuff! I have a couple of issues though...

I'm getting this error message when trying to create a graphical chart:
Warning: imagepng(): Unable to open 'generated/posters.png' for writing in /libchart/classes/PieChart.php on line 367

Yes, I double-checked the permissions of 'generated' ;)

I also have a thread showing up twice with different statistics in the list. If I were to take a guess, I'd say it was because I moved the thread (can't remember if there was a redirect, can't find one). It looks to me like it's treated the before/after move as two separate threads despite the fact the older one no longer exists.

And just a small suggestion, would be nice to have the Pie Chart option greyed out when it can't be used.

Thanks for the mod! :D

stonyarc
11-07-2005, 06:11 PM
Fantastic stuff! I have a couple of issues though...

I'm getting this error message when trying to create a graphical chart:
Warning: imagepng(): Unable to open 'generated/posters.png' for writing in /libchart/classes/PieChart.php on line 367

Yes, I double-checked the permissions of 'generated' ;)


I can only reproduce the error if the generated is set to 766.

The folder must really be 777. I hope this is the origin of your error.

Sometimes FTP clients go in cached mode zo permissions are not really changed. A reconnect of your FTP client can confirm that.

stonyarc
11-07-2005, 06:20 PM
I also have a thread showing up twice with different statistics in the list. If I were to take a guess, I'd say it was because I moved the thread (can't remember if there was a redirect, can't find one). It looks to me like it's treated the before/after move as two separate threads despite the fact the older one no longer exists.

And just a small suggestion, would be nice to have the Pie Chart option greyed out when it can't be used.

Thanks for the mod! :D

I'll look into the thread double appearance. (link?)

The graphic options are only valid on the last in the list op possible stats but I could make it appear when the last one is clicked. Should be a cool feature.

TygerTyger
11-07-2005, 06:21 PM
Hm. Permissions are definitely set correctly, and I tried it 766 as well on the offchance, still the same error.

I'll look into the thread double appearance. (link?)

The graphic options are only valid on the last in the list op possible stats but I could make it appear when the last one is clicked. Should be a cool feature.

Link: http://www.forumwhatever.co.uk/vbstatextended.php?do=getthreadreplies&graphtype=1&displayrecords=30
First and third in the list.

stonyarc
11-07-2005, 06:26 PM
Hm. Permissions are definitely set correctly, and I tried it 766 as well on the offchance, still the same error.
Link: http://www.forumwhatever.co.uk/vbstatextended.php?do=getthreadreplies&graphtype=1&displayrecords=30
First and third in the list.

TygerTyger,
Can you set the permissions on the file itself on 777 to test the effect of that?

TygerTyger
11-07-2005, 06:29 PM
TygerTyger,
Can you set the permissions on the file itself on 777 to test the effect of that?

The file doesn't exist. It wouldn't do if the error is that it can't write to the folder.

The generated subfolder is supposed to be within libchart, is it not? Just wondering if I put it in the wrong place...

stonyarc
11-07-2005, 06:34 PM
The file doesn't exist. It wouldn't do if the error is that it can't write to the folder.

The generated subfolder is supposed to be within libchart, is it not? Just wondering if I put it in the wrong place...

generated must be in the root of your forums libchart also in the root.
both should be on the same level.

I did 3 testinstalls and all worked out fine.

TygerTyger
11-07-2005, 06:58 PM
Ok now it works. Lol.

Maybe I'm just being dense but in the instructions it says:


2. Upload the libchart folder and all contents to the forum root
3. Create a new subfolder with name: generated

To me that sounds like you have to create a subfolder in libchart :confused:

Thanks very much for your help anyway :D

stonyarc
11-07-2005, 07:03 PM
The install text and all the posts are already changed. Thanks for finding this confusing matter in the text.

I also added a nice graphic we rendered on our forum to show the function. Don't forget to click install and rate this modification !!!!!!!!! :smoke:

TygerTyger
11-07-2005, 07:19 PM
Terribly sorry to keep doing this to you, but the numbers for posts/days on the New Members section appear to be missing, replaced with a /:

http://www.forumwhatever.co.uk/vbstatextended.php?do=getnewmembers&graphtype=1&displayrecords=30

Another couple of suggestions (sorry!) but for the Detailed Poster Statistics including Percentages section, it would be nice if the date format matched the format you specify in your main vB Options, and perhaps knock a few decimal places off the percentages? I say this because the large length of the date format and percentage decimals makes the page wider than the screen, and I could happily live with slightly shorter versions of both. At least as an option.

Rhoads
11-07-2005, 07:38 PM
Beautiful update, everything work perfectly, I only miss a phrase in my vbulletin options, the field is empty. (see attachment)
Also I came that my forum was to wide, because there are too many stats present, see my question above.
https://vborg.vbsupport.ru/showpost.php?p=814743&postcount=28

Stormwolf
11-07-2005, 07:45 PM
Im getting the following error when generating the graphic chart from the last option.

Warning: imageftbbox(): Could not find/open font in \libchart\classes\Text.php on line 75
Warning: imagettftext(): Could not find/open font in \libchart\classes\Text.php on line 94

It repeats itself over and over probably one for each entry. The graph then loads under it with no text.

Everything seems to be where it should be. My forum root is mysite/forum
libchart is in mysite/forum/libchart. The folders are all in there. Fonts are in the font folder inside libchart.

http://www.aedilisreborn.com/forum/vbstatextended.php

Im running on windows if that matters pathwise

TygerTyger
11-07-2005, 08:06 PM
Stonyarc, the problem I had with duplicated statistics was because of the redirect. I went back and found and deleted the redirection thread/post and it was no longer duplicated.

stonyarc
11-07-2005, 10:38 PM
Im getting the following error when generating the graphic chart from the last option.

Warning: imageftbbox(): Could not find/open font in \libchart\classes\Text.php on line 75
Warning: imagettftext(): Could not find/open font in \libchart\classes\Text.php on line 94

It repeats itself over and over probably one for each entry. The graph then loads under it with no text.

Everything seems to be where it should be. My forum root is mysite/forum
libchart is in mysite/forum/libchart. The folders are all in there. Fonts are in the font folder inside libchart.

http://www.aedilisreborn.com/forum/vbstatextended.php

Im running on windows if that matters pathwise

Hello StormWolf,

Can you check if the font subfolder is available in the libchart folder.

If not please upload the full libchart folder again.

Error can only be reproduced if the fonts folder is missing.

stonyarc
11-07-2005, 10:54 PM
All,

The version of vbstatextended is now 1.0.1

Included minor fixes and changes to version 1.0.0

- the / in the newest members statistics are replaced by the actual data even if the data is not really needed
- statistics % are now rounded to 0.00 %
- vbsettinggroup typo corrected so the group does appear in the VBOPTIONS
- minor phrase change
- if date in last post is 0 NA is added (not applicable)

Stormwolf
11-07-2005, 11:06 PM
Hello StormWolf,

Can you check if the font subfolder is available in the libchart folder.

If not please upload the full libchart folder again.

Error can only be reproduced if the fonts folder is missing.

Yup its in there

stonyarc
11-07-2005, 11:19 PM
You could try to add the full server path in the Text.php file line 47 and 48 (same as in your VB config file) not URL but server path

He cannot find the fonts and that's very strange.

The path might help him force the location because the error can be simulated on my server if I rename the font dir or the font itself.

So that is the origin of the error.

GrendelKhan{TSU
11-08-2005, 02:32 AM
omg...could your hacks rock any more??!! nice job!!

stonyarc
11-08-2005, 05:21 AM
omg...could your hacks rock any more??!! nice job!!


Thanks for the support. Make sure you tell everyone.

Working on some other crazy things :smoke:

The stats can be even be more generic in the build of the queries. That is something for the next versions.

Any suggestions in improving this mod are always welcome.

stonyarc
11-08-2005, 12:06 PM
Just to inform you that development of version 1.0.1 has started.

What can be expected

- query tunning
- additional info and additional features in the list statistics
- thread related graphical statistics
- dashboard redesign

If you want you can participate by posting requests for statistics you really would like to see integrated in the vbstatextended module.

If you haven't installed vbstatextended yet you can check out the features on http://www.xboxusersgroup.com/forums/vbstatextended.php

blueuniverse
11-09-2005, 05:35 AM
You could try to add the full server path in the Text.php file line 47 and 48 (same as in your VB config file) not URL but server path

He cannot find the fonts and that's very strange.

The path might help him force the location because the error can be simulated on my server if I rename the font dir or the font itself.

So that is the origin of the error.

I'm getting the exact same error i.e.

Fatal error: Call to undefined function: imageftbbox() in /home/blueuniv/public_html/rousehousev5/libchart/classes/Text.php on line 75

I've edited the fonts.php file to include full server references but still no luck.

Any ideas?

kall
11-09-2005, 06:41 AM
Where is the 'generated' folder?

Its not in the download...

stonyarc
11-09-2005, 07:33 AM
Where is the 'generated' folder?

Its not in the download...


You have to created one yourself in your forum root

Omranic
11-09-2005, 10:59 AM
Really Very very good hack

but the graphical representation doesn't support non-english carachters

we hope this hack has a full support for other languages

stonyarc
11-09-2005, 11:33 AM
I'm getting the exact same error i.e.
I've edited the fonts.php file to include full server references but still no luck.
Any ideas?

I think it's a server problem

the Chart require

* GD 2+
* FreeType 2+

You could check that with your provider

stonyarc
11-09-2005, 10:13 PM
Where is the 'generated' folder?

Its not in the download...

I see on your forum that everything is working fine now.

How you like the mod :nervous:

Itworx4me
11-10-2005, 02:42 AM
Ok I gave your hack a try. I get the same errors as above. GD2+ is intstalled.

error: public_html/forums/libchart/classes/Text.php on line 75

Also the vertical and pie charts don't work.

Confirmed this on your site as well.

Thanks,
Itworx4me

Brandon Sheley
11-10-2005, 02:45 AM
very nice hack you have here.
i don't really need it, the vbportal has some nice stats. but this hack look since. if i wasn't using this cms I'd consider installing it

stonyarc
11-10-2005, 10:03 AM
Ok I gave your hack a try. I get the same errors as above. GD2+ is intstalled.

error: public_html/forums/libchart/classes/Text.php on line 75

Also the vertical and pie charts don't work.

Confirmed this on your site as well.

Thanks,
Itworx4me

On my site it seems to work fine.

It might be caused by 2 things
- freetype support not compiled with gD
- wrong server path

Allan
11-10-2005, 08:46 PM
Very big hack and very useful, congratulation :)

File Attach: French Language ;)

Click Install

stonyarc
11-10-2005, 09:01 PM
Very big hack and very useful, congratulation :)

File Attach: French Language ;)

Click Install

Allan,

Merci bien pour la traduction :smoke:

vbhacks.de also wants to translate it so keep up with the updates.

Allan, I'll send you a formal permission to translate the modification so you won't get in trouble.

Allan
11-10-2005, 09:18 PM
Allan,

Merci bien pour la traduction :smoke:

vbhacks.de also wants to translate it so keep up with the updates.

Allan, I'll send you a formal permission to translate the modification so you won't get in trouble.

A suggestion for the next version, if you add to phrases, made a mark in your file xml to know of or the new phrases begins, it helps for the translations (look here:https://vborg.vbsupport.ru/showthread.php?p=816019#post816019)

No prob and thanks for the formal permission ;)

Yorixz
11-11-2005, 04:10 PM
Thanks a lot for this hack, one thing I'd love to see added is to have an overview of posts/threads/registrations made on month basis, woudl be very sexy to see if your forum keeps growing or not and such.

Thanks and keep up the great work!

stonyarc
11-13-2005, 02:55 PM
Thanks a lot for this hack, one thing I'd love to see added is to have an overview of posts/threads/registrations made on month basis, woudl be very sexy to see if your forum keeps growing or not and such.

Thanks and keep up the great work!

The monitoring of trends on the forum is something I would love to implement.

stonyarc
11-15-2005, 09:32 AM
All,

Please post feature request as soon as possible.

I'll be updating the roadmap soon so I can build/create the new features this week.

Flow Fusion
11-15-2005, 11:32 AM
Works great, thanks.

Mastar
11-15-2005, 01:02 PM
I'm getting the same error:

Fatal error: Call to undefined function: imageftbbox() in /home/Golf/domains/golf/public_html/libchart/classes/Text.php on line 75

Is there to make this only accessible for admins?

stonyarc
11-15-2005, 02:21 PM
I'm getting the same error:

Fatal error: Call to undefined function: imageftbbox() in /home/Golf/domains/golf/public_html/libchart/classes/Text.php on line 75

Is there to make this only accessible for admins?

The usergroup accessibility will be available in the next version

The error is caused by the fact that your host probably doesn't support freetype.

I'm working on a fix.

yessir
11-15-2005, 10:38 PM
Posting again, some support for 760px width forums would be a bonus. Right now, this tool absolutely blows up my formatting.

Functionality, A++
Aesthetics, B-

stonyarc
11-15-2005, 10:43 PM
Posting again, some support for 760px width forums would be a bonus. Right now, this tool absolutely blows up my formatting.

Functionality, A++
Aesthetics, B-

Roscoe,

I started on the new version. I send out the last mail for feature additions/request. Yours is on the list without any doubt (and for a long time already).

Saxon
12-08-2005, 04:31 PM
The usergroup accessibility will be available in the next version

The error is caused by the fact that your host probably doesn't support freetype.

I'm working on a fix.

Is there a fix yet for this fatal error due to lack of freetype support?

GrendelKhan{TSU
12-09-2005, 12:12 PM
I scanned the thread, but its unclear to me ...
is this fully phrased?

(I suspect it is given french was done, but you can never be sure with the overachievers around here. ;) :p)

gator777
12-22-2005, 04:48 PM
It works great, and everything displays except for the thread title/name. There is nothing there.

http://www.the-armory.net/vb3/vbstatextended.php?

can you help please? :)

silurius
01-08-2006, 07:05 AM
Great hack! *Installed*.

Sorry if these have been requested:

Simple way for me to restrict access to the stats page temporarily until usergroup options get added.
Block/enable spider access.
Export and/or email stats.

mcyates
01-08-2006, 09:40 AM
graphs won't work.I get this error:

Fatal error: Cannot instantiate non-existent class: piechart in /home/myfootba/public_html/vbstatextended.php on line 603

Snake
01-08-2006, 11:27 AM
Yep same error!

silurius
01-10-2006, 11:42 PM
This extension has been running like a champ for a week or so now, great job Stony.

How difficult would it be for me to run just one or two of these queries in a different location (like in Amy's Left Column hack for example)? I expect to get a ton of use out of the full interface, but could benefit from showing select info in other locations.

Hellraider
01-11-2006, 09:05 AM
Roscoe,

I started on the new version. I send out the last mail for feature additions/request. Yours is on the list without any doubt (and for a long time already).

Any updates on the new version? You told us to wait for your new version to translate, because new version should have better phrasing. This is now 3 months ago.

Any updates on the way so that we can translate the hack?

plateau
01-11-2006, 10:10 AM
hi mate,

i just could not describe my exciting............i ve been waiting for this for a damn long time...lol

but both Top X Stats and Top XX Posters are lack of columns for statistics.

u r great, this is what we want...............

keep working and all the best!!!

INSTALLED.

noodlesc
01-11-2006, 01:17 PM
It's a nice hack!!

But how to correct below problem? It can't show full thread...

Smitty
01-11-2006, 01:31 PM
It's a nice hack!!

But how to correct below problem? It can't show full thread...

I'm sorry to say this, but I have before. This 'hack' is WONDERFUL - BUT it is buggy. Very buggy. It LOOKS Very PRETTY.

If the author really cleans it up and offers it for sale, and it's not buggy, I'll buy it right away. But as it stands, it gives a lot of bogus statistics, errors, etc. It REALLY looks nice, but when many of the the stats are not correct, what good is it?

NexDog
01-12-2006, 06:00 AM
Great hack, thanks!

stonyarc
01-30-2006, 02:10 PM
I'm sorry to say this, but I have before. This 'hack' is WONDERFUL - BUT it is buggy. Very buggy. It LOOKS Very PRETTY.

If the author really cleans it up and offers it for sale, and it's not buggy, I'll buy it right away. But as it stands, it gives a lot of bogus statistics, errors, etc. It REALLY looks nice, but when many of the the stats are not correct, what good is it?

I'm working on a new release that takes care of most errors.

The stats are counted from the db itself.

If you got any remarks on specific error you can always post them here or drop me a pm

Mastar
01-30-2006, 03:48 PM
I'm getting this error when I click on 'Graphical: Poster Overview'


Fatal error: Call to undefined function: imageftbbox() in /home/jamaica/domains/jamica.com/public_html/libchart/classes/Text.php on line 75

What could be the problem?

MoveOver.cc
02-13-2006, 08:24 PM
Thank you for this lovely hack.

Sorry if I am repeating a post, but all works well apart from when I try and change the Chart type.

I.E - Comes in horizontal chart as standard, but when I try and change it to Vertical or Pie, it stays at horizontal.

Any ideas please.

:Judge:
03-17-2006, 04:18 AM
Thank you for this lovely hack.

Sorry if I am repeating a post, but all works well apart from when I try and change the Chart type.

I.E - Comes in horizontal chart as standard, but when I try and change it to Vertical or Pie, it stays at horizontal.

Any ideas please.

I also have this problem, anything at all?

R1chardYoung
03-18-2006, 11:02 AM
I'm getting this error when I click on 'Graphical: Poster Overview'


Fatal error: Call to undefined function: imageftbbox() in /home/jamaica/domains/jamica.com/public_html/libchart/classes/Text.php on line 75

What could be the problem?

I have the same issue as this...

stonyarc
03-30-2006, 02:51 PM
I also have this problem, anything at all?


I'll check but the new version will use a different method of generating the stats.

stonyarc
03-30-2006, 02:56 PM
I have the same issue as this...

That's is probably because your server doesn't support the generation.

This will change in the new version (I first need to finish the vbgooglemap update)

Smitty
04-09-2006, 11:35 PM
I'm working on a new release that takes care of most errors.
stonyarc --> Can we get an update on this, please?

Royalridge
04-12-2006, 10:30 AM
Just one comment, the name of the generated graphic should be unique for each user, possibly by using the userid as part of the filename. While as it stands this modification is fine for low volume use I can see a situation where if multiple users are looking at graphical statistics they could in theory refresh so fast that they get other users charts.

alfaowner
04-14-2006, 01:23 AM
im getting this also, i run a dedicated so what do i need to have running? Otherwise a great hack!

stonyarc
04-14-2006, 08:16 AM
I also have this problem, anything at all?

If you hit refresh the graphic should be ok

plateau
04-24-2006, 06:23 AM
in the Most Replied Rank, i got 2 same threads appeared in the Top10. one with a bad link(showing that there is no such thread). another one correctly links to the thread.

i updated all the counters through the ACP but the problem exists.

===

some suggestions:

>>display the ranks on VBAdvanced homepage.

>>some more ranks.

>>i think there r still bugs in this release, pls keep working on this and making it better and better.

thank u very much and i ll always support u!!!

stonyarc
04-24-2006, 06:45 AM
Thanks,


A completely new version is in the making with a whole new approach.

The core engine is about the same thing I wrote for Xbox Live on http://www.xboxusersgroup.com (leaderboard).

So if you have any bugs/requests/feature suggestions, drop them in.

ps (don't forget to click install !)

plateau
04-25-2006, 07:54 AM
oh thanks for ur reply, it lets me know that this work is still alive! lol

since i like it very much and it is recently the best (most powerful one, in my opinion) ranking system for vbulletin. so i m very glad to know that u are making something new for it.

well i ll look around the site xboxusersgroup.com. and i have clicked the install, and keep waiting for ur new works.

take care.

Konstantinos
05-03-2006, 09:33 PM
vertical and pie chart doesnt work for me

stonyarc
05-03-2006, 09:40 PM
vertical and pie chart doesnt work for me

is GD enabled on your servers ?

tip check phpinfo in admincp.

Konstantinos
05-07-2006, 06:16 PM
is GD enabled on your servers ?

tip check phpinfo in admincp. yes i have GD 2 and i get this error

Fatal error: Call to undefined function: imageftbbox() in /home/XX/public_html/vb/libchart/classes/Text.php on line 75

i use vb 3.5.4

another thing (not important though) is that unregister users can see the stats

stonyarc
05-07-2006, 06:54 PM
yes i have GD 2 and i get this error

Fatal error: Call to undefined function: imageftbbox() in /home/XX/public_html/vb/libchart/classes/Text.php on line 75

i use vb 3.5.4

another thing (not important though) is that unregister users can see the stats

This will all change in the next version, schedule in about 3 weeks from now.

plateau
05-09-2006, 08:52 AM
This will all change in the next version, schedule in about 3 weeks from now.

come on mate, we ll always be waiting for u even if there is 3 years required. lol:banana:

stonyarc
05-09-2006, 05:39 PM
come on mate, we ll always be waiting for u even if there is 3 years required. lol:banana:

In the mean time you can always amuse yourself with the Googlemap hotspot edition:rolleyes:

plateau
05-10-2006, 12:43 AM
yeah mate, that is a good hack however i could not use it on my forum since my users are half from uk, half from china. for those from china, they always encounter problem with using google map, even google images.

plateau
05-17-2006, 08:10 AM
one week passed, the target is May 28, ohyeah!

Dr. Jack
05-21-2006, 03:27 PM
I have this problem

Warning: imageftbbox(): No character set found in \libchart\classes\Text.php on line 75

with Graphical : Poster Overview only.

:banana: I'll wait for you update.

Thanks :)

plateau
06-02-2006, 05:09 AM
how is everything going mate?

wish u could release the new version very soon.

all the best!

ubblite
06-09-2006, 07:11 AM
One request:

List: top posters on bulletin board
List: new members on bulletin board
List: detailed posting statistics including percentage
Graphical: poster overview

all the above break table width in forums using a fixed width (ie: 760px) due to the amount of information listed.

Thanks

oberheimhaven
06-11-2006, 09:12 PM
Big time rookie here, I got stat up and all intalled putthe stat by user sign in everything installed now to link it to her how do you do that when iu hit the stat link gives 404 error noto found almost there great job on this mod

plateau
06-12-2006, 05:36 AM
List: top posters on bulletin board
List: new members on bulletin board

some other hacks provide the functions u need.

futuredood
06-30-2006, 06:49 AM
I ran a quick search on this thread and didn't find it.. how can you set permissions on this so only Administrators or owners can open it? This seems great for admins, but not something guests/users should see.

Konstantinos
08-07-2006, 02:58 PM
where is the update on this ?

plateau
08-09-2006, 01:05 AM
stonyarc , have u eaten all ur words?

nothing has been updated which is so disappointed

at least u need to say sth.

exploitersteam
09-20-2006, 12:07 PM
As an adition, if you want to protect the file vbstatextended.php from being read by anyone you can edit it and add the following:

// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################

if (!$vbulletin->userinfo['userid'] OR !($permissions['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
print_no_permission();
}

ps: I'm not programmer so if i did something wrong please correct me. In my case it worked fine and now only registered users can view the stats on my website.

Konstantinos
12-17-2006, 06:14 AM
any 3.6.4 version of this hack?

Konstantinos
12-31-2006, 07:22 AM
looks like tha author doesnt want or have the time to update this one. too bad...