From looking at the fixed links that Mike did, it appears that copying the URL directly from your gallery
doesn't work like it did before.
Compare: This link copied from the gallery:
[ img ]http://www.tnttt.com/gallery/image_page.php?album_id=643&image_id=80955[ /img ] gives this:

However this:
[ img ]http://www.tnttt.com/gallery/image.php?image_id=80955[ /img ] gives this:

The difference is:
the extra parameter: album_id=643&
and its image.php not image_page.php
However, doing a little url hacking, it appears that the image_page.php script is the offender. The script image.php doesn't seem to care about the extra parameter.
So just change "image_page.php" "to image.php" in your URL and it will work.
[ img ]http://www.tnttt.com/gallery/image.php?album_id=643&image_id=80955[ /img ]
