Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
Code: Alles auswählen
$image = "urlzumbild.png";
$im = imagecreatefrompng($image);
$total_users = get_db_stat('usercount');
ImageString($im, 2, 148, 15, "Mitglieder: $total_users -", $tc);
?>
Danke.
Matthias