Ok, in the file manage.php find:
PHP Code:
<img src=\"http://www.".$dname."".$spath."/get.php?id=".$cid."\">
I think you will need to change to:
PHP Code:
<img src=\"http://www.".$dname."".$spath."/get/".$id.".gif\">
That is assuming you installed the .htaccess file correctly, then that should work. Also, change .gif to the extension of your image files if different.
Brandon