Quote:
Originally Posted by dodjer42
This script is dangerous. It contains several db queries. By posting it on a busy forum you are effectively creating your own distributed denial of service.
A far more safe way to do this, though not updated in real time, is to run a cron job which creates the signature image every hour or so.
In regards to changing font, its pretty straight forward:
PHP Code:
$font_size = "10"; $font_file = "bombard.ttf" imagettftext($my_img, $font_size, 3, 0, 5, $text_colour, $font_file, $vbulletin->options[bbtitle]);
Font must be a true type.
|
Thanks
liked this mod but as to the comment you made,your right this is not so good so until i can work out how to cron job it then ive uninstalled.
would be nice on some instructions on how to make a cron job which creates the signature image every hour or so. please