vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VBStatExtended: advanced statistics for your board (https://vborg.vbsupport.ru/showthread.php?t=99854)

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

Quote:

Originally Posted by Stormwolf
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

Quote:

Originally Posted by stonyarc
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

Quote:

Originally Posted by GrendelKhan{TSU
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

Quote:

Originally Posted by stonyarc
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.

Quote:

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

Quote:

Originally Posted by kall
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

Quote:

Originally Posted by blueuniverse
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

Quote:

Originally Posted by kall
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

Quote:

Originally Posted by Itworx4me
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

Quote:

Originally Posted by Allan
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

Quote:

Originally Posted by stonyarc
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/showthrea...019#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

Quote:

Originally Posted by Yorixz
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

Quote:

Originally Posted by Mastar
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

Quote:

Originally Posted by roscoe36
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

Quote:

Originally Posted by stonyarc
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

Quote:

Originally Posted by stonyarc
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

Quote:

Originally Posted by noodlesc
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?


All times are GMT. The time now is 07:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02052 seconds
  • Memory Usage 1,830KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete