Lines Matching refs:phpthumb_functions

40 …$downloadfilename = phpthumb_functions::SanitizeFilename(!empty($_GET['sia']) ? $_GET['sia'] : (!e…
44 …$downloadfilename = phpthumb_functions::SanitizeFilename((!empty($phpThumb->src) ? basename($phpTh…
59 $parsed_url = phpthumb_functions::ParseURLbetter(@$_SERVER['HTTP_REFERER']);
73 …$phpThumb->DebugMessage('* Would have sent headers (2): Content-Type: '.phpthumb_functions::ImageT…
101 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($getimagesize[2]));
130 if (!phpthumb_functions::FunctionIsDisabled('set_time_limit')) {
207 } elseif (phpthumb_functions::PasswordStrength($phpThumb->config_high_security_password) < 20) {
251 …if ($rawImageData = phpthumb_functions::SafeURLread($_GET['src'], $error, $phpThumb->config_http_f…
260 $md5s = phpthumb_functions::md5_file_safe($SourceFilename);
284 $parsed_url_referer = phpthumb_functions::ParseURLbetter(@$_SERVER['HTTP_REFERER']);
288 $parsed_url_src = phpthumb_functions::ParseURLbetter(@$_GET['src']);
557 if ($contentType = phpthumb_functions::ImageTypeToMIMEtype(@$phpThumb->getimagesizeinfo[2])) {
610 if (!phpthumb_functions::IsHexColor($bghexcolor)) {
614 …if ($phpThumb->gdimg_source = phpthumb_functions::ImageCreateFunction($phpThumb->w, $phpThumb->h))…
621 …$new_background_color = phpthumb_functions::ImageHexColorAllocate($phpThumb->gdimg_source, $bghexc…
639 $cleanedupurl = phpthumb_functions::CleanUpURLencoding($phpThumb->src);
643 …if ($rawImageData = phpthumb_functions::SafeURLread($phpThumb->src, $error, $phpThumb->config_http…
680 phpthumb_functions::EnsureDirectoryExists(dirname($phpThumb->cache_filename));