Do you have Javascript and JQUERY obfuscator there, please? Because when I use the tools online, I need to upload them in the backend. I want a plugin that lets me understand my Javascript files in the backend and make them obfuscate in the frontend. Thanks
]]>Hi,
I installed the plugin. Apparently nothing happens.
I think I didn’t understand the plugin description.
Please, put images of the plugin working.
Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /var/www/html/wp-content/plugins/miniorange-php-guard/class-mo-php-guard.php:406 Stack trace: #0 /var/www/html/wp-content/plugins/miniorange-php-guard/class-mo-php-guard.php(294): Mo_Php_Guard->handle_zip_file(118) #1 /var/www/html/wp-content/plugins/miniorange-php-guard/class-mo-php-guard.php(384): Mo_Php_Guard->_upload_zip(Array) #2 /var/www/html/wp-includes/class-wp-hook.php(303): Mo_Php_Guard->mo_php_guard_save_settings(”) #3 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #4 /var/www/html/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #5 /var/www/html/wp-admin/admin.php(175): do_action(‘admin_init’) #6 {main} thrown in /var/www/html/wp-content/plugins/miniorange-php-guard/class-mo-php-guard.php on line 406
]]>after Obfuscating plugin code .
newly Obfuscating zip in not installing.
shows error
“The package could not be installed. No valid plugins were found.
Plugin installation failed.”
Hello, try to obfuscate the following code, the process does it well.
But when I upload the file and see the source code, I still see the original source code.
What could be happening?
<?php
$user = wp_get_current_user();
if(in_array(‘cqpim_client’, $user->roles)) {
$login_page = get_option(‘cqpim_client_page’);
$url = get_the_permalink($login_page);
wp_redirect($url, 302);
exit();
} ?>
<!DOCTYPE html>
<!–[if IE 7 ]><html class=”ie ie7″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 8 ]><html class=”ie ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if (gte IE 9)|!(IE)]><!–><html class=”ie ie9″ <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
<title>ssss</title>
<?php wp_head(); ?>
<?php echo ‘<style>’ . get_option(‘cqpim_dash_css’) . ‘</style>’; ?>
</head>
<?php $bg = get_option(‘cqpim_dash_bg’); ?>
<?php if(empty($bg)) { ?>
<body style=”background:#00468C; height:100vh”>
<?php } else { ?>
<body style=”background:url(<?php echo $bg[‘cqpim_dash_bg’]; ?>) center top no-repeat; background-size:cover; height:100vh”>
<?php } ?>
<div id=”overlay” style=”display:none”>
<div id=”spinner”>
” />
</div>
</div>
<div id=”content” role=”main”>
<br /><br />
<?php
$logo = get_option(‘cqpim_dash_logo’);
if($logo) { ?>
<div style=”text-align:center; max-width:400px; margin:0 auto”>
” />
</div>
<?php } ?>
<br /><br />
<div class=”cqpim-login”>
<div class=”cqpim_block”>
<br />
<form id=”cqpim-login”>
<?php wp_nonce_field(‘ajax-register-nonce’, ‘signonsecurity’); ?>
<input type=”text” id=”username” placeholder=”<?php _e(‘Email’, ‘cqpim’); ?>” />
<input type=”password” id=”password” placeholder=”<?php _e(‘Contrase?a’, ‘cqpim’); ?>” />
<input type=”submit” class=”op cqpim_button right bg-blue font-white rounded_2″ value=”<?php _e(‘Ingresar’, ‘cqpim’); ?>” />
<div class=”clear”></div>
</form>
<br />
<?php $reset = get_option(‘cqpim_reset_page’);
if(!empty($reset)) { ?>
” id=”forgot” class=”op cqpim_button cqpim_button bg-grey-cascade font-white rounded_2″><?php _e(‘Olvido su contrase?a?’, ‘cqpim’); ?>
<?php } ?>
<?php $register = get_option(‘cqpim_login_reg’);
$register_page = get_option(‘cqpim_register_page’);
if(!empty($register) && !empty($register_page)) { ?>
<br />
” id=”register” class=”op cqpim_button cqpim_button bg-grey-cascade font-white rounded_2″><?php _e(‘Create Account’, ‘cqpim’); ?>
<?php } ?>
<div class=”clear”></div>
<div id=”login_messages” style=”display:none”></div>
<?php include_once(ABSPATH.’wp-admin/includes/plugin.php’);
if(pto_check_addon_status(‘envato’)) {
$register_page = get_option(‘cqpim_envato_register_page’); ?>
<br />
<p><?php _e(‘Envato Buyer? Need to Register?’, ‘cqpim’); ?> “><?php _e(‘Register Here’, ‘cqpim’); ?></p>
<?php } ?>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>
Warning: Cannot modify header information – headers already sent by (output started at /home2/noobsdotgrou/public_html/api.noobs.group/wp-content/plugins/miniorange-php-guard/support.php:1) in /home2/noobsdotgrou/public_html/api.noobs.group/wp-includes/functions.php on line 6029
Warning: Cannot modify header information – headers already sent by (output started at /home2/noobsdotgrou/public_html/api.noobs.group/wp-content/plugins/miniorange-php-guard/support.php:1) in /home2/noobsdotgrou/public_html/api.noobs.group/wp-admin/includes/misc.php on line 1252
Warning: Cannot modify header information – headers already sent by (output started at /home2/noobsdotgrou/public_html/api.noobs.group/wp-content/plugins/miniorange-php-guard/support.php:1) in /home2/noobsdotgrou/public_html/api.noobs.group/wp-admin/admin-header.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home2/noobsdotgrou/public_html/api.noobs.group/wp-content/plugins/miniorange-php-guard/support.php:1) in /home2/noobsdotgrou/public_html/api.noobs.group/wp-includes/option.php on line 961
Warning: Cannot modify header information – headers already sent by (output started at /home2/noobsdotgrou/public_html/api.noobs.group/wp-content/plugins/miniorange-php-guard/support.php:1) in /home2/noobsdotgrou/public_html/api.noobs.group/wp-includes/option.php on line 962
]]>