PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.1.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.1.7
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | admin_ui2.php +97 -98 8.7.27.1.7 View file →
@@ -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{
@@ -20,9 +20,9 @@
20 20
21 21 <div class="wp-chatbot-wrap">
22 22
23 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>
24 + <div class="wpbot_dashboard_header"><h1><?php esc_html_e('WPBot Dashboard', 'wpbot'); ?></h1> <p><strong>Core Version:</strong> v<?php echo QCLD_wpCHATBOT_VERSION; ?></p></div>
25 25 <div class="wpbot_addons_section qcld-main-wrapper">
26 26 <div class="wpbot_single_addon_wrapper">
27 27
28 28
@@ -31,14 +31,14 @@
31 31 <div class="wpbot_addon_image">
32 32 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/icon-0.png'); ?>" title="" />
33 33 </div>
34 34 <div class="wpbot_addon_content">
35 - <div class="wpbot_addon_title"><?php esc_html_e('WPBot', 'chatbot'); ?></div>
35 + <div class="wpbot_addon_title"><?php esc_html_e('WPBot Free', 'wpbot'); ?></div>
36 36 <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>
37 + <span class="wp_addon_installed"><?php esc_html_e('Installed', 'wpbot'); ?></span>
38 + <p><?php esc_html_e('Wordpress Chatbot by QuantumCloud', 'wpbot'); ?></p>
39 + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbot')); ?>" > <?php esc_html_e('Settings', 'wpbot'); ?></a>
40 + <a class="button button-primary" href="https://www.wpbot.pro/" target="_blank" > <?php esc_html_e('Upgrade to Pro', 'wpbot'); ?></a>
41 41 </div>
42 42 </div>
43 43
44 44 </div>
@@ -50,24 +50,24 @@
50 50 <div class="wpbot_addon_image">
51 51 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/woo-addon-256.png'); ?>" title="" />
52 52 </div>
53 53 <div class="wpbot_addon_content">
54 - <div class="wpbot_addon_title"> <?php esc_html_e('Woocommerce Module', 'chatbot'); ?></div>
54 + <div class="wpbot_addon_title"> <?php esc_html_e('Woocommerce Module', 'wpbot'); ?></div>
55 55 <div class="wpbot_addon_details">
56 56 <?php if(class_exists('QCLD_MAILING_LIST_INTEGRATION_ADDON')){
57 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>';
57 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>';
58 58 }else{
59 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
59 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>';
60 60 } ?>
61 61
62 - <p><?php esc_html_e('WooCommerce ChatBot', 'chatbot'); ?></p>
62 + <p><?php esc_html_e('WooCommerce ChatBot', 'wpbot'); ?></p>
63 63 <?php if(function_exists('qcpd_wpwc_addon_lang_init')){
64 64 ?>
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>
65 + <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 66 <?php
67 67 }else{
68 68 ?>
69 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
69 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
70 70 <?php
71 71 } ?>
72 72 </div>
73 73 </div>
@@ -81,15 +81,15 @@
81 81 <div class="wpbot_addon_image">
82 82 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WPBot-LiveChat.png'); ?>" title="" />
83 83 </div>
84 84 <div class="wpbot_addon_content">
85 - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Live Chat', 'chatbot'); ?></div>
85 + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Live Chat', 'wpbot'); ?></div>
86 86 <div class="wpbot_addon_details">
87 87
88 - <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'chatbot'); ?></span>
88 + <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span>
89 89
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>
90 + <p><?php esc_html_e('Live Chat integrated with WPBot Pro ', 'wpbot'); ?></p>
91 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
92 92
93 93 </div>
94 94 </div>
95 95
@@ -102,12 +102,12 @@
102 102 <div class="wpbot_addon_image">
103 103 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/conversational-forns.png'); ?>" title="" />
104 104 </div>
105 105 <div class="wpbot_addon_content">
106 - <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Conversational Form', 'chatbot'); ?></div>
106 + <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Conversational Form', 'wpbot'); ?></div>
107 107 <div class="wpbot_addon_details">
108 108
109 - <?php if(function_exists('qcld_formbuilder_do_calculation')){
109 + <?php if(function_exists('qc_formbuilder_do_calculation')){
110 110 $cfb = 'Pro';
111 111 }else{
112 112 $cfb = 'Free';
113 113 } ?>
@@ -114,21 +114,21 @@
114 114
115 115 <?php if(function_exists('qcformbuilder_forms_load')){
116 116 echo '<span class="wp_addon_installed">Installed '. esc_html( $cfb ).'</span>';
117 117 }else{
118 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
118 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>';
119 119 } ?>
120 - <p><?php esc_html_e('Conversational form builder Module', 'chatbot'); ?></p>
120 + <p><?php esc_html_e('Conversational form builder Module', 'wpbot'); ?></p>
121 121 <?php if(function_exists('qcformbuilder_forms_load')){
122 122 ?>
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>
123 + <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 124 <?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>
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', 'wpbot'); ?></a>
126 126 <?php endif; ?>
127 127 <?php
128 128 }else{
129 129 ?>
130 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
130 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
131 131 <?php
132 132 } ?>
133 133 </div>
134 134 </div>
@@ -142,15 +142,15 @@
142 142 <div class="wpbot_addon_image">
143 143 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/custom-post-type-addon-logo.png'); ?>" title="" />
144 144 </div>
145 145 <div class="wpbot_addon_content">
146 - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Extended Search', 'chatbot'); ?></div>
146 + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Extended Search', 'wpbot'); ?></div>
147 147 <div class="wpbot_addon_details">
148 - <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'chatbot'); ?></span>
148 + <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span>
149 149
150 - <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'chatbot'); ?></p>
150 + <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'wpbot'); ?></p>
151 151
152 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
152 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
153 153
154 154 </div>
155 155 </div>
156 156 </div>
@@ -161,26 +161,26 @@
161 161 <div class="wpbot_addon_image">
162 162 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/messenger-chatbot.png'); ?>" title="" />
163 163 </div>
164 164 <div class="wpbot_addon_content">
165 - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Messenger', 'chatbot'); ?></div>
165 + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Messenger', 'wpbot'); ?></div>
166 166 <div class="wpbot_addon_details">
167 167
168 168 <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){
169 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>';
169 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>';
170 170 }else{
171 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
171 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>';
172 172 } ?>
173 173
174 174
175 175
176 - <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'chatbot'); ?></p>
176 + <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'wpbot'); ?></p>
177 177
178 178 <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){
179 179 ?>
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>
180 + <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 181 <?php }else{ ?>
182 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
182 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
183 183 <?php } ?>
184 184 </div>
185 185 </div>
186 186 </div>
@@ -191,15 +191,15 @@
191 191 <div class="wpbot_addon_image">
192 192 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/chatbot-sesssion-save.png'); ?>" title="" />
193 193 </div>
194 194 <div class="wpbot_addon_content">
195 - <div class="wpbot_addon_title"><?php esc_html_e('Bot - Session Save', 'chatbot'); ?></div>
195 + <div class="wpbot_addon_title"><?php esc_html_e('Bot - Session Save', 'wpbot'); ?></div>
196 196 <div class="wpbot_addon_details">
197 197
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>
198 + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span>
199 + <p><?php esc_html_e('Chat sessions for WPBot Pro', 'wpbot'); ?></p>
200 200
201 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
201 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
202 202
203 203 </div>
204 204 </div>
205 205 </div>
@@ -210,13 +210,13 @@
210 210 <div class="wpbot_addon_image">
211 211 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/white-label.png'); ?>" title="" />
212 212 </div>
213 213 <div class="wpbot_addon_content">
214 - <div class="wpbot_addon_title"><?php esc_html_e('Bot - White Label', 'chatbot'); ?></div>
214 + <div class="wpbot_addon_title"><?php esc_html_e('Bot - White Label', 'wpbot'); ?></div>
215 215 <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>
216 + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span>
217 + <p><?php esc_html_e('Replace the branding for WPBot Pro', 'wpbot'); ?></p>
218 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
219 219
220 220 </div>
221 221 </div>
222 222 </div>
@@ -227,16 +227,16 @@
227 227 <div class="wpbot_addon_image">
228 228 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/mailing-list-integrationt%20(1).png'); ?>" title="" />
229 229 </div>
230 230 <div class="wpbot_addon_content">
231 - <div class="wpbot_addon_title"><?php esc_html_e('Mailing List Integration', 'chatbot'); ?></div>
231 + <div class="wpbot_addon_title"><?php esc_html_e('Mailing List Integration', 'wpbot'); ?></div>
232 232 <div class="wpbot_addon_details">
233 233
234 - <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'chatbot'); ?></span>
234 + <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span>
235 235
236 - <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'chatbot'); ?></p>
236 + <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'wpbot'); ?></p>
237 237
238 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
238 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
239 239
240 240 </div>
241 241 </div>
242 242 </div>
@@ -246,24 +246,24 @@
246 246 <div class="wpbot_addon_image">
247 247 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/simple-text-responses.png'); ?>" title="" />
248 248 </div>
249 249 <div class="wpbot_addon_content">
250 - <div class="wpbot_addon_title"><?php esc_html_e('Chatbot STR Pro Module', 'chatbot'); ?></div>
250 + <div class="wpbot_addon_title"><?php esc_html_e('Chatbot STR Pro Module', 'wpbot'); ?></div>
251 251 <div class="wpbot_addon_details">
252 252 <?php if(function_exists('qcld_str_pro_dependency')){
253 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>';
253 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>';
254 254 }else{
255 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
255 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>';
256 256 } ?>
257 257
258 - <p><?php esc_html_e('Addon plugin that extends feature of STR', 'chatbot'); ?></p>
258 + <p><?php esc_html_e('Addon plugin that extends feature of STR', 'wpbot'); ?></p>
259 259 <?php if(function_exists('qcld_str_pro_dependency')){
260 260 ?>
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>
261 + <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 262 <?php
263 263 }else{
264 264 ?>
265 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
265 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
266 266 <?php
267 267 } ?>
268 268 </div>
269 269 </div>
@@ -274,24 +274,24 @@
274 274 <div class="wpbot_addon_image">
275 275 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/muli-lamguage.png'); ?>" title="" />
276 276 </div>
277 277 <div class="wpbot_addon_content">
278 - <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'chatbot'); ?></div>
278 + <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'wpbot'); ?></div>
279 279 <div class="wpbot_addon_details">
280 280 <?php if(class_exists('Qcld_Wpbot_Multilanguage')){
281 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>';
281 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>';
282 282 }else{
283 - echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'chatbot').'</span>';
283 + echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'wpbot').'</span>';
284 284 } ?>
285 285
286 - <p><?php esc_html_e('Add multiple language for your ChatBot', 'chatbot'); ?></p>
286 + <p><?php esc_html_e('Add multiple language for your ChatBot', 'wpbot'); ?></p>
287 287 <?php if(class_exists('Qcld_Wpbot_Multilanguage')){
288 288 ?>
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>
289 + <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 290 <?php
291 291 }else{
292 292 ?>
293 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
293 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
294 294 <?php
295 295 } ?>
296 296 </div>
297 297 </div>
@@ -303,24 +303,24 @@
303 303 <div class="wpbot_addon_image">
304 304 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-message.png'); ?>" title="" />
305 305 </div>
306 306 <div class="wpbot_addon_content">
307 - <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'chatbot'); ?></div>
307 + <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'wpbot'); ?></div>
308 308 <div class="wpbot_addon_details">
309 309 <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){
310 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot'). '</span>';
310 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot'). '</span>';
311 311 }else{
312 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') . '</span>';
312 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') . '</span>';
313 313 } ?>
314 314
315 - <p><?php esc_html_e('Voice Message Module for your ChatBot', 'chatbot'); ?></p>
315 + <p><?php esc_html_e('Voice Message Module for your ChatBot', 'wpbot'); ?></p>
316 316 <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){
317 317 ?>
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>
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', 'wpbot'); ?></a>
319 319 <?php
320 320 }else{
321 321 ?>
322 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
322 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
323 323 <?php
324 324 } ?>
325 325 </div>
326 326 </div>
@@ -332,24 +332,24 @@
332 332 <div class="wpbot_addon_image">
333 333 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/telegram-addon.png'); ?>" title="" />
334 334 </div>
335 335 <div class="wpbot_addon_content">
336 - <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'chatbot'); ?></div>
336 + <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'wpbot'); ?></div>
337 337 <div class="wpbot_addon_details">
338 338 <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){
339 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>';
339 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>';
340 340 }else{
341 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
341 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>';
342 342 } ?>
343 343
344 - <p> <?php esc_html_e('To connect telegram with chatbot', 'chatbot'); ?></p>
344 + <p> <?php esc_html_e('To connect telegram with chatbot', 'wpbot'); ?></p>
345 345 <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){
346 346 ?>
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>
347 + <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 348 <?php
349 349 }else{
350 350 ?>
351 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
351 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
352 352 <?php
353 353 } ?>
354 354 </div>
355 355 </div>
@@ -360,24 +360,24 @@
360 360 <div class="wpbot_addon_image">
361 361 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/openAI.png'); ?>" title="" />
362 362 </div>
363 363 <div class="wpbot_addon_content">
364 - <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'chatbot'); ?></div>
364 + <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'wpbot'); ?></div>
365 365 <div class="wpbot_addon_details">
366 366 <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){
367 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>';
367 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>';
368 368 }else{
369 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
369 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>';
370 370 } ?>
371 371
372 - <p><?php esc_html_e('To connect open AI with your ChatBot', 'chatbot'); ?></p>
372 + <p><?php esc_html_e('To connect open AI with your ChatBot', 'wpbot'); ?></p>
373 373 <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){
374 374 ?>
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>
375 + <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 376 <?php
377 377 }else{
378 378 ?>
379 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
379 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
380 380 <?php
381 381 } ?>
382 382 </div>
383 383 </div>
@@ -389,24 +389,24 @@
389 389 <div class="wpbot_addon_image">
390 390 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/templates-addon.png'); ?>" title="" />
391 391 </div>
392 392 <div class="wpbot_addon_content">
393 - <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'chatbot'); ?></div>
393 + <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'wpbot'); ?></div>
394 394 <div class="wpbot_addon_details">
395 395 <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){
396 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>';
396 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>';
397 397 }else{
398 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
398 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>';
399 399 } ?>
400 400
401 - <p><?php esc_html_e('Extended UI of ChatBot', 'chatbot'); ?></p>
401 + <p><?php esc_html_e('Extended UI of ChatBot', 'wpbot'); ?></p>
402 402 <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){
403 403 ?>
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>
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', 'wpbot'); ?></a>
405 405 <?php
406 406 }else{
407 407 ?>
408 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
408 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
409 409 <?php
410 410 } ?>
411 411 </div>
412 412 </div>
@@ -417,24 +417,24 @@
417 417 <div class="wpbot_addon_image">
418 418 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WhatsApp-chatbot.png'); ?>" title="" />
419 419 </div>
420 420 <div class="wpbot_addon_content">
421 - <div class="wpbot_addon_title"><?php esc_html_e('WhatsApp Module', 'chatbot'); ?></div>
421 + <div class="wpbot_addon_title"><?php esc_html_e('WhatsApp Module', 'wpbot'); ?></div>
422 422 <div class="wpbot_addon_details">
423 423 <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){
424 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>';
424 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>';
425 425 }else{
426 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
426 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>';
427 427 } ?>
428 428
429 - <p><?php esc_html_e('Connect WhatsApp with ChatBot', 'chatbot'); ?></p>
429 + <p><?php esc_html_e('Connect WhatsApp with ChatBot', 'wpbot'); ?></p>
430 430 <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){
431 431 ?>
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>
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', 'wpbot'); ?></a>
433 433 <?php
434 434 }else{
435 435 ?>
436 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
436 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
437 437 <?php
438 438 } ?>
439 439 </div>
440 440 </div>
@@ -445,24 +445,24 @@
445 445 <div class="wpbot_addon_image">
446 446 <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-logo.png'); ?>" title="" />
447 447 </div>
448 448 <div class="wpbot_addon_content">
449 - <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'chatbot'); ?></div>
449 + <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'wpbot'); ?></div>
450 450 <div class="wpbot_addon_details">
451 451 <?php if( is_plugin_active( 'voice-addon/init.php' ) ){
452 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') . '</span>';
452 + echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') . '</span>';
453 453 }else{
454 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
454 + echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>';
455 455 } ?>
456 456
457 - <p><?php esc_html_e('Add google voice assist with ChatBot', 'chatbot'); ?></p>
457 + <p><?php esc_html_e('Add google voice assist with ChatBot', 'wpbot'); ?></p>
458 458 <?php if( is_plugin_active( 'voice-addon/init.php' ) ){
459 459 ?>
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>
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', 'wpbot'); ?></a>
461 461 <?php
462 462 }else{
463 463 ?>
464 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
464 + <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a>
465 465 <?php
466 466 } ?>
467 467 </div>
468 468 </div>
@@ -471,12 +471,12 @@
471 471 <div style="clear:both"></div>
472 472
473 473 </div>
474 474 <div class="wpbot_statistics_area">
475 - <h2> <?php esc_html_e('WPBot Statistics', 'chatbot'); ?></h2>
475 + <h2> <?php esc_html_e('WPBot Statistics', 'wpbot'); ?></h2>
476 476 <div class="wpbot_report">
477 477
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>
478 + <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 479
480 480 </div>
481 481 </div>
482 482
@@ -481,6 +481,5 @@
481 481 </div>
482 482
483 483 </div>
484 484 </div>
485 -</div>
486 -
485 +</div>