vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [RELEASE] VBStats version 1.0 (https://vborg.vbsupport.ru/showthread.php?t=18652)

10-30-2000 11:24 PM

didn't work for me... just came up blank

mine says


GD Support enabled
GD Version between 1.3 and 1.6.1
GIF Support enabled


but didn't work ?

10-30-2000 11:35 PM

i am not sure, but ain't templates 'vbstats' and 'memberstats' meant to be referenced in global.php as well for the templates to work ? can't remember is it global.php in admin directory or forum ?

10-31-2000 01:33 AM

Quote:

Originally posted by Mas*Mind
Create a php-script with the following code in it:

Code:

<?php

phpinfo();

?>

Then call that script from your webbrowser and it'll tell you somewhere if GDLib is enabled

EG: http://feyenoordforever.nl/phpinfo.php

And search there for GD, it says for me:

GD Support enabled
GD Version between 1.3 and 1.6.1
FreeType Support enabled
FreeType Linkage with TTF library
GIF Support enabled

BTW: If your GD-version only supports another file-format (png for example) you can change it in vbstats.php:

$graph->SetFileFormat("gif");

'gif', 'jpg' and 'png' are supported

You don't have to create a new script... Just call the index.php in your admin folder with an action of phpinfo.

i.e. http://yourforum.com/youradmin/index.php?action=phpinfo

10-31-2000 07:50 AM

Eva > Nope, there is absolutely no need to change anythying in the Vbfiles...
I've no clue what could be wrong, but The_Sisko allready said my manual was incomplete so I may forgot something (I don't know what it might be :o)
What do you mean by blank? Doesn't an image show up at all? Don't you even see the form button/select field?
More info plz, and an URL if you have that.

wluke > Thanks! didn't know that

10-31-2000 09:08 AM

Quote:

Originally posted by Mas*Mind
Can you give some detailed information? Because I can't find anything I forgot/told wrong...

Btw: You can change the colors of the graphics to suit your site...Look into the vbstats.php

First off all I tried to change it, but didn't realy fit. I try it later again!

I overlook my changes and find maybe I made a mistake and fixed thsi one and had so had to fix some more....

But still you said make a link to:
http://feyenoordforever.nl/forum/sta...ction=fmbstats
but I thing it ahve to be:
http://feyenoordforever.nl/forum/sta...action=vbstats
otherwise a blank page shows up.

So you also have to change in the first template the line:
<input type="hidden" name="action" value="fmbstats">
to
<input type="hidden" name="action" value="vbstats">

Otherwise it woukd work for me.
Oh and I I had to use png in the vbstats.php, but this is only for my Server!

Tell me if this is corect or do I make a mistake, then I apologize.

P.S.: Also close in the first template the <HTML> TAG, thats it.

10-31-2000 09:29 AM

Two stupid mistakes of me :o

I changed the above readme in this thread and will change the README.TXT in the zipfile...

Thanks for pointing that out...

Eva2000 > I think this was your problem, change the template where it says

<input type="hidden" name="action" value="fmbstats">

and change it to

<input type="hidden" name="action" value="vbstats">

And point your browser to: http://yourdomain/to/your/vbforum/st...action=vbstats

Let me know if it worked...

10-31-2000 09:40 AM

OK, and another question. There is a 3D effekt in the title text. Where do I find the "white" for the backcolor of the 3D Text?

And the above suggestion to show the forum rising in a bar would be great.

Thanks for the great script!

10-31-2000 09:55 AM

I don't think there is one, but you can turn the shading off by setting:

$graph->SetShading(1);

to

$graph->SetShading(0);

in vbstats.php

Btw: The link to your forum underneath your logo on your stats page isn't right, now it points to: http://www.startrek-download.de/vbb/stats/index.php
while it should point to: http://www.startrek-download.de/vbb/index.php

I'll take alook into the rising thing..maybe today :)

10-31-2000 09:59 AM

If you wanna change the shading color you'll have to change some code in ykcee.php, the color is hardcoded in the class (weird)

Code:

if ($this->shading == 1) {
                        list($r, $g, $b) = ColorSet("silver");

So change 'silver' to one of the appropiate colors

10-31-2000 12:07 PM

ups, it's my bad english, I was talking about the shading, but didin't find the right word, so I tried to explain it with 3D effect :D. Anyway, work perfect now.


All times are GMT. The time now is 12:20 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.01037 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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