Maxbot - Chatbot Builder WordPress Plugin

Maxbot - Chatbot Builder WordPress Plugin v1.3.3

No permission to download

allanjoel

New member
Mar 31, 2020
24
4
3
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){
}
 

Ledzepy

Well-known member
Null Master
Trusted Uploader
Apr 10, 2020
677
1,836
120
Brazil

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
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
 

Ledzepy

Well-known member
Null Master
Trusted Uploader
Apr 10, 2020
677
1,836
120
Brazil
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
 

Taekiwz

Active member
Trusted Uploader
Aug 27, 2019
105
170
43

Maxbot 1.3.3​

 

Attachments

  • maxbot-v1.3.3.zip
    2.3 MB · Views: 40
  • Like
Reactions: bytbt

Forum statistics

Threads
69,205
Messages
908,332
Members
236,798
Latest member
naveenmanjula127

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu