[Download] Unlimited WordPress Themes and Plugins

Hi. Can I have a free trial, please? Same name as my account: jonnytri53
Thank you so much.
 
hey @NulledCode - for the lifetime plan it says "1 License Key, 1 Activation". Can I transfer this to different websites? Say I shut down one website and want to launch another website. Can I reactivate on the new website?
 
Ok, I just updated 6.0.4 which unlocked Compatibility, Cron, and Proxy. I haven't tested everything so let me know if I missed any features.

I did clear my CDNs cache so you should get the newer version. If not, let me know and I'll provide with you a direct download link.
Hello,

Sorry to bother you again but it seems that the Cron feature is not working. Maybe it's not fully nulled since Cron is part of Pro version ?
 
Hi. Can I have a free trial, please? Same name as my account: jonnytri53
Thank you so much.
Free trial has been created.


hey @NulledCode - for the lifetime plan it says "1 License Key, 1 Activation". Can I transfer this to different websites? Say I shut down one website and want to launch another website. Can I reactivate on the new website?
Yes you can. License keys are transferrable between domains, so you can deactivate on one, and activate it on another.

Hello,

Sorry to bother you again but it seems that the Cron feature is not working. Maybe it's not fully nulled since Cron is part of Pro version ?
Ok, I'll investigate.
 
Hello,

Sorry to bother you again but it seems that the Cron feature is not working. Maybe it's not fully nulled since Cron is part of Pro version ?
It appears to be working. I was able to verify MPT saved my cron settings
Code:
select * from wp_options where option_name = 'MPT_plugin_cron_settings'
. I then enabled logs under MPT -> Miscellaneous -> Logs.

If you use a cron plugin like WP Control, you should see the mpt_scheduled_cron event and can even force it to run.

You likely have an issue with your WP site and running cron. I typically disable wp_cron on my sites then have my server call WPs cron every 10 or 15 minutes.
 
It appears to be working. I was able to verify MPT saved my cron settings
Code:
select * from wp_options where option_name = 'MPT_plugin_cron_settings'
. I then enabled logs under MPT -> Miscellaneous -> Logs.

If you use a cron plugin like WP Control, you should see the mpt_scheduled_cron event and can even force it to run.

You likely have an issue with your WP site and running cron. I typically disable wp_cron on my sites then have my server call WPs cron every 10 or 15 minutes.
Yes, I did that.

I see the cron with WP control mpt_scheduled_cron but nothing was done.

I then disabled cron on wp-config with
Code:
define('DISABLE_WP_CRON', true);

I setup cron on my server with wget -O /dev/null -o /dev/null https://www.mydomain.com/wp-cron.php?doing_wp_cron

but it's still not working.

I tried to run it with WP control, not working also.

When I use the plugin manually by selecting posts, it works.

Only cron is not working, that's why I was wondering if it's not nulled fully since Cron is a pro feature.

Maybe the real pro version of the plugin is not working with cron. I don't know.
 
Yes, I did that.

I see the cron with WP control mpt_scheduled_cron but nothing was done.

I then disabled cron on wp-config with
Code:
define('DISABLE_WP_CRON', true);

I setup cron on my server with wget -O /dev/null -o /dev/null https://www.mydomain.com/wp-cron.php?doing_wp_cron

but it's still not working.

I tried to run it with WP control, not working also.

When I use the plugin manually by selecting posts, it works.

Only cron is not working, that's why I was wondering if it's not nulled fully since Cron is a pro feature.

Maybe the real pro version of the plugin is not working with cron. I don't know.

I did find another flag to switch in freemius that I toggled. That version was just pushed out so you can try deleting MPT and reinstalling the new version from gplcellar and see if that makes any difference. Judging by the code, the cron feature should work as long as all of the bypasses are in place.
 
Hello, I have a question regarding the agency plan - it says it can be used on 1000 websites.
Do we only use this with a plugin?
 
I did find another flag to switch in freemius that I toggled. That version was just pushed out so you can try deleting MPT and reinstalling the new version from gplcellar and see if that makes any difference. Judging by the code, the cron feature should work as long as all of the bypasses are in place.
Hello,

I tried this new version. Unfortunately, it's fully not working now. Cron still not working.

Even manually now, it's not working.

The previous version was working manually but not this one.
 
Hello, I have a question regarding the agency plan - it says it can be used on 1000 websites.
Do we only use this with a plugin?
GPLCellar is a plugin that can be activated on up to 1,000 websites. If you want to download plugins or themes then you use our plugin to do so. You don't need to have our gplcellar plugin activated on a website to use plugins or themes downloaded from us, so you can download from one website and upload to another.

Hello,

I tried this new version. Unfortunately, it's fully not working now. Cron still not working.

Even manually now, it's not working.

The previous version was working manually but not this one.
Ok, I finally got it working. I had some logs in there that was causing things to break. I was able to get cron image generation working and manually from the post editor page. I pushed my changes out there, so please re-download 6.0.4 and upload.

One thing to note, I did have an issue with my magic post settings getting saved to the wp options table. It looks like MPT changed the option name during versions. If you run into issues, turn wp debug on and see if you get an error about 'image_block', if so, you need to make sure you have the wp_option name of MPT_plugin_main_settings. The fact that you had this working previously makes me think this won't be an issue for you.
 
  • Like
Reactions: ygg
Ok, I finally got it working. I had some logs in there that was causing things to break. I was able to get cron image generation working and manually from the post editor page. I pushed my changes out there, so please re-download 6.0.4 and upload.

One thing to note, I did have an issue with my magic post settings getting saved to the wp options table. It looks like MPT changed the option name during versions. If you run into issues, turn wp debug on and see if you get an error about 'image_block', if so, you need to make sure you have the wp_option name of MPT_plugin_main_settings. The fact that you had this working previously makes me think this won't be an issue for you.
Well, Manually it's working but Cron still not.

I tried on 2 differents websites/hostings and cron is never working :weep:

Debug is showing nothing at all.
 
Free trial, please. Username: greengg
Free trial created.

I’m Well, Manually it's working but Cron still not.

I tried on 2 differents websites/hostings and cron is never working :weep:

Debug is showing nothing at all.
I’m not sure what it's not working for you. It managed to create one for me using cron after I created a new post.

[2025-01-16T16:21:35.018870+00:00] mpt_logger.INFO: Featured image added {"post":17174,"image":17178} []
[2025-01-16T16:21:35.023214+00:00] mpt_logger.INFO: Generation with cron done {"post":17174} []

Free trial, please. Username: vcpu
Free trial created.
 
Does the plugin lock on a single site, or can it only be used on a single site at once?
 
GPLCellar is a plugin that can be activated on up to 1,000 websites. If you want to download plugins or themes then you use our plugin to do so. You don't need to have our gplcellar plugin activated on a website to use plugins or themes downloaded from us, so you can download from one website and upload to another.

Alright, sounds good.
Can I request a trial to check around?
Thanks!
 
Does the plugin lock on a single site, or can it only be used on a single site at once?
You get 1 license key that can be activated on up to 1,3, 10, or 1,000 domains at the same time depending on the plan you choose. You can deactivate the license and reactivate it on a different domain if you wish.

Alright, sounds good.
Can I request a trial to check around?
Thanks!
Sure, what's your gplcellar name?
 
Back
Top