• 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"

IdeaPush PRo

IdeaPush Pro v8.51 (untouched) - not nulled
Hello,

Can you load the last one 8.53 ? Regards
You can put this code below on the beginning of ideapush.php for fix the license :

//raz0r
$idea_settings = get_option('idea_push_settings');
$idea_settings['idea_push_purchase_email'] = '[email protected]';
$idea_settings['idea_push_order_id'] = '969';
update_option('idea_push_settings', $idea_settings);
set_transient('ideapush-update', 'Yes');
// Assign global variables
global $ideapush_is_pro;

if(file_exists(dirname( __FILE__ ).'/inc/pro-ip')){
$ideapush_is_pro = "YES";
} else {
$ideapush_is_pro = "NO";
}



//the first YES/NO in the array is if the feature is pro, the second YES/NO in the array is if a save settings button is necessary
global $ideapush_pro_features;
$ideapush_pro_features = array('Boards' => array('NO','YES'),'Notifications' => array('NO','YES'), 'Statuses' => array('NO','YES'), 'Design' => array('NO','YES'), 'Idea Form' => array('NO','YES'), 'Tag Page' => array('NO','YES'), 'IdeaPush Support' => array('NO','NO'),'IdeaPush Pro' => array('YES','YES'),'Integrations' => array('YES','YES'));

//get plugin version number
function idea_push_plugin_get_version() {
if ( ! function_exists( 'get_plugins' ) )
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
$plugin_folder = get_plugins( '/' . plugin_basename( dirname( __FILE__ ) ) );
$plugin_file = basename( ( __FILE__ ) );
return $plugin_folder[$plugin_file]['Version'];
}
 
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