here is the code that makes the font work with TTF files
<?php
// CGA Signature Image Creation Script
header("Content-type: image/png");
if (!$_GET["m"]) {
$string = "Plankeye";
} else {
$string = $_GET["m"];
}
$im =...
Yea if any you guys got some ideas, or know how to make themes for vbullentin at all, go over to the editors guild forum and post away. Maybe we can come up with a small group that works on each part.