اینا رو پیدا کردم
Search "base64" (17 hits in 11 files)
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\helpers\assetfilter.php (5 hits)
Line 348: Class: WarpAssetFilterCSSImageBase64
Line 349: Replace stylesheets image urls with base64 image strings
Line 351: class WarpAssetFilterCSSImageBase64 implements WarpAssetFilterInterface {
Line 392: $content = str_replace($url, sprintf('url(data:image/%s;base64,%s)', str_replace('jpg', 'jpeg', strtolower($extension[1])), base64_encode(file_get_contents($path))), $content);
Line 392: $content = str_replace($url, sprintf('url(data:image/%s;base64,%s)', str_replace('jpg', 'jpeg', strtolower($extension[1])), base64_encode(file_get_contents($path))), $content);
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\helpers\http.php (2 hits)
Line 431: $request['header']['Authorization'] = $request['auth']['method'].' '.base64_encode($request['auth']['user'].':'.$request['auth']['pass']);
Line 435: $request['header']['Authorization'] = $request['auth']['method'].' '.base64_encode($request['url']['user'].':'.$request['url']['pass']);
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_content\article\default.php (1 hit)
Line 100: echo base64_decode($jms);?>
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_content\category\blog_item.php (1 hit)
Line 125: $link->setVar('return', base64_encode($returnURL));
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_content\category\default_articles.php (1 hit)
Line 133: $fullURL->setVar('return', base64_encode($returnURL));
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_content\featured\default_item.php (1 hit)
Line 122: $link->setVar('return', base64_encode($returnURL));
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_users\login\default_login.php (1 hit)
Line 45: <input type="hidden" name="return" value="<?php echo base64_encode($this->params->get('login_redirect_url', $this->form->getValue('return'))); ?>" />
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\com_users\login\default_logout.php (1 hit)
Line 30: <input type="hidden" name="return" value="<?php echo base64_encode($this->params->get('logout_redirect_url', $this->form->getValue('return'))); ?>" />
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\head.php (1 hit)
Line 40: $filters[] = 'CSSImageBase64';
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\mobile\login.php (2 hits)
Line 16: <input type="hidden" name="return" value="<?php echo base64_encode(JRoute::_( 'index.php', true, false)); ?>" />
Line 30: <input type="hidden" name="return" value="<?php echo base64_encode(JRoute::_( 'index.php', true, false)); ?>" />
E:\SITE\ESFARAYEN.NET\main\main\templates\yoo_revista\warp\systems\joomla\layouts\offline.php (1 hit)
Line 52: <input type="hidden" name="return" value="<?php echo base64_encode(JURI::base()) ?>" />