wpDiscuz Addons - Nulled New Version

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Thank you man for fast reply
i need it really, but look need key :( https://prnt.sc/tn3v8v

wpDiscuz - Ads Manager it's working without key
Hmmm! Easiest way is to add the following to your theme functions.php Then all wpDiscuz will work!
PHP:
function fix_wpdiscuz_addons() {
if ( ! function_exists( 'get_plugins' ) ) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$all_plugins = get_plugins();
foreach ( $all_plugins as $plugin_slug=>$values ){
if(strpos ($plugin_slug, "pdiscuz-")){
$slug_parts = explode("/", $plugin_slug);
$discuz_addon = $slug_parts[0];
get_option('gvt_product_secret_' . $discuz_addon) ? true : add_option('gvt_product_secret_' . $discuz_addon, 'Congratulations! Plugin activated successfully.');
}
}
}
add_action( 'admin_init', 'fix_wpdiscuz_addons' );
 
  • Like
Reactions: Moh Farawati

Moh Farawati

Active member
Oct 4, 2019
409
104
43
trustfans.com
Hmmm! Easiest way is to add the following to your theme functions.php Then all wpDiscuz will work!
PHP:
function fix_wpdiscuz_addons() {
if ( ! function_exists( 'get_plugins' ) ) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$all_plugins = get_plugins();
foreach ( $all_plugins as $plugin_slug=>$values ){
if(strpos ($plugin_slug, "pdiscuz-")){
$slug_parts = explode("/", $plugin_slug);
$discuz_addon = $slug_parts[0];
get_option('gvt_product_secret_' . $discuz_addon) ? true : add_option('gvt_product_secret_' . $discuz_addon, 'Congratulations! Plugin activated successfully.');
}
}
}
add_action( 'admin_init', 'fix_wpdiscuz_addons' );
very nice, ok i will add it.
but in wordpress there is msg said i can't edit cuz of protection!
should i edit from FTP or?
 

Latest posts

Forum statistics

Threads
69,498
Messages
910,045
Members
239,982
Latest member
asosiasipengusahatema

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu