XOOPS  2.6.0
execute.php File Reference

Go to the source code of this file.

Variables

 $base = $current_path
 
 $cycle = TRUE
 
 $i = 0
 
if(isset($_POST['name'])) $info = pathinfo($path)
 
if($thumb_pos!=0||strpos($_POST['path_thumb'],'../', strlen($thumbs_base_path)+$thumb_pos)!==FALSE||strpos($_POST['path'],'/')===0||strpos($_POST['path'],'../')!==FALSE||strpos($_POST['path'],'./')===0) $language_file = 'lang/en_EN.php'
 
 $max_cycles = 50
 
 $path = $current_path.$_POST['path']
 
 $path_thumb = $_POST['path_thumb']
 
 $thumb_pos = strpos($_POST['path_thumb'], $thumbs_base_path)
 
 if (isset($_GET['lang'])&&$_GET['lang']!= 'undefined'&&$_GET['lang']!='')
 

Variable Documentation

$base = $current_path

Definition at line 30 of file execute.php.

Referenced by XoopsInstallWizard\baseLocation(), and Xoops\Core\HttpRequest\getFiles().

$cycle = TRUE

Definition at line 32 of file execute.php.

$i = 0

Definition at line 34 of file execute.php.

if ($thumb_pos!=0||strpos($_POST['path_thumb'],'../', strlen($thumbs_base_path)+$thumb_pos)!==FALSE||strpos($_POST['path'],'/')===0||strpos($_POST['path'],'../')!==FALSE||strpos($_POST['path'],'./')===0) $language_file = 'lang/en_EN.php'

Definition at line 18 of file execute.php.

$max_cycles = 50

Definition at line 33 of file execute.php.

while ($cycle &&$i<$max_cycles) $path = $current_path.$_POST['path']

Definition at line 31 of file execute.php.

Referenced by XoopsPathController\__construct(), XoopsFileHandler\__construct(), Xoops\Form\DhtmlTextArea\__construct(), Xoops\Core\Kernel\XoopsObject\_loadFilters(), Xmf\Module\Admin\addConfigAccept(), Xmf\Module\Admin\addConfigError(), Xoops\Core\Psr4ClassLoader\addLoader(), System\adminVersion(), XoopsBaseConfig\bootstrapTransition(), check_files_extensions_on_path(), XoopsPathController\checkPath(), XoopsPathController\checkPermissions(), create_folder(), Smarty_Resource_Db\dbTplInfo(), CommentsPreload\eventCoreIncludeCommonClassmaps(), MenusPreload\eventCoreIncludeCommonClassmaps(), NotificationsPreload\eventCoreIncludeCommonClassmaps(), SearchPreload\eventCoreIncludeCommonClassmaps(), AvatarsPreload\eventCoreIncludeCommonClassmaps(), UserconfigsPreload\eventCoreIncludeCommonClassmaps(), MonologPreload\eventCoreIncludeCommonClassmaps(), DebugbarPreload\eventCoreIncludeCommonClassmaps(), LoggerPreload\eventCoreIncludeCommonClassmaps(), SmiliesCorePreload\eventCoreIncludeCommonEnd(), ImagesPreload\eventCoreIncludeCommonEnd(), GravatarsPreload\eventCoreServiceLocateAvatar(), AvatarsPreload\eventCoreServiceLocateAvatar(), SystemPreload\eventCoreServiceLocateCountryflag(), PdfPreload\eventCoreServiceLocateHtmlToPdf(), QrcodePreload\eventCoreServiceLocateQrcode(), ThumbsPreload\eventCoreServiceLocateThumbnail(), Snoopy\fetch(), filescount(), fix_path(), foldersize(), genPathCheckHtml(), XoopsFile\getHandler(), Menus\getSkinInfo(), SystemModule\getTemplate(), XoopsMailer\getTemplatePath(), Xmf\Module\Admin\iconUrl(), Xmf\Language\load(), MyTextSanitizerExtension\loadConfig(), Xoops_Locale\loadLanguage(), MenusDecoratorAbstract\loadLanguage(), System\loadLanguage(), Xoops\loadLanguage(), Xoops_Locale\loadLocale(), XoopsPathController\makeWritable(), Xmf\Module\Admin\menuIconPath(), JUpload\mkdirp(), new_thumbnails_creation(), Xoops\normalizePath(), Xoops\Module\Helper\HelperAbstract\path(), Xmf\Module\Helper\GenericHelper\path(), Xoops\path(), Xoops\pathExists(), Xmf\Template\Buttonbox\render(), Xoops\Core\Logger\sanitizePath(), LegacyLogger\sanitizePath(), MonologLogger\sanitizePath(), XoopsMailer\send(), Xoops\Core\Session\Manager\sessionStart(), Cookie\set(), Xoops\Core\Kernel\XoopsPersistableObjectHandler\setHandler(), Xmf\Template\Buttonbox\setImagePath(), XoopsPathController\setPermission(), smarty_compiler_xoImgUrl(), XoopsLoad\startAutoloader(), Snoopy\submit(), system_adminVersion(), system_loadLanguage(), system_loadTemplate(), XoopsPathController\validate(), Xoops\Core\Session\RememberMe\writeUserCookie(), and xoDiagIfWritable().

$path_thumb = $_POST['path_thumb']

Definition at line 50 of file execute.php.

$thumb_pos = strpos($_POST['path_thumb'], $thumbs_base_path)

Definition at line 7 of file execute.php.

if(isset($_GET['lang'])&&$_GET['lang']!= 'undefined'&&$_GET['lang']!='')

Definition at line 19 of file execute.php.