- Jan 27, 2021
- 74
- 13
- 8
Me too..Do you mean function.php? While activation works generating with openai throws an error
gpt3 prompt:###
OpenAI API error: License or domain is not valid
OpenAI API error: License or domain is not valid
Me too..Do you mean function.php? While activation works generating with openai throws an error
gpt3 prompt:###
OpenAI API error: License or domain is not valid
OpenAI API error: License or domain is not valid- Uninstall all previous versions
- Clear DB from previous versions
- Add the snippet code by the free plugin "Snippet code"
- Install my nulled version
- Create the secret code for the AI and add the code in Settings of the plugin
For me the AI works fine
OpenAI API error: License or domain is not valid
I'm doo that but again I getactivate "Disable register_shutdown_function (If you click the run now button and always get nothing )" in the options
I applied the same but still have the same issue- Uninstall all previous versions
- Clear DB from previous versions
- Add the snippet code by the free plugin "Snippet code"
- Install my nulled version
- Create the secret code for the AI and add the code in Settings of the plugin
For me the AI works fine
Same Error:
thank you@Tomz nulled by me version 3.62.0
The solution is simple:
1. Install my nulled plugin
2. Open config file of the theme and apply this snippet code:
PHP:####################################################### ###### Verify Import Plugin ########################### ####################################################### $verify = get_option( 'wp_automatic_license_active' ); if ($verify != "active"){ update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" ); update_option ( 'wp_automatic_license_active_date', time () ); update_option ( 'wp_automatic_license_active', 'active' ); update_option ( 'alb_license_active', 1 ); }
Proof of working plugin:
![]()
Thank you very much!!!@Tomz nulled by me version 3.62.0
The solution is simple:
1. Install my nulled plugin
2. Open config file of the theme and apply this snippet code:
PHP:####################################################### ###### Verify Import Plugin ########################### ####################################################### $verify = get_option( 'wp_automatic_license_active' ); if ($verify != "active"){ update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" ); update_option ( 'wp_automatic_license_active_date', time () ); update_option ( 'wp_automatic_license_active', 'active' ); update_option ( 'alb_license_active', 1 ); }
Proof of working plugin:
![]()