Title: WPDOZ.COM's Replies | WordPress.org

---

# WPDOZ.COM

  [  ](https://wordpress.org/support/users/wpdoz/)

 *   [Profile](https://wordpress.org/support/users/wpdoz/)
 *   [Topics Started](https://wordpress.org/support/users/wpdoz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpdoz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpdoz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpdoz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpdoz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpdoz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Software License Manager] access to license server](https://wordpress.org/support/topic/access-to-license-server/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/access-to-license-server/#post-14412043)
 * Hello [@mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * I did not get any response from the developer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Software License Manager] access to license server](https://wordpress.org/support/topic/access-to-license-server/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/access-to-license-server/#post-14396571)
 * Yes 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Software License Manager] access to license server](https://wordpress.org/support/topic/access-to-license-server/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/access-to-license-server/#post-14382637)
 * If there is no access to the license server, I want it not to check the license.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Software License Manager] license verification](https://wordpress.org/support/topic/license-verification/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/license-verification/#post-14364318)
 *     ```
       define('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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Software License Manager] Auto License Generate](https://wordpress.org/support/topic/auto-license-generate/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/auto-license-generate/#post-14362185)
 * I want to generate one license code for each successful order
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Turn off Theme Update](https://wordpress.org/support/topic/turn-off-theme-update/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/turn-off-theme-update/#post-13774840)
 * Thank you.
 * I changed style.css. I forgot to change the file name. [@bcworkz](https://wordpress.org/support/users/bcworkz/)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Turn off Theme Update](https://wordpress.org/support/topic/turn-off-theme-update/)
 *  Thread Starter [WPDOZ.COM](https://wordpress.org/support/users/wpdoz/)
 * (@wpdoz)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/turn-off-theme-update/#post-13770186)
 * I 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)