Problem with script counter.php

You have to take the debug section out, though, because while it’s outputting that debug text information, it will mess up the image data that gets sent afterwards. You also need to change the array elements so that they start $chars[1] in the imagecopymerge() lines - I know I said change them to start at zero, but that was wrong - as @Gandalf said back in post 47.