/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 57 $sCommand = $_GET['Command'] ; 62 if ( ! IsAllowedCommand( $sCommand ) ) 63 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 71 if ( $sCommand == 'FileUpload' ) 73 FileUpload( $sResourceType, $sCurrentFolder, $sCommand ) ; 77 if ( $sCommand == 'GetDwfckNs' ) 85 CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; 90 switch ( $sCommand ) 102 UnlinkFile($sResourceType, $sCurrentFolder, $sCommand, $_GET['file']);
|
H A D | io.php | 28 function GetResourceTypePath( $resourceType, $sCommand ) argument 32 if ( $sCommand == "QuickUpload") 38 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument 41 if ( $sCommand == "QuickUpload") 59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 69 function ServerMapFolder( $resourceType, $folderPath, $sCommand ) argument 72 $sResourceTypePath = GetResourceTypeDirectory( $resourceType, $sCommand ) ; 217 function IsAllowedCommand( $sCommand ) argument 221 if ( !in_array( $sCommand, $Config['ConfigAllowedCommands'] ) )
|
H A D | upload.php | 42 $sCommand = 'QuickUpload' ; variable 50 if ( ! IsAllowedCommand( $sCommand ) ) 51 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 58 FileUpload( $sType, $sCurrentFolder, $sCommand )
|
H A D | commands.php | 431 function UnlinkFile($resourceType, $currentFolder, $sCommand, $filename ) { argument 523 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument 581 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 604 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, $sCommand ) ; 729 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 63 $sCommand = urlencode($_GET['Command'] ); 68 if ( ! IsAllowedCommand( $sCommand ) ) 69 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 77 if ( $sCommand == 'FileUpload' ) 79 FileUpload( $sResourceType, $sCurrentFolder, $sCommand ) ; 83 if ( $sCommand == 'GetDwfckNs' ) 91 CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; 96 switch ( $sCommand ) 108 UnlinkFile($sResourceType, $sCurrentFolder, $sCommand, input_strval('file'));
|
H A D | io.php | 30 function GetResourceTypePath( $resourceType, $sCommand ) argument 34 if ( $sCommand == "QuickUpload") 40 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument 43 if ( $sCommand == "QuickUpload") 61 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 71 function ServerMapFolder( $resourceType, $folderPath, $sCommand ) argument 74 $sResourceTypePath = GetResourceTypeDirectory( $resourceType, $sCommand ) ; 219 function IsAllowedCommand( $sCommand ) argument 223 if ( !in_array( $sCommand, $Config['ConfigAllowedCommands'] ) )
|
H A D | upload.php | 43 $sCommand = 'QuickUpload' ; variable 51 if ( ! IsAllowedCommand( $sCommand ) ) 52 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 59 FileUpload( $sType, $sCurrentFolder, $sCommand );
|
H A D | commands.php | 428 function UnlinkFile($resourceType, $currentFolder, $sCommand, $filename ) { argument 527 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument 597 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 620 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, $sCommand ) ; 748 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 63 $sCommand = urlencode($_GET['Command'] ); 68 if ( ! IsAllowedCommand( $sCommand ) ) 69 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 77 if ( $sCommand == 'FileUpload' ) 79 FileUpload( $sResourceType, $sCurrentFolder, $sCommand ) ; 83 if ( $sCommand == 'GetDwfckNs' ) 91 CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; 96 switch ( $sCommand ) 108 UnlinkFile($sResourceType, $sCurrentFolder, $sCommand, input_strval('file'));
|
H A D | io.php | 30 function GetResourceTypePath( $resourceType, $sCommand ) argument 34 if ( $sCommand == "QuickUpload") 40 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument 43 if ( $sCommand == "QuickUpload") 61 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 71 function ServerMapFolder( $resourceType, $folderPath, $sCommand ) argument 74 $sResourceTypePath = GetResourceTypeDirectory( $resourceType, $sCommand ) ; 219 function IsAllowedCommand( $sCommand ) argument 223 if ( !in_array( $sCommand, $Config['ConfigAllowedCommands'] ) )
|
H A D | upload.php | 43 $sCommand = 'QuickUpload' ; variable 51 if ( ! IsAllowedCommand( $sCommand ) ) 52 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 59 FileUpload( $sType, $sCurrentFolder, $sCommand );
|
H A D | commands.php | 427 function UnlinkFile($resourceType, $currentFolder, $sCommand, $filename ) { argument 521 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument 592 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 615 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, $sCommand ) ; 743 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 48 $sCommand = $_GET['Command'] ; 53 if ( ! IsAllowedCommand( $sCommand ) ) 54 SendError( 1, 'The "' . $sCommand . '" command isn\'t allowed' ) ; 61 if ( $sCommand == 'FileUpload' ) 63 FileUpload( $sResourceType, $sCurrentFolder, $sCommand ) ; 67 CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; 70 switch ( $sCommand )
|
H A D | io.php | 28 function GetResourceTypePath( $resourceType, $sCommand ) argument 32 if ( $sCommand == "QuickUpload") 38 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument 41 if ( $sCommand == "QuickUpload") 59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 69 function ServerMapFolder( $resourceType, $folderPath, $sCommand ) argument 72 $sResourceTypePath = GetResourceTypeDirectory( $resourceType, $sCommand ) ; 201 function IsAllowedCommand( $sCommand ) argument 205 if ( !in_array( $sCommand, $Config['ConfigAllowedCommands'] ) )
|
H A D | upload.php | 41 $sCommand = 'QuickUpload' ; variable 49 if ( ! IsAllowedCommand( $sCommand ) ) 50 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 57 FileUpload( $sType, $sCurrentFolder, $sCommand )
|
H A D | commands.php | 158 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument 173 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, $sCommand ) ; 238 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | connector.cgi | 91 $sCommand = $FORM{'Command'}; 109 if($sCommand eq 'FileUpload') { 122 &CreateXmlHeader($sCommand,$sResourceType,$sCurrentFolder); 125 if($sCommand eq 'GetFolders') { 127 } elsif($sCommand eq 'GetFoldersAndFiles') { 129 } elsif($sCommand eq 'CreateFolder') {
|
H A D | upload.cgi | 87 $sCommand = 'FileUpload'; #$FORM{'Command'}; 112 if($sCommand eq 'FileUpload') {
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | connector.asp | 43 Dim sCommand, sResourceType, sCurrentFolder variable 46 sCommand = Request.QueryString("Command") 54 if ( Not IsAllowedCommand( sCommand ) ) then 55 SendError 1, "The """ & sCommand & """ command isn't allowed" 64 If ( sCommand = "FileUpload" ) Then 65 FileUpload sResourceType, sCurrentFolder, sCommand 71 …CreateXmlHeader sCommand, sResourceType, sCurrentFolder, GetUrlFromPath( sResourceType, sCurrentFo… 74 Select Case sCommand
|
H A D | upload.asp | 40 Dim sCommand, sResourceType, sCurrentFolder variable 42 sCommand = "QuickUpload" 50 if ( Not IsAllowedCommand( sCommand ) ) then 51 SendUploadResults "1", "", "", "The """ & sCommand & """ command isn't allowed" 59 FileUpload sResourceType, sCurrentFolder, sCommand
|
H A D | io.asp | 28 Function GetResourceTypePath( resourceType, sCommand ) 29 if ( sCommand = "QuickUpload") then 36 Function GetResourceTypeDirectory( resourceType, sCommand ) 37 if ( sCommand = "QuickUpload") then 55 Function GetUrlFromPath( resourceType, folderPath, sCommand ) 56 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath ) 63 Function ServerMapFolder( resourceType, folderPath, sCommand ) 66 sResourceTypePath = GetResourceTypeDirectory( resourceType, sCommand ) 153 Function IsAllowedCommand( sCommand ) 160 IsAllowedCommand = oRE.Test( sCommand )
|
H A D | commands.asp | 136 Sub FileUpload( resourceType, currentFolder, sCommand ) 156 sServerDir = ServerMapFolder( resourceType, currentFolder, sCommand ) 192 sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , currentFolder )
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_connector.cfm | 55 <cfset var sCommand = "#URL.Command#" > 60 <cfif not IsAllowedCommand( sCommand ) > 61 <cfset SendError( 1, "The """ & sCommand & """ command isn't allowed" ) > 70 <cfif sCommand eq "FileUpload"> 71 <cfset FileUpload( sResourceType, sCurrentFolder, sCommand )> 75 <cfset CreateXmlHeader( sCommand, sResourceType, sCurrentFolder )> 78 <cfif sCommand eq "GetFolders"> 80 <cfelseif sCommand eq "GetFoldersAndFiles"> 82 <cfelseif sCommand eq "CreateFolder">
|
H A D | cf_upload.cfm | 47 <cfset sCommand = 'QuickUpload'> 57 <cfif not IsAllowedCommand( sCommand )> 58 <cfset SendUploadResults( "1", "", "", "The """ & sCommand & """ command isn't allowed" )> 66 <cfset FileUpload( sType, sCurrentFolder, sCommand )>
|
H A D | cf_io.cfm | 36 <cfargument name="sCommand" required="true"> 38 <cfif ARGUMENTS.sCommand eq "QuickUpload"> 47 <cfargument name="sCommand" required="true"> 49 <cfif ARGUMENTS.sCommand eq "QuickUpload"> 71 <cfargument name="sCommand" required="true"> 73 …<cfreturn CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMEN… 97 <cfargument name="sCommand" required="true"> 100 …et var sResourceTypePath = GetResourceTypeDirectory( ARGUMENTS.resourceType, ARGUMENTS.sCommand ) > 168 <cfargument name="sCommand" required="true" type="String"> 170 <cfif not listFindNoCase( REQUEST.Config.ConfigAllowedCommands, ARGUMENTS.sCommand )>
|