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