Argh!
Now errors on Line 4, 5 and 11!
<?php
$str = $_GET['txt'];
$image = imagecreatefromjpeg('realdarkilscapeuserbar.jpeg');
$color = imagecolorallocate($image, 0, 0, 0);
$font = 'fonts/VISITOR.FON';
$x = 275;
$y = 9;
$size = 15;
$rotation = 0;
imagefontext($image, $size, $rotation, $x, $y, $color, $font, $str);
header('Content-Type: image/jpeg');
imagepng($image);
imagedestroy($image);
?>
http://darkilscape.hostoi.com/DynamicDarkilscapeUserbar.PHP