if you changed your deflimg_1.ault... $cookie_name = "limg_session_1_0"; //LIMG will use the orignal pic_width if "my"pic_width is bigger than the // original AND if "my"pic_quali is bigger than "$useOriIfBigger" LIMG will // show the original picture //--- explained in pseudo-code: --- // if (myPic_width <= oriPic_width) then // USE OriginalPic_width // if (myPicQuali > "$useOriIfBigger") // show original picture (without mk_thumb.php) $useOriIfBigger = 75; /// use search engine friendly url. // apache module mod_rewrite is required! // make sure .htaccess file exists and is readable $useSearchEngineFriendlyUrl = false; ?>