WPDOZ.COM
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Software License Manager] access to license serverHello @mbrsolution
I did not get any response from the developer.
Forum: Plugins
In reply to: [Software License Manager] access to license serverYes I have read. I could not see a note for him.
I have a wordpress error on my license server right now. I am getting a license error on my other site.
Forum: Plugins
In reply to: [Software License Manager] access to license serverIf there is no access to the license server, I want it not to check the license.
Forum: Plugins
In reply to: [Software License Manager] license verificationdefine('YOUR_LICENSE_SERVER_URL', 'https://wpdoz.com/'); $api_params = array( 'slm_action' => 'slm_check', 'secret_key' => '6083c9c624d1a4.01383132', 'license_key' => get_option('sample_license_key'), ); $response = wp_remote_get(add_query_arg($api_params, YOUR_LICENSE_SERVER_URL), array('timeout' => 20, 'sslverify' => false)); $license_data = json_decode(wp_remote_retrieve_body($response)); global $active, $message; if($license_data->result == 'success'){?> <?php }else{ ?> <?php if ( ! is_admin() ) { wp_die( __('Bu web sitesi geçersiz bir lisans anahtarı kullanıyor. Lütfen bunu <a href="'. get_bloginfo('url') .'/wp-admin/options-general.php?page=fon_lisans">düzeltin</a>.') ); } ?> <?php } ?>Problem fixed
Forum: Plugins
In reply to: [Software License Manager] Auto License GenerateI want to generate one license code for each successful order
Forum: Developing with WordPress
In reply to: Turn off Theme UpdateThank you.
I changed style.css. I forgot to change the file name. @bcworkz
Forum: Developing with WordPress
In reply to: Turn off Theme UpdateI don’t want to use a child theme. I developed the Twenty twenty theme a lot. So I don’t want updates
Viewing 7 replies - 1 through 7 (of 7 total)