• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

wpDiscuz Addons - Nulled New Version

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
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?
 
  • Haha
Reactions: Moh Farawati
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock