15 thg 9, 2017

Hướng dẫn Crack và tắt thông báo kích hoạt plugin WordPress Yoast SEO Premium

Đầu tiên, Các bạn truy cập vào đường dẫn sau:
wp-content/plugins/wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php Tắt thông báo:
Warning! You didn’t set your Yoast SEO Premium license key yet, which means you’re missing out on updates and support! Enter your license key or get a license here. 
Tìm (Crtl + F) đoạn code bên dưới và xóa đi.

   // show notice if license is invalid
   if ( $this->show_license_notice() && ! $this->license_is_valid() ) {
    if ( $this->get_license_key() == '' ) {
     $message = __( '<b>Warning!</b> You didn\'t set your %s license key yet, which means you\'re missing out on updates and support! <a href="%s">Enter your license key</a> or <a href="%s" target="_blank">get a license here</a>.' );
    } else {
     $message = __( '<b>Warning!</b> Your %s license is inactive which means you\'re missing out on updates and support! <a href="%s">Activate your license</a> or <a href="%s" target="_blank">get a license here</a>.' );
    }
    ?>
                <div class="notice notice-error yoast-notice-error">
                    <p><?php printf( __( $message, $this->product->get_text_domain() ), $this->product->get_item_name(), $this->product->get_license_page_url(), $this->product->get_tracking_url( 'activate-license-notice' ) ); ?></p>
                </div>
    <?php
   }
Đoạn code trên nằm ở dòng 131 -> 143 đối với phiên bản 5.4, các phiên bản khác các bạn chịu khó tìm :)

Hoặc các bạn có thể thực hiên crack Plugin theo cách sau:
Vẫn mở file trên và tìm dòng 374:
  public function license_is_valid() {
   return ( $this->get_license_status() === 'valid' );
  }
Thay thế bằng:
  public function license_is_valid() {
   return true;
  }

Hoặc tìm:
if ( ! $this->license_is_valid() ) {
Thay thế bằng:
if ($this->license_is_valid() ) {
Bên trên là hướng dẫn tổng hợp các cách vô hiệu hóa yêu cầu kích hoạt Plugins Yoast SEO Premium.
Chúc các bạn thành công!

Từ khóa: kích hoạt, code, SEO, Plugins,
Bài đăng Mới hơn Bài đăng Cũ hơn

1 nhận xét:

  1. sorry bro cho mình hỏi chút.
    crack xong thì xem được hay chưa được ở đâu vậy nhỉ? ^^
    Mình mới làm web thôm cảm ha

    Trả lờiXóa

Biểu mẫu liên hệ

Tên Email * Thông báo *