| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | exit; |
| 6 | 6 | } |
| 7 | 7 | global $wpdb; |
| 8 | 8 | $tableuser = $wpdb->prefix.'wpbot_sessions'; |
| 9 | -$session_exists = $wpdb->get_row($wpdb->prepare("select * from {$tableuser} where 1 and id = %d",1)); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, PluginCheck.Security.DirectDB.UnescapedDBParameter | |
| 9 | +$session_exists = $wpdb->get_row($wpdb->prepare("select * from $tableuser where 1 and id = %d",1)); //DB Call OK, No Caching OK | |
| 10 | 10 | |
| 11 | 11 | if(!empty($session_exists)){ |
| 12 | 12 | $total_session = $session_exists->session; |
| 13 | 13 | }else{ |
| @@ -13,20 +13,15 @@ | ||
| 13 | 13 | }else{ |
| 14 | 14 | $total_session = 0; |
| 15 | 15 | } |
| 16 | 16 | ?> |
| 17 | - | |
| 18 | - | |
| 19 | -<div class="wp-chatbot-wrap-outer"> | |
| 20 | - | |
| 17 | +<div class="wrap"> | |
| 18 | + <h1 class="wpbot_header_h1"><?php echo esc_html__('', 'wpchatbot'); ?> </h1> | |
| 19 | +</div> | |
| 21 | 20 | <div class="wp-chatbot-wrap"> |
| 22 | - | |
| 23 | - | |
| 24 | - <div class="wpbot_dashboard_header"><h1><?php esc_html_e('WPBot Dashboard', 'chatbot'); ?></h1> <p><strong>Core Version:</strong> v<?php echo esc_html( QCLD_wpCHATBOT_VERSION ); ?></p></div> | |
| 25 | - <div class="wpbot_addons_section qcld-main-wrapper"> | |
| 21 | + <div class="wpbot_dashboard_header container"><h1><?php esc_html_e('WPBot Dashboard', 'wpbot'); ?></h1></div> | |
| 22 | + <div class="wpbot_addons_section container"> | |
| 26 | 23 | <div class="wpbot_single_addon_wrapper"> |
| 27 | - | |
| 28 | - | |
| 29 | 24 | <div class="wpbot_single_addon"> |
| 30 | 25 | <div class="wpbot_single_content"> |
| 31 | 26 | <div class="wpbot_addon_image"> |
| 32 | 27 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/icon-0.png'); ?>" title="" /> |
| @@ -31,14 +26,14 @@ | ||
| 31 | 26 | <div class="wpbot_addon_image"> |
| 32 | 27 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/icon-0.png'); ?>" title="" /> |
| 33 | 28 | </div> |
| 34 | 29 | <div class="wpbot_addon_content"> |
| 35 | - <div class="wpbot_addon_title"><?php esc_html_e('WPBot', 'chatbot'); ?></div> | |
| 30 | + <div class="wpbot_addon_title"><?php esc_html_e('WPBot Free', 'wpbot'); ?></div> | |
| 36 | 31 | <div class="wpbot_addon_details"> |
| 37 | - <span class="wp_addon_installed"><?php esc_html_e('Installed', 'chatbot'); ?></span> | |
| 38 | - <p><?php esc_html_e('Wordpress Chatbot by QuantumCloud', 'chatbot'); ?></p> | |
| 39 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbot')); ?>" > <?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 40 | - <a class="button button-primary" href="https://www.wpbot.pro/" target="_blank" > <?php esc_html_e('Upgrade to Pro', 'chatbot'); ?></a> | |
| 32 | + <span class="wp_addon_installed"><?php esc_html_e('Installed', 'wpbot'); ?></span> | |
| 33 | + <p><?php esc_html_e('Wordpress Chatbot by QuantumCloud', 'wpbot'); ?></p> | |
| 34 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbot')); ?>" > <?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 35 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" > <?php esc_html_e('Upgrade to Pro', 'wpbot'); ?></a> | |
| 41 | 36 | </div> |
| 42 | 37 | </div> |
| 43 | 38 | |
| 44 | 39 | </div> |
| @@ -50,24 +45,24 @@ | ||
| 50 | 45 | <div class="wpbot_addon_image"> |
| 51 | 46 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/woo-addon-256.png'); ?>" title="" /> |
| 52 | 47 | </div> |
| 53 | 48 | <div class="wpbot_addon_content"> |
| 54 | - <div class="wpbot_addon_title"> <?php esc_html_e('Woocommerce Module', 'chatbot'); ?></div> | |
| 49 | + <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Woocommerce Module', 'wpbot'); ?></div> | |
| 55 | 50 | <div class="wpbot_addon_details"> |
| 56 | 51 | <?php if(class_exists('QCLD_MAILING_LIST_INTEGRATION_ADDON')){ |
| 57 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>'; | |
| 52 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; | |
| 58 | 53 | }else{ |
| 59 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>'; | |
| 54 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; | |
| 60 | 55 | } ?> |
| 61 | 56 | |
| 62 | - <p><?php esc_html_e('WooCommerce ChatBot', 'chatbot'); ?></p> | |
| 57 | + <p><?php esc_html_e('WooCommerce ChatBot', 'wpbot'); ?></p> | |
| 63 | 58 | <?php if(function_exists('qcpd_wpwc_addon_lang_init')){ |
| 64 | 59 | ?> |
| 65 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpwc-settings-page')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 60 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpwc-settings-page')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 66 | 61 | <?php |
| 67 | 62 | }else{ |
| 68 | 63 | ?> |
| 69 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 64 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 70 | 65 | <?php |
| 71 | 66 | } ?> |
| 72 | 67 | </div> |
| 73 | 68 | </div> |
| @@ -72,10 +67,8 @@ | ||
| 72 | 67 | </div> |
| 73 | 68 | </div> |
| 74 | 69 | </div> |
| 75 | 70 | </div> |
| 76 | - | |
| 77 | - | |
| 78 | 71 | |
| 79 | 72 | <div class="wpbot_single_addon"> |
| 80 | 73 | <div class="wpbot_single_content"> |
| 81 | 74 | <div class="wpbot_addon_image"> |
| @@ -81,15 +74,15 @@ | ||
| 81 | 74 | <div class="wpbot_addon_image"> |
| 82 | 75 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WPBot-LiveChat.png'); ?>" title="" /> |
| 83 | 76 | </div> |
| 84 | 77 | <div class="wpbot_addon_content"> |
| 85 | - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Live Chat', 'chatbot'); ?></div> | |
| 78 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Live Chat', 'wpbot'); ?></div> | |
| 86 | 79 | <div class="wpbot_addon_details"> |
| 87 | 80 | |
| 88 | - <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'chatbot'); ?></span> | |
| 81 | + <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span> | |
| 89 | 82 | |
| 90 | - <p><?php esc_html_e('Live Chat integrated with WPBot Pro ', 'chatbot'); ?></p> | |
| 91 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 83 | + <p><?php esc_html_e('Live Chat integrated with WPBot Pro ', 'wpbot'); ?></p> | |
| 84 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 92 | 85 | |
| 93 | 86 | </div> |
| 94 | 87 | </div> |
| 95 | 88 | |
| @@ -102,12 +95,12 @@ | ||
| 102 | 95 | <div class="wpbot_addon_image"> |
| 103 | 96 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/conversational-forns.png'); ?>" title="" /> |
| 104 | 97 | </div> |
| 105 | 98 | <div class="wpbot_addon_content"> |
| 106 | - <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Conversational Form', 'chatbot'); ?></div> | |
| 99 | + <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Conversational Form', 'wpbot'); ?></div> | |
| 107 | 100 | <div class="wpbot_addon_details"> |
| 108 | 101 | |
| 109 | - <?php if(function_exists('qcld_formbuilder_do_calculation')){ | |
| 102 | + <?php if(function_exists('qc_formbuilder_do_calculation')){ | |
| 110 | 103 | $cfb = 'Pro'; |
| 111 | 104 | }else{ |
| 112 | 105 | $cfb = 'Free'; |
| 113 | 106 | } ?> |
| @@ -114,21 +107,21 @@ | ||
| 114 | 107 | |
| 115 | 108 | <?php if(function_exists('qcformbuilder_forms_load')){ |
| 116 | 109 | echo '<span class="wp_addon_installed">Installed '. esc_html( $cfb ).'</span>'; |
| 117 | 110 | }else{ |
| 118 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>'; | |
| 111 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; | |
| 119 | 112 | } ?> |
| 120 | - <p><?php esc_html_e('Conversational form builder Module', 'chatbot'); ?></p> | |
| 113 | + <p><?php esc_html_e('Conversational form builder Module', 'wpbot'); ?></p> | |
| 121 | 114 | <?php if(function_exists('qcformbuilder_forms_load')){ |
| 122 | 115 | ?> |
| 123 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=qcformbuilder-forms')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 116 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=qcformbuilder-forms')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 124 | 117 | <?php if($cfb=='Free'): ?> |
| 125 | - <a class="button button-secondary" href="https://www.quantumcloud.com/products/conversations-and-form-builder/" target="_blank" >Upgrade to Pro <?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 118 | + <a class="button button-secondary" href="https://www.quantumcloud.com/products/conversations-and-form-builder/" target="_blank" >Upgrade to Pro <?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 126 | 119 | <?php endif; ?> |
| 127 | 120 | <?php |
| 128 | 121 | }else{ |
| 129 | 122 | ?> |
| 130 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 123 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 131 | 124 | <?php |
| 132 | 125 | } ?> |
| 133 | 126 | </div> |
| 134 | 127 | </div> |
| @@ -142,15 +135,15 @@ | ||
| 142 | 135 | <div class="wpbot_addon_image"> |
| 143 | 136 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/custom-post-type-addon-logo.png'); ?>" title="" /> |
| 144 | 137 | </div> |
| 145 | 138 | <div class="wpbot_addon_content"> |
| 146 | - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Extended Search', 'chatbot'); ?></div> | |
| 139 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Extended Search', 'wpbot'); ?></div> | |
| 147 | 140 | <div class="wpbot_addon_details"> |
| 148 | - <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'chatbot'); ?></span> | |
| 141 | + <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span> | |
| 149 | 142 | |
| 150 | - <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'chatbot'); ?></p> | |
| 143 | + <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'wpbot'); ?></p> | |
| 151 | 144 | |
| 152 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 145 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 153 | 146 | |
| 154 | 147 | </div> |
| 155 | 148 | </div> |
| 156 | 149 | </div> |
| @@ -161,26 +154,26 @@ | ||
| 161 | 154 | <div class="wpbot_addon_image"> |
| 162 | 155 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/messenger-chatbot.png'); ?>" title="" /> |
| 163 | 156 | </div> |
| 164 | 157 | <div class="wpbot_addon_content"> |
| 165 | - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Messenger', 'chatbot'); ?></div> | |
| 158 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Messenger', 'wpbot'); ?></div> | |
| 166 | 159 | <div class="wpbot_addon_details"> |
| 167 | 160 | |
| 168 | 161 | <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){ |
| 169 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>'; | |
| 162 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; | |
| 170 | 163 | }else{ |
| 171 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>'; | |
| 164 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; | |
| 172 | 165 | } ?> |
| 173 | 166 | |
| 174 | 167 | |
| 175 | 168 | |
| 176 | - <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'chatbot'); ?></p> | |
| 169 | + <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'wpbot'); ?></p> | |
| 177 | 170 | |
| 178 | 171 | <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){ |
| 179 | 172 | ?> |
| 180 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wbfb-botsetting-page')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 173 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wbfb-botsetting-page')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 181 | 174 | <?php }else{ ?> |
| 182 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 175 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 183 | 176 | <?php } ?> |
| 184 | 177 | </div> |
| 185 | 178 | </div> |
| 186 | 179 | </div> |
| @@ -191,15 +184,15 @@ | ||
| 191 | 184 | <div class="wpbot_addon_image"> |
| 192 | 185 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/chatbot-sesssion-save.png'); ?>" title="" /> |
| 193 | 186 | </div> |
| 194 | 187 | <div class="wpbot_addon_content"> |
| 195 | - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Session Save', 'chatbot'); ?></div> | |
| 188 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Session Save', 'wpbot'); ?></div> | |
| 196 | 189 | <div class="wpbot_addon_details"> |
| 197 | 190 | |
| 198 | - <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'chatbot'); ?></span> | |
| 199 | - <p><?php esc_html_e('Chat sessions for WPBot Pro', 'chatbot'); ?></p> | |
| 191 | + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span> | |
| 192 | + <p><?php esc_html_e('Chat sessions for WPBot Pro', 'wpbot'); ?></p> | |
| 200 | 193 | |
| 201 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 194 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 202 | 195 | |
| 203 | 196 | </div> |
| 204 | 197 | </div> |
| 205 | 198 | </div> |
| @@ -210,13 +203,13 @@ | ||
| 210 | 203 | <div class="wpbot_addon_image"> |
| 211 | 204 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/white-label.png'); ?>" title="" /> |
| 212 | 205 | </div> |
| 213 | 206 | <div class="wpbot_addon_content"> |
| 214 | - <div class="wpbot_addon_title"><?php esc_html_e('Bot - White Label', 'chatbot'); ?></div> | |
| 207 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - White Label', 'wpbot'); ?></div> | |
| 215 | 208 | <div class="wpbot_addon_details"> |
| 216 | - <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'chatbot'); ?></span> | |
| 217 | - <p><?php esc_html_e('Replace the branding for WPBot Pro', 'chatbot'); ?></p> | |
| 218 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 209 | + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span> | |
| 210 | + <p><?php esc_html_e('Replace the branding for WPBot Pro', 'wpbot'); ?></p> | |
| 211 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 219 | 212 | |
| 220 | 213 | </div> |
| 221 | 214 | </div> |
| 222 | 215 | </div> |
| @@ -227,16 +220,16 @@ | ||
| 227 | 220 | <div class="wpbot_addon_image"> |
| 228 | 221 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/mailing-list-integrationt%20(1).png'); ?>" title="" /> |
| 229 | 222 | </div> |
| 230 | 223 | <div class="wpbot_addon_content"> |
| 231 | - <div class="wpbot_addon_title"><?php esc_html_e('Mailing List Integration', 'chatbot'); ?></div> | |
| 224 | + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Mailing List Integration', 'wpbot'); ?></div> | |
| 232 | 225 | <div class="wpbot_addon_details"> |
| 233 | 226 | |
| 234 | - <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'chatbot'); ?></span> | |
| 227 | + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span> | |
| 235 | 228 | |
| 236 | - <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'chatbot'); ?></p> | |
| 229 | + <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'wpbot'); ?></p> | |
| 237 | 230 | |
| 238 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 231 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 239 | 232 | |
| 240 | 233 | </div> |
| 241 | 234 | </div> |
| 242 | 235 | </div> |
| @@ -246,24 +239,24 @@ | ||
| 246 | 239 | <div class="wpbot_addon_image"> |
| 247 | 240 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/simple-text-responses.png'); ?>" title="" /> |
| 248 | 241 | </div> |
| 249 | 242 | <div class="wpbot_addon_content"> |
| 250 | - <div class="wpbot_addon_title"><?php esc_html_e('Chatbot STR Pro Module', 'chatbot'); ?></div> | |
| 243 | + <div class="wpbot_addon_title"><?php esc_html_e('Chatbot STR Pro Module', 'wpbot'); ?></div> | |
| 251 | 244 | <div class="wpbot_addon_details"> |
| 252 | 245 | <?php if(function_exists('qcld_str_pro_dependency')){ |
| 253 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>'; | |
| 246 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; | |
| 254 | 247 | }else{ |
| 255 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>'; | |
| 248 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; | |
| 256 | 249 | } ?> |
| 257 | 250 | |
| 258 | - <p><?php esc_html_e('Addon plugin that extends feature of STR', 'chatbot'); ?></p> | |
| 251 | + <p><?php esc_html_e('Addon plugin that extends feature of STR', 'wpbot'); ?></p> | |
| 259 | 252 | <?php if(function_exists('qcld_str_pro_dependency')){ |
| 260 | 253 | ?> |
| 261 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=simple-text-response')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 254 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=simple-text-response')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 262 | 255 | <?php |
| 263 | 256 | }else{ |
| 264 | 257 | ?> |
| 265 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 258 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 266 | 259 | <?php |
| 267 | 260 | } ?> |
| 268 | 261 | </div> |
| 269 | 262 | </div> |
| @@ -274,24 +267,24 @@ | ||
| 274 | 267 | <div class="wpbot_addon_image"> |
| 275 | 268 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/muli-lamguage.png'); ?>" title="" /> |
| 276 | 269 | </div> |
| 277 | 270 | <div class="wpbot_addon_content"> |
| 278 | - <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'chatbot'); ?></div> | |
| 271 | + <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'wpbot'); ?></div> | |
| 279 | 272 | <div class="wpbot_addon_details"> |
| 280 | 273 | <?php if(class_exists('Qcld_Wpbot_Multilanguage')){ |
| 281 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>'; | |
| 274 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; | |
| 282 | 275 | }else{ |
| 283 | - echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'chatbot').'</span>'; | |
| 276 | + echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'wpbot').'</span>'; | |
| 284 | 277 | } ?> |
| 285 | 278 | |
| 286 | - <p><?php esc_html_e('Add multiple language for your ChatBot', 'chatbot'); ?></p> | |
| 279 | + <p><?php esc_html_e('Add multiple language for your ChatBot', 'wpbot'); ?></p> | |
| 287 | 280 | <?php if(class_exists('Qcld_Wpbot_Multilanguage')){ |
| 288 | 281 | ?> |
| 289 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbotml-settings-page')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 282 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbotml-settings-page')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 290 | 283 | <?php |
| 291 | 284 | }else{ |
| 292 | 285 | ?> |
| 293 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 286 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 294 | 287 | <?php |
| 295 | 288 | } ?> |
| 296 | 289 | </div> |
| 297 | 290 | </div> |
| @@ -303,24 +296,24 @@ | ||
| 303 | 296 | <div class="wpbot_addon_image"> |
| 304 | 297 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-message.png'); ?>" title="" /> |
| 305 | 298 | </div> |
| 306 | 299 | <div class="wpbot_addon_content"> |
| 307 | - <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'chatbot'); ?></div> | |
| 300 | + <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'wpbot'); ?></div> | |
| 308 | 301 | <div class="wpbot_addon_details"> |
| 309 | 302 | <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){ |
| 310 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot'). '</span>'; | |
| 303 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot'). '</span>'; | |
| 311 | 304 | }else{ |
| 312 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') . '</span>'; | |
| 305 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') . '</span>'; | |
| 313 | 306 | } ?> |
| 314 | 307 | |
| 315 | - <p><?php esc_html_e('Voice Message Module for your ChatBot', 'chatbot'); ?></p> | |
| 308 | + <p><?php esc_html_e('Voice Message Module for your ChatBot', 'wpbot'); ?></p> | |
| 316 | 309 | <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){ |
| 317 | 310 | ?> |
| 318 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 311 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 319 | 312 | <?php |
| 320 | 313 | }else{ |
| 321 | 314 | ?> |
| 322 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 315 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 323 | 316 | <?php |
| 324 | 317 | } ?> |
| 325 | 318 | </div> |
| 326 | 319 | </div> |
| @@ -332,24 +325,24 @@ | ||
| 332 | 325 | <div class="wpbot_addon_image"> |
| 333 | 326 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/telegram-addon.png'); ?>" title="" /> |
| 334 | 327 | </div> |
| 335 | 328 | <div class="wpbot_addon_content"> |
| 336 | - <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'chatbot'); ?></div> | |
| 329 | + <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'wpbot'); ?></div> | |
| 337 | 330 | <div class="wpbot_addon_details"> |
| 338 | 331 | <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){ |
| 339 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>'; | |
| 332 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; | |
| 340 | 333 | }else{ |
| 341 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>'; | |
| 334 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; | |
| 342 | 335 | } ?> |
| 343 | 336 | |
| 344 | - <p> <?php esc_html_e('To connect telegram with chatbot', 'chatbot'); ?></p> | |
| 337 | + <p> <?php esc_html_e('To connect telegram with chatbot', 'wpbot'); ?></p> | |
| 345 | 338 | <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){ |
| 346 | 339 | ?> |
| 347 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=simple-text-response')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 340 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=simple-text-response')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 348 | 341 | <?php |
| 349 | 342 | }else{ |
| 350 | 343 | ?> |
| 351 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 344 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 352 | 345 | <?php |
| 353 | 346 | } ?> |
| 354 | 347 | </div> |
| 355 | 348 | </div> |
| @@ -360,24 +353,24 @@ | ||
| 360 | 353 | <div class="wpbot_addon_image"> |
| 361 | 354 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/openAI.png'); ?>" title="" /> |
| 362 | 355 | </div> |
| 363 | 356 | <div class="wpbot_addon_content"> |
| 364 | - <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'chatbot'); ?></div> | |
| 357 | + <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'wpbot'); ?></div> | |
| 365 | 358 | <div class="wpbot_addon_details"> |
| 366 | 359 | <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){ |
| 367 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>'; | |
| 360 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; | |
| 368 | 361 | }else{ |
| 369 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>'; | |
| 362 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; | |
| 370 | 363 | } ?> |
| 371 | 364 | |
| 372 | - <p><?php esc_html_e('To connect open AI with your ChatBot', 'chatbot'); ?></p> | |
| 365 | + <p><?php esc_html_e('To connect open AI with your ChatBot', 'wpbot'); ?></p> | |
| 373 | 366 | <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){ |
| 374 | 367 | ?> |
| 375 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbotml-settings-page')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 368 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbotml-settings-page')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 376 | 369 | <?php |
| 377 | 370 | }else{ |
| 378 | 371 | ?> |
| 379 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 372 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 380 | 373 | <?php |
| 381 | 374 | } ?> |
| 382 | 375 | </div> |
| 383 | 376 | </div> |
| @@ -389,24 +382,24 @@ | ||
| 389 | 382 | <div class="wpbot_addon_image"> |
| 390 | 383 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/templates-addon.png'); ?>" title="" /> |
| 391 | 384 | </div> |
| 392 | 385 | <div class="wpbot_addon_content"> |
| 393 | - <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'chatbot'); ?></div> | |
| 386 | + <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'wpbot'); ?></div> | |
| 394 | 387 | <div class="wpbot_addon_details"> |
| 395 | 388 | <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){ |
| 396 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>'; | |
| 389 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; | |
| 397 | 390 | }else{ |
| 398 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>'; | |
| 391 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; | |
| 399 | 392 | } ?> |
| 400 | 393 | |
| 401 | - <p><?php esc_html_e('Extended UI of ChatBot', 'chatbot'); ?></p> | |
| 394 | + <p><?php esc_html_e('Extended UI of ChatBot', 'wpbot'); ?></p> | |
| 402 | 395 | <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){ |
| 403 | 396 | ?> |
| 404 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 397 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 405 | 398 | <?php |
| 406 | 399 | }else{ |
| 407 | 400 | ?> |
| 408 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 401 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 409 | 402 | <?php |
| 410 | 403 | } ?> |
| 411 | 404 | </div> |
| 412 | 405 | </div> |
| @@ -417,24 +410,24 @@ | ||
| 417 | 410 | <div class="wpbot_addon_image"> |
| 418 | 411 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WhatsApp-chatbot.png'); ?>" title="" /> |
| 419 | 412 | </div> |
| 420 | 413 | <div class="wpbot_addon_content"> |
| 421 | - <div class="wpbot_addon_title"><?php esc_html_e('WhatsApp Module', 'chatbot'); ?></div> | |
| 414 | + <div class="wpbot_addon_title"><?php esc_html_e('Whatsapp Module', 'wpbot'); ?></div> | |
| 422 | 415 | <div class="wpbot_addon_details"> |
| 423 | 416 | <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){ |
| 424 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>'; | |
| 417 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; | |
| 425 | 418 | }else{ |
| 426 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>'; | |
| 419 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; | |
| 427 | 420 | } ?> |
| 428 | 421 | |
| 429 | - <p><?php esc_html_e('Connect WhatsApp with ChatBot', 'chatbot'); ?></p> | |
| 422 | + <p><?php esc_html_e('Connect Whatsapp with ChatBot', 'wpbot'); ?></p> | |
| 430 | 423 | <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){ |
| 431 | 424 | ?> |
| 432 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 425 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 433 | 426 | <?php |
| 434 | 427 | }else{ |
| 435 | 428 | ?> |
| 436 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 429 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 437 | 430 | <?php |
| 438 | 431 | } ?> |
| 439 | 432 | </div> |
| 440 | 433 | </div> |
| @@ -445,24 +438,24 @@ | ||
| 445 | 438 | <div class="wpbot_addon_image"> |
| 446 | 439 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-logo.png'); ?>" title="" /> |
| 447 | 440 | </div> |
| 448 | 441 | <div class="wpbot_addon_content"> |
| 449 | - <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'chatbot'); ?></div> | |
| 442 | + <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'wpbot'); ?></div> | |
| 450 | 443 | <div class="wpbot_addon_details"> |
| 451 | 444 | <?php if( is_plugin_active( 'voice-addon/init.php' ) ){ |
| 452 | - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') . '</span>'; | |
| 445 | + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') . '</span>'; | |
| 453 | 446 | }else{ |
| 454 | - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>'; | |
| 447 | + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; | |
| 455 | 448 | } ?> |
| 456 | 449 | |
| 457 | - <p><?php esc_html_e('Add google voice assist with ChatBot', 'chatbot'); ?></p> | |
| 450 | + <p><?php esc_html_e('Add google voice assist with ChatBot', 'wpbot'); ?></p> | |
| 458 | 451 | <?php if( is_plugin_active( 'voice-addon/init.php' ) ){ |
| 459 | 452 | ?> |
| 460 | - <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'chatbot'); ?></a> | |
| 453 | + <a class="button button-secondary" href="<?php echo esc_url(admin_url('edit.php?post_type=qcldcontacter_record&page=qcld_wpvm_vmwbmdp_contacter_settings')); ?>" ><?php esc_html_e('Settings', 'wpbot'); ?></a> | |
| 461 | 454 | <?php |
| 462 | 455 | }else{ |
| 463 | 456 | ?> |
| 464 | - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a> | |
| 457 | + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> | |
| 465 | 458 | <?php |
| 466 | 459 | } ?> |
| 467 | 460 | </div> |
| 468 | 461 | </div> |
| @@ -471,16 +464,14 @@ | ||
| 471 | 464 | <div style="clear:both"></div> |
| 472 | 465 | |
| 473 | 466 | </div> |
| 474 | 467 | <div class="wpbot_statistics_area"> |
| 475 | - <h2> <?php esc_html_e('WPBot Statistics', 'chatbot'); ?></h2> | |
| 468 | + <h2> <?php esc_html_e('WPBot Statistics', 'wpbot'); ?></h2> | |
| 476 | 469 | <div class="wpbot_report"> |
| 477 | 470 | |
| 478 | - <p><span class="wpbot_report_key"><?php esc_html_e('Total ChatBot Sessions', 'chatbot'); ?></span>:<span class="wpbot_report_value"><?php echo esc_html($total_session); ?></span></p> | |
| 471 | + <p><span class="wpbot_report_key"><?php esc_html_e('Total ChatBot Sessions', 'wpbot'); ?></span>:<span class="wpbot_report_value"><?php echo esc_html($total_session); ?></span></p> | |
| 479 | 472 | |
| 480 | 473 | </div> |
| 481 | 474 | </div> |
| 482 | 475 | |
| 483 | 476 | </div> |
| 484 | -</div> | |
| 485 | -</div> | |
| 486 | - | |
| 477 | +</div> | |