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