- last post: 01.01.0001 12:00 AM PDT
Sorry, the script stopped working after some changes made to Bungie's website. An updated version is available here:
http://www.h2advanced.com/scripts/emblem.text
Note: You will have to change "$cachefname " to point somewhere on your server where files can be written. The easiest way to do this is to change this line from :
$cachefname = "../cache/emblems/{$gt}_{$s}.jpg";
to
$cachefname = "cache/emblems/{$gt}_{$s}.jpg";
And make a directory called cache whereever you put the script. HTH