Lines Matching refs:SourceFilename
258 $SourceFilename = $phpThumb->ResolveFilenameToAbsolute($_GET['src']); variable
259 if (is_readable($SourceFilename)) {
260 $md5s = phpthumb_functions::md5_file_safe($SourceFilename);
262 $phpThumb->ErrorImage('ERROR: "'.$SourceFilename.'" cannot be read');
499 $SourceFilename = $phpThumb->ResolveFilenameToAbsolute($phpThumb->src); variable
502 if ($phpThumb->getimagesizeinfo = @getimagesize($SourceFilename)) {
507 …$phpThumb->DebugMessage('Passing "'.$SourceFilename.'" through directly, no resizing required ("'.…
510 …$phpThumb->DebugMessage('Passing "'.$SourceFilename.'" through directly, no resizing required ("'.…
512 …$phpThumb->DebugMessage('Not passing "'.$SourceFilename.'" through directly because resizing requi…
525 …$phpThumb->DebugMessage('Not passing "'.$SourceFilename.'" through directly because $phpThumb->get…
538 …on_exists($theImageCreateFunction) && ($dummyImage = @$theImageCreateFunction($SourceFilename)))) {
551 …$phpThumb->DebugMessage('Would have passed "'.$SourceFilename.'" through directly, but skipping du…
556 header('Last-Modified: '.gmdate('D, d M Y H:i:s', @filemtime($SourceFilename)).' GMT');
560 echo file_get_contents($SourceFilename);
564 …$phpThumb->DebugMessage('Not passing "'.$SourceFilename.'" through directly because ($phpThumb->co…
569 …$phpThumb->DebugMessage('Not passing "'.$SourceFilename.'" through directly because getimagesize()…