PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.4.2
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 +60 -268 8.5.43.4.2 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("select * from $tableuser where 1 and id = '1'");
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>WPBot Dashboard</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">WPBot Free</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">Installed</span>
33 + <p>Wordpress Chatbot by QuantumCloud</p>
34 + <a class="button button-secondary" href="<?php echo esc_url(admin_url('admin.php?page=wpbot')); ?>" >Settings</a>
35 + <a class="button button-secondary" href="https://www.quantumcloud.com/products/chatbot-for-wordpress/" target="_blank" >Upgrade to Pro</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">Bot - Woocommerce Addon</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">Installed</span>';
58 53 }else{
59 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
54 + echo '<span class="wp_addon_notinstalled">Not Installed</span>';
60 55 } ?>
61 56
62 - <p><?php esc_html_e('WooCommerce ChatBot', 'chatbot'); ?></p>
57 + <p>WooCommerce ChatBot</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')); ?>" >Settings</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Live Chat</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">Not Installed</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>Live Chat integrated with WPBot Pro</p>
84 + <a class="button button-secondary" href="https://www.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Conversational Form</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 } ?>
@@ -112,23 +105,23 @@
112 105 $cfb = 'Free';
113 106 } ?>
114 107
115 108 <?php if(function_exists('qcformbuilder_forms_load')){
116 - echo '<span class="wp_addon_installed">Installed '. esc_html( $cfb ).'</span>';
109 + echo '<span class="wp_addon_installed">Installed '.$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">Not Installed</span>';
119 112 } ?>
120 - <p><?php esc_html_e('Conversational form builder Module', 'chatbot'); ?></p>
113 + <p>Conversational form builder AddOn</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')); ?>" >Settings</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/chatbot-addons/" target="_blank" >Upgrade to Pro</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Extended Search</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">Not Installed</span>
149 142
150 - <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'chatbot'); ?></p>
143 + <p>Extend Bot’s search power for WPBot Pro</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Messenger</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">Installed</span>';
170 163 }else{
171 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
164 + echo '<span class="wp_addon_notinstalled">Not Installed</span>';
172 165 } ?>
173 166
174 167
175 168
176 - <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'chatbot'); ?></p>
169 + <p>Messenger Chatbot for WPBot Pro</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')); ?>" >Settings</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Session Save</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">Not Installed</span>
192 + <p>Chat sessions for WPBot Pro</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - White Label</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">Not Installed</span>
210 + <p>Replace the branding for WPBot Pro</p>
211 + <a class="button button-secondary" href="https://www.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Bot - Mailing List Integration</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">Not Installed</span>
235 228
236 - <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'chatbot'); ?></p>
229 + <p>Mailchimp and Zapier for WPBot Pro</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</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">Chatbot STR Pro Addon</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">Installed</span>';
254 247 }else{
255 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
248 + echo '<span class="wp_addon_notinstalled">Not Installed</span>';
256 249 } ?>
257 250
258 - <p><?php esc_html_e('Addon plugin that extends feature of STR', 'chatbot'); ?></p>
251 + <p>Addon plugin that extends feature of STR</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')); ?>" >Settings</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.quantumcloud.com/products/chatbot-addons/" target="_blank" >Get It Now</a>
266 259 <?php
267 260 } ?>
268 261 </div>
269 262 </div>
@@ -268,219 +261,18 @@
268 261 </div>
269 262 </div>
270 263 </div>
271 264 </div>
272 - <div class="wpbot_single_addon">
273 - <div class="wpbot_single_content">
274 - <div class="wpbot_addon_image">
275 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/muli-lamguage.png'); ?>" title="" />
276 - </div>
277 - <div class="wpbot_addon_content">
278 - <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'chatbot'); ?></div>
279 - <div class="wpbot_addon_details">
280 - <?php if(class_exists('Qcld_Wpbot_Multilanguage')){
281 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot').'</span>';
282 - }else{
283 - echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'chatbot').'</span>';
284 - } ?>
285 -
286 - <p><?php esc_html_e('Add multiple language for your ChatBot', 'chatbot'); ?></p>
287 - <?php if(class_exists('Qcld_Wpbot_Multilanguage')){
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>
290 - <?php
291 - }else{
292 - ?>
293 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
294 - <?php
295 - } ?>
296 - </div>
297 - </div>
298 - </div>
299 - </div>
300 -
301 - <div class="wpbot_single_addon">
302 - <div class="wpbot_single_content">
303 - <div class="wpbot_addon_image">
304 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-message.png'); ?>" title="" />
305 - </div>
306 - <div class="wpbot_addon_content">
307 - <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'chatbot'); ?></div>
308 - <div class="wpbot_addon_details">
309 - <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){
310 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot'). '</span>';
311 - }else{
312 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') . '</span>';
313 - } ?>
314 -
315 - <p><?php esc_html_e('Voice Message Module for your ChatBot', 'chatbot'); ?></p>
316 - <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){
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>
319 - <?php
320 - }else{
321 - ?>
322 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
323 - <?php
324 - } ?>
325 - </div>
326 - </div>
327 - </div>
328 - </div>
329 -
330 - <div class="wpbot_single_addon">
331 - <div class="wpbot_single_content">
332 - <div class="wpbot_addon_image">
333 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/telegram-addon.png'); ?>" title="" />
334 - </div>
335 - <div class="wpbot_addon_content">
336 - <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'chatbot'); ?></div>
337 - <div class="wpbot_addon_details">
338 - <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){
339 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') .'</span>';
340 - }else{
341 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
342 - } ?>
343 -
344 - <p> <?php esc_html_e('To connect telegram with chatbot', 'chatbot'); ?></p>
345 - <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){
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>
348 - <?php
349 - }else{
350 - ?>
351 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
352 - <?php
353 - } ?>
354 - </div>
355 - </div>
356 - </div>
357 - </div>
358 - <div class="wpbot_single_addon">
359 - <div class="wpbot_single_content">
360 - <div class="wpbot_addon_image">
361 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/openAI.png'); ?>" title="" />
362 - </div>
363 - <div class="wpbot_addon_content">
364 - <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'chatbot'); ?></div>
365 - <div class="wpbot_addon_details">
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>';
368 - }else{
369 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
370 - } ?>
371 -
372 - <p><?php esc_html_e('To connect open AI with your ChatBot', 'chatbot'); ?></p>
373 - <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){
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>
376 - <?php
377 - }else{
378 - ?>
379 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
380 - <?php
381 - } ?>
382 - </div>
383 - </div>
384 - </div>
385 - </div>
386 -
387 - <div class="wpbot_single_addon">
388 - <div class="wpbot_single_content">
389 - <div class="wpbot_addon_image">
390 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/templates-addon.png'); ?>" title="" />
391 - </div>
392 - <div class="wpbot_addon_content">
393 - <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'chatbot'); ?></div>
394 - <div class="wpbot_addon_details">
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>';
397 - }else{
398 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
399 - } ?>
400 -
401 - <p><?php esc_html_e('Extended UI of ChatBot', 'chatbot'); ?></p>
402 - <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){
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>
405 - <?php
406 - }else{
407 - ?>
408 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
409 - <?php
410 - } ?>
411 - </div>
412 - </div>
413 - </div>
414 - </div>
415 - <div class="wpbot_single_addon">
416 - <div class="wpbot_single_content">
417 - <div class="wpbot_addon_image">
418 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WhatsApp-chatbot.png'); ?>" title="" />
419 - </div>
420 - <div class="wpbot_addon_content">
421 - <div class="wpbot_addon_title"><?php esc_html_e('WhatsApp Module', 'chatbot'); ?></div>
422 - <div class="wpbot_addon_details">
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>';
425 - }else{
426 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot') .'</span>';
427 - } ?>
428 -
429 - <p><?php esc_html_e('Connect WhatsApp with ChatBot', 'chatbot'); ?></p>
430 - <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){
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>
433 - <?php
434 - }else{
435 - ?>
436 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
437 - <?php
438 - } ?>
439 - </div>
440 - </div>
441 - </div>
442 - </div>
443 - <div class="wpbot_single_addon">
444 - <div class="wpbot_single_content">
445 - <div class="wpbot_addon_image">
446 - <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-logo.png'); ?>" title="" />
447 - </div>
448 - <div class="wpbot_addon_content">
449 - <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'chatbot'); ?></div>
450 - <div class="wpbot_addon_details">
451 - <?php if( is_plugin_active( 'voice-addon/init.php' ) ){
452 - echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'chatbot') . '</span>';
453 - }else{
454 - echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'chatbot').'</span>';
455 - } ?>
456 -
457 - <p><?php esc_html_e('Add google voice assist with ChatBot', 'chatbot'); ?></p>
458 - <?php if( is_plugin_active( 'voice-addon/init.php' ) ){
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>
461 - <?php
462 - }else{
463 - ?>
464 - <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'chatbot'); ?></a>
465 - <?php
466 - } ?>
467 - </div>
468 - </div>
469 - </div>
470 - </div>
471 265 <div style="clear:both"></div>
472 266
473 267 </div>
474 268 <div class="wpbot_statistics_area">
475 - <h2> <?php esc_html_e('WPBot Statistics', 'chatbot'); ?></h2>
269 + <h2>WPBot Statistics</h2>
476 270 <div class="wpbot_report">
477 271
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>
272 + <p><span class="wpbot_report_key">Total ChatBot Sessions</span>:<span class="wpbot_report_value"><?php echo esc_html($total_session); ?></span></p>
479 273
480 274 </div>
481 275 </div>
482 276
483 277 </div>
484 -</div>
485 -</div>
486 -
278 +</div>