|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php
Header("Content-Type: image/png");
$wbb_root_path = '../';
require_once($wbb_root_path . 'global.php');
$image = "wbb.png";
$im = imagecreatefrompng($image);
$tc = ImageColorAllocate ($im, 0, 0, 0);
ImageString($im, 3, 148, 2, "Statistik von ", $tc);
ImageString($im, 2, 148, 15, "Wbb Version: ", $tc);
ImageString($im, 2, 148, 25, "Mitglieder: ", $tc);
ImageString($im, 2, 148, 35, "Beiträge: ", $tc);
ImageString($im, 2, 148, 45, "Threads: ", $tc);
ImagePNG($im);
ImageDestroy($im)
?>
|
|
|
PHP Source code |
1 2 3 4 5 |
ImageString($im, 3, 148, 2, "Statistik von ", $tc);
ImageString($im, 2, 148, 15, "Wbb Version: ", $tc);
ImageString($im, 2, 148, 25, "Mitglieder: ", $tc);
ImageString($im, 2, 148, 35, "Beiträge: ", $tc);
ImageString($im, 2, 148, 45, "Threads: ", $tc);
|
Ich habe mal ein Gerüst erstellt. Wird unter der GPL veröffentlicht. Kannst es ja gerne erweitern.
http://www.easy-coding.de/trac/wcf/wiki/imagestats
danke ui schau ich mir gleich mal an danke danke
kannst das im wbb3mods forum posten? finden bestimmt einige nützlich
und dann setz ich mich weiter dran die restlichen 30% fertig zu bekommen

This post has been edited 1 times, last edit by "Sternie" (Jan 26th 2008, 10:48pm)
ihr seid ja ungeduldig ich bin ned der schnellste
ladet euch das paket doch und macht die grafik allein
ich brauch auch zeit bin ja auch nur ein mensch 
muss zu viel für Ausbildung tun sorry erstmal

Quoted
Stellt Statistiken über das Forum in einer Grafik dar. Aufruf über index.php?page=ImageStats?
Für mich also schon fast perfekt 

Forum Software: Burning Board® 3.1.2, developed by WoltLab® GmbH