I've noticed that the image block on the front page is not linking to the correct photo that it is previewing.
For example, right now it is showing me
http://www.fites.net/modules.php?name=coppermine&file=displayimage&album=12&pos=47 as the preview image, but the link that's attached to it is
http://www.fites.net/modules.php?name=coppermine&file=displayimage&album=12&pos=483Notice that the last element of the URL is different (the "pos=###" part that indicates which image in the album to display). It seems to be generating a random number for the image number and when clicking on it, it will default to the last image in the album. I tried manually changing that number to any number higher than the number of pictures in the album and it always goes to the last image in the album.
In theory, it may at some time generate a random number less than the number of images in the album and therefore not default to the last image in the album, but still not the correct image.
Sounds like it's time to dig into the code and yank that randomness out!