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

OpenAI Chatbot for WordPress - Helper

OpenAI Chatbot for WordPress - Helper V1.0.15

No permission to download
Unlock licence
helper/src/Merkulove/Unity/TabActivation.php


if (! EnvatoItem::get_instance()->get_id()){ return false; } // false for true
$purchase_code = $this->get_purchase_code();
if (false === $purchase_code){ return false; } // false for true
$cache = new Cache();
$key = 'activation_' . $purchase_code;
$cached_activation = $cache->get($key, false); // false for true

for
if (! EnvatoItem::get_instance()->get_id()){ return true; }
$purchase_code = $this->get_purchase_code();
if (false === $purchase_code){ return true; }
$cache = new Cache();
$key = 'activation_' . $purchase_code;
$cached_activation = $cache->get($key, true);



if (wp_remote_retrieve_response_code($json) !== 200){ return false; } // false for true
return true === json_decode($json['body'], true);
}

for

if (wp_remote_retrieve_response_code($json) !== 200){ return true; }
return true === json_decode($json['body'], true);
}

Obs: Here it worked for me when I changed these two elements
 
Tuton updated OpenAI Chatbot for WordPress - Helper with a new update entry:

V1.0.14

Untouched version


1.0.14 – 6 February 2024
Added font size setting for action button
Fixed page scrolling when a new message appears in helper added by shortcode
Fixed an issue where the helper was not working because the message sound was not found
Fixed overriding Helper styles settings by global styles
Fixed an issue where gpt-3.5-turbo and gpt-3.5-turbo-16k were not responding

Read the rest of this update entry...
 
  • Like
Reactions: adrespi22
Unlock licence
helper/src/Merkulove/Unity/TabActivation.php


if (! EnvatoItem::get_instance()->get_id()){ return false; } // false for true
$purchase_code = $this->get_purchase_code();
if (false === $purchase_code){ return false; } // false for true
$cache = new Cache();
$key = 'activation_' . $purchase_code;
$cached_activation = $cache->get($key, false); // false for true

for
if (! EnvatoItem::get_instance()->get_id()){ return true; }
$purchase_code = $this->get_purchase_code();
if (false === $purchase_code){ return true; }
$cache = new Cache();
$key = 'activation_' . $purchase_code;
$cached_activation = $cache->get($key, true);



if (wp_remote_retrieve_response_code($json) !== 200){ return false; } // false for true
return true === json_decode($json['body'], true);
}

for

if (wp_remote_retrieve_response_code($json) !== 200){ return true; }
return true === json_decode($json['body'], true);
}

Obs: Here it worked for me when I changed these two elements
I follow every step, dont work bro :(
 
Tuton updated OpenAI Chatbot for WordPress - Helper with a new update entry:

V1.0.15

Untouched version

1.0.15 – 11 April 2024
Added GPT-4 models
Added Live Preview
Added show message conditions for welcome message
Removed WooCommerce products from prompt type control if WooCommerce plugin not activated
Fixed displaying Color Picker control on float button settings tab
Hided "Submit for review" button on user data records page
Fixed removing focus on input field after message send
Fixed slow...

Read the rest of this update entry...
 
  • Like
Reactions: adrespi22 and borre
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