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

Maxbot - Chatbot Builder WordPress Plugin

Maxbot - Chatbot Builder WordPress Plugin v1.4.1

No permission to download
yunat thanks bro for your help , i fix it replacing the the line 61 :

if($smwpcb_wp_code_licence_empower[0] > count($smwpcb_wp_chatbot_projects_settings))

whit this text:

if(1==1){
}
 
  • Like
Reactions: yunat and Babak
Are you sure this is version 1.3.3?

Because i noticed some differences:

When I try to add an agent, the select image button doesn't appear.

In the main settings tab it was supposed to show API settings and it doesn't appear either.
yes i check codes between 1.3.1 and v1.3.3
many codes changed and new cods added too
PHP:
if( ($_GET["page"] == "smwpcb_wp_chatbot_topics") && (isset($_GET["action"]) && $_GET["action"] == "edit")){
          wp_register_script( "smwpcb-easy-responsive-tags", SMWPCB_PLUGIN_URL_DIR . "libs/easy-responsive-tabs/easyResponsiveTabs.js", array("jquery") );
          wp_enqueue_script( "smwpcb-easy-responsive-tags" );
          wp_register_script( "smwpcb-bootstrap-suggest-js", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-suggest/js/bootstrap-suggest.js", array("jquery"));
          wp_enqueue_script( "smwpcb-bootstrap-suggest-js" );
          wp_register_script( "smwpcb-bootstrap-tagsinput-js", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-tagsinput/js/bootstrap-tagsinput.js", array("jquery"));
          wp_enqueue_script( "smwpcb-bootstrap-tagsinput-js" );
          wp_register_script( "smwpcb-custom-ui-topics-script", SMWPCB_PLUGIN_URL_DIR . "admin/js/custom-ui-topics.js", array("jquery") );
          wp_localize_script("smwpcb-custom-ui-topics-script", "smwpcb_custom_ui_topics_link", array(
              "ajax_url" => admin_url("admin-ajax.php"),
              "brain_path" => SMWPCB_PLUGIN_URL_DIR . "/brain",
              "css_path" => SMWPCB_PLUGIN_URL_DIR . "/css",
              "image_path" => SMWPCB_PLUGIN_URL_DIR . "/admin/images"
              ));
          wp_enqueue_script( "smwpcb-custom-ui-topics-script" );
          wp_register_style( 'smwpcb-wp-bootstrap-css', SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap/bootstrap.min.css");
          wp_enqueue_style( 'smwpcb-wp-bootstrap-css' );
          wp_register_style( 'smwpcb-wp-jquery-ui-css', SMWPCB_PLUGIN_URL_DIR . "libs/jquery-ui/jquery-ui.css");
          wp_enqueue_style( 'smwpcb-wp-jquery-ui-css' );
          wp_register_style( 'smwpcb-wp-admin-stories-css', SMWPCB_PLUGIN_URL_DIR . 'admin/css/style.css');
          wp_enqueue_style( 'smwpcb-wp-admin-stories-css' );
          wp_register_style( "smwpcb-bootstrap-suggest-css", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-suggest/css/bootstrap-suggest.css");
          wp_enqueue_style( "smwpcb-bootstrap-suggest-css" );
          wp_register_style( 'smwpcb-wp-font-awesome-css', "https://use.fontawesome.com/releases/v5.7.2/css/all.css");
          wp_enqueue_style( 'smwpcb-wp-font-awesome-css' );
          wp_register_style( 'smwpcb-wp-bootstrap-tagsinput-css', SMWPCB_PLUGIN_URL_DIR . 'libs/bootstrap-tagsinput/css/bootstrap-tagsinput.css');
          wp_enqueue_style( 'smwpcb-wp-bootstrap-tagsinput-css' );
        }

PHP:
     + topic0
     - hello{topic=864530463013901364}

> topic 864530463013901364
     + *
     - <call>resortTofaq "sksksks"  "864530463013901364" "<star>" "1" "skkssk" </call>
     + [*](sss)[*] {weight=1}
     - jjdsjsj{topic=882000379542215600}
     + skkssk{weight=1000}
     - jjdsjsj{topic=882000379542215600}
< topic

> topic 882000379542215600
     + *
     * <call>validationstoreddata "is_email" "Please set a valid email address."</call> == valid => <call>storetodbwpoptions "1" "email"</call> sksksk{topic=990261021290948900}
     - <call>validationstoreddata "is_email" "Please set a valid email address."</call>
< topic

> topic 990261021290948900
     + *
     * <call>validationstoreddata ",is_phone" "|6^9~Please set a valid phone number."</call> == valid => <call>storetodbwpoptions "2" "tel"</call> skskkssjk{topic=366083295078776700}
     - <call>validationstoreddata ",is_phone" "|6^9~Please set a valid phone number."</call>
< topic

> topic 366083295078776700
     + *
     * <call>validationstoreddata "" ""</call> == valid => <call>storetodbwpoptions "0" "nom"</call> sksksksk{topic=882000379542215600}
     - <call>validationstoreddata "" ""</call>
< topic
 
yes i check codes between 1.3.1 and v1.3.3
many codes changed and new cods added too
PHP:
if( ($_GET["page"] == "smwpcb_wp_chatbot_topics") && (isset($_GET["action"]) && $_GET["action"] == "edit")){
          wp_register_script( "smwpcb-easy-responsive-tags", SMWPCB_PLUGIN_URL_DIR . "libs/easy-responsive-tabs/easyResponsiveTabs.js", array("jquery") );
          wp_enqueue_script( "smwpcb-easy-responsive-tags" );
          wp_register_script( "smwpcb-bootstrap-suggest-js", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-suggest/js/bootstrap-suggest.js", array("jquery"));
          wp_enqueue_script( "smwpcb-bootstrap-suggest-js" );
          wp_register_script( "smwpcb-bootstrap-tagsinput-js", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-tagsinput/js/bootstrap-tagsinput.js", array("jquery"));
          wp_enqueue_script( "smwpcb-bootstrap-tagsinput-js" );
          wp_register_script( "smwpcb-custom-ui-topics-script", SMWPCB_PLUGIN_URL_DIR . "admin/js/custom-ui-topics.js", array("jquery") );
          wp_localize_script("smwpcb-custom-ui-topics-script", "smwpcb_custom_ui_topics_link", array(
              "ajax_url" => admin_url("admin-ajax.php"),
              "brain_path" => SMWPCB_PLUGIN_URL_DIR . "/brain",
              "css_path" => SMWPCB_PLUGIN_URL_DIR . "/css",
              "image_path" => SMWPCB_PLUGIN_URL_DIR . "/admin/images"
              ));
          wp_enqueue_script( "smwpcb-custom-ui-topics-script" );
          wp_register_style( 'smwpcb-wp-bootstrap-css', SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap/bootstrap.min.css");
          wp_enqueue_style( 'smwpcb-wp-bootstrap-css' );
          wp_register_style( 'smwpcb-wp-jquery-ui-css', SMWPCB_PLUGIN_URL_DIR . "libs/jquery-ui/jquery-ui.css");
          wp_enqueue_style( 'smwpcb-wp-jquery-ui-css' );
          wp_register_style( 'smwpcb-wp-admin-stories-css', SMWPCB_PLUGIN_URL_DIR . 'admin/css/style.css');
          wp_enqueue_style( 'smwpcb-wp-admin-stories-css' );
          wp_register_style( "smwpcb-bootstrap-suggest-css", SMWPCB_PLUGIN_URL_DIR . "libs/bootstrap-suggest/css/bootstrap-suggest.css");
          wp_enqueue_style( "smwpcb-bootstrap-suggest-css" );
          wp_register_style( 'smwpcb-wp-font-awesome-css', "https://use.fontawesome.com/releases/v5.7.2/css/all.css");
          wp_enqueue_style( 'smwpcb-wp-font-awesome-css' );
          wp_register_style( 'smwpcb-wp-bootstrap-tagsinput-css', SMWPCB_PLUGIN_URL_DIR . 'libs/bootstrap-tagsinput/css/bootstrap-tagsinput.css');
          wp_enqueue_style( 'smwpcb-wp-bootstrap-tagsinput-css' );
        }

PHP:
     + topic0
     - hello{topic=864530463013901364}

> topic 864530463013901364
     + *
     - <call>resortTofaq "sksksks"  "864530463013901364" "<star>" "1" "skkssk" </call>
     + [*](sss)[*] {weight=1}
     - jjdsjsj{topic=882000379542215600}
     + skkssk{weight=1000}
     - jjdsjsj{topic=882000379542215600}
< topic

> topic 882000379542215600
     + *
     * <call>validationstoreddata "is_email" "Please set a valid email address."</call> == valid => <call>storetodbwpoptions "1" "email"</call> sksksk{topic=990261021290948900}
     - <call>validationstoreddata "is_email" "Please set a valid email address."</call>
< topic

> topic 990261021290948900
     + *
     * <call>validationstoreddata ",is_phone" "|6^9~Please set a valid phone number."</call> == valid => <call>storetodbwpoptions "2" "tel"</call> skskkssjk{topic=366083295078776700}
     - <call>validationstoreddata ",is_phone" "|6^9~Please set a valid phone number."</call>
< topic

> topic 366083295078776700
     + *
     * <call>validationstoreddata "" ""</call> == valid => <call>storetodbwpoptions "0" "nom"</call> sksksksk{topic=882000379542215600}
     - <call>validationstoreddata "" ""</call>
< topic

Strange, on the developer's site it shows that the page should look like this:

agent.png

But for me, it looks like this:

agent2.png
 
  • Wow
Reactions: kancamu and Babak
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