Lines Matching refs:_GET

32 	$_GET    = $HTTP_GET_VARS;  variable
40 …me(!empty($_GET['sia']) ? $_GET['sia'] : (!empty($_GET['down']) ? $_GET['down'] : 'phpThumb_genera…
42 …if (empty($_GET['sia']) && empty($_GET['down']) && !empty($getimagesize[0]) && !empty($getimagesiz…
44 …intval($getimagesize[0]).'x'.intval($getimagesize[1]).'.'.(!empty($_GET['f']) ? $_GET['f'] : 'jpg'…
47 …aveAsFileHeaderIfNeeded() sending header: Content-Disposition: '.(!empty($_GET['down']) ? 'attachm…
48 …header('Content-Disposition: '.(!empty($_GET['down']) ? 'attachment' : 'inline').'; filename="'.$d…
165 …$_GET['phpThumbDebug'] = (!empty($_GET['phpThumbDebug']) ? max(1, (int) $_GET[ 'phpThumbDebug']) :…
166 $phpThumb->setParameter('phpThumbDebug', $_GET['phpThumbDebug']);
172 if (empty($phpThumb->config_disable_pathinfo_parsing) && (empty($_GET) || isset($_GET['phpThumbDebu…
178 $_GET['src'] = @$args[count($args) - 1];
179 $phpThumb->DebugMessage('PATH_INFO."src" = "'.$_GET['src'].'"', __FILE__, __LINE__);
180 if (preg_match('#^new\=([a-z0-9]+)#i', $_GET['src'], $matches)) {
181 unset($_GET['src']);
182 $_GET['new'] = $matches[1];
186 $_GET['w'] = $matches[1];
187 $_GET['h'] = $matches[2];
188 …$phpThumb->DebugMessage('PATH_INFO."w"x"h" set to "'.$_GET['w'].'"x"'.$_GET['h'].'"', __FILE__, __…
194 $_GET[$array_key_name][] = $value;
197 $_GET[$key] = $value;
204 if (empty($_GET['hash'])) {
210 …} elseif ($_GET['hash'] != hash_hmac('sha256', str_replace($phpThumb->config_high_security_url_sep…
219 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '0')) {
231 if (isset($_GET[$key])) {
232 if (is_string($_GET[$key])) {
233 $_GET[$key] = stripslashes($_GET[$key]);
235 unset($_GET[$key]);
247 if (!empty($_GET['src']) && isset($_GET['md5s']) && empty($_GET['md5s'])) {
249 if (preg_match('#^([a-z0-9]+)://#i', $_GET['src'], $protocol_matches)) {
250 if (preg_match('#^(f|ht)tps?://#i', $_GET['src'])) {
251 …if ($rawImageData = phpthumb_functions::SafeURLread($_GET['src'], $error, $phpThumb->config_http_f…
258 $SourceFilename = $phpThumb->ResolveFilenameToAbsolute($_GET['src']);
272 if (!empty($_GET['src']) && empty($phpThumb->config_allow_local_http_src) && preg_match('#^http://'…
279 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '1')) {
288 $parsed_url_src = phpthumb_functions::ParseURLbetter(@$_GET['src']);
289 …pThumb->config_nohotlink_erase_image && preg_match('#^(f|ht)tps?://#i', @$_GET['src']) && !in_arra…
328 unset($_GET['id']);
370 unset($_GET['id']);
381 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '2')) {
390 foreach ($_GET as $key => $value) {
405 …if (!$PHPTHUMB_DEFAULTS_GETSTRINGOVERRIDE || !isset($_GET[$key])) { // set parameter to default va…
417 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '3')) {
450 foreach ($_GET as $key => $value) {
484 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '4')) {
505 …if (!@$_GET['w'] && !@$_GET['wp'] && !@$_GET['wl'] && !@$_GET['ws'] && !@$_GET['h'] && !@$_GET['hp…
508 …einfo[0] <= @$_GET['w']) && ($phpThumb->getimagesizeinfo[1] <= @$_GET['h']) && ((@$_GET['w'] == $p…
510 …info[0].'"x"'.$phpThumb->getimagesizeinfo[1].'" fits inside "'.@$_GET['w'].'"x"'.@$_GET['h'].'")',…
512 …imagesizeinfo[0].'"x"'.$phpThumb->getimagesizeinfo[1].'" to "'.@$_GET['w'].'"x"'.@$_GET['h'].'")',…
549 if (!empty($_GET['phpThumbDebug'])) {
578 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '5')) {
594 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '6')) {
603 } elseif (!empty($_GET['new'])) {
609 @list($bghexcolor, $opacity) = explode('|', $_GET['new']);
631 } elseif (preg_match('#^([a-z0-9]+)://#i', $_GET['src'], $protocol_matches)) {
633 if (preg_match('#^(f|ht)tps?://#i', $_GET['src'])) {
659 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '7')) {
669 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '8')) {
674 if (!empty($phpThumb->config_high_security_enabled) && !empty($_GET['nocache'])) {
702 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '9')) {
714 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '10')) {