Plugin root
.idea
1 year ago
css
1 year ago
download
1 year ago
fonts
1 year ago
images
1 year ago
inc
1 year ago
includes
1 year ago
js
1 year ago
languages
1 year ago
qc-rating-feature
1 year ago
qc-support-promo-page
1 year ago
templates
1 year ago
admin_ui.php
207.3 KB
1 year ago
admin_ui2.php
28.9 KB
1 year ago
class-plugin-deactivate-feedback.php
13.8 KB
1 year ago
class-qc-free-plugin-upgrade-notice.php
7.2 KB
1 year ago
functions.php
96.4 KB
1 year ago
qcld-openai-bot.php
10.9 KB
1 year ago
qcld-recommendbot-ai-plugin.php
14.8 KB
1 year ago
qcld-recommendbot-plugin.php
14.8 KB
1 year ago
qcld-wpwbot-search.php
11.6 KB
1 year ago
qcld-wpwbot.php
211.3 KB
1 year ago
qcld_df_api.php
5.4 KB
1 year ago
readme.txt
38.1 KB
1 year ago
small_talk.csv
11.1 KB
1 year ago
admin_ui2.php in WPBot – AI ChatBot for Live Support, Lead Generation, AI Services 6.6.6, at admin_ui2.php
| 1 | <?php |
| 2 | |
| 3 | // Exit if accessed directly |
| 4 | if ( ! defined( 'ABSPATH' ) ) { |
| 5 | exit; |
| 6 | } |
| 7 | global $wpdb; |
| 8 | $tableuser = $wpdb->prefix.'wpbot_sessions'; |
| 9 | $session_exists = $wpdb->get_row($wpdb->prepare("select * from $tableuser where 1 and id = %d",1)); //DB Call OK, No Caching OK |
| 10 | |
| 11 | if(!empty($session_exists)){ |
| 12 | $total_session = $session_exists->session; |
| 13 | }else{ |
| 14 | $total_session = 0; |
| 15 | } |
| 16 | ?> |
| 17 | |
| 18 | |
| 19 | <div class="wp-chatbot-wrap-outer"> |
| 20 | |
| 21 | <div class="wp-chatbot-wrap"> |
| 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> |
| 39 | |
| 40 | <div class="wpbot_dashboard_header container"><h1><?php esc_html_e('WPBot Dashboard', 'wpbot'); ?></h1></div> |
| 41 | <div class="wpbot_addons_section container"> |
| 42 | <div class="wpbot_single_addon_wrapper"> |
| 43 | |
| 44 | |
| 45 | <div class="wpbot_single_addon"> |
| 46 | <div class="wpbot_single_content"> |
| 47 | <div class="wpbot_addon_image"> |
| 48 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/icon-0.png'); ?>" title="" /> |
| 49 | </div> |
| 50 | <div class="wpbot_addon_content"> |
| 51 | <div class="wpbot_addon_title"><?php esc_html_e('WPBot Free', 'wpbot'); ?></div> |
| 52 | <div class="wpbot_addon_details"> |
| 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> |
| 57 | </div> |
| 58 | </div> |
| 59 | |
| 60 | </div> |
| 61 | |
| 62 | </div> |
| 63 | |
| 64 | <div class="wpbot_single_addon"> |
| 65 | <div class="wpbot_single_content"> |
| 66 | <div class="wpbot_addon_image"> |
| 67 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/woo-addon-256.png'); ?>" title="" /> |
| 68 | </div> |
| 69 | <div class="wpbot_addon_content"> |
| 70 | <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Woocommerce Module', 'wpbot'); ?></div> |
| 71 | <div class="wpbot_addon_details"> |
| 72 | <?php if(class_exists('QCLD_MAILING_LIST_INTEGRATION_ADDON')){ |
| 73 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; |
| 74 | }else{ |
| 75 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; |
| 76 | } ?> |
| 77 | |
| 78 | <p><?php esc_html_e('WooCommerce ChatBot', 'wpbot'); ?></p> |
| 79 | <?php if(function_exists('qcpd_wpwc_addon_lang_init')){ |
| 80 | ?> |
| 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> |
| 82 | <?php |
| 83 | }else{ |
| 84 | ?> |
| 85 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 86 | <?php |
| 87 | } ?> |
| 88 | </div> |
| 89 | </div> |
| 90 | </div> |
| 91 | </div> |
| 92 | |
| 93 | |
| 94 | |
| 95 | <div class="wpbot_single_addon"> |
| 96 | <div class="wpbot_single_content"> |
| 97 | <div class="wpbot_addon_image"> |
| 98 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WPBot-LiveChat.png'); ?>" title="" /> |
| 99 | </div> |
| 100 | <div class="wpbot_addon_content"> |
| 101 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - Live Chat', 'wpbot'); ?></div> |
| 102 | <div class="wpbot_addon_details"> |
| 103 | |
| 104 | <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span> |
| 105 | |
| 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> |
| 108 | |
| 109 | </div> |
| 110 | </div> |
| 111 | |
| 112 | </div> |
| 113 | |
| 114 | </div> |
| 115 | |
| 116 | <div class="wpbot_single_addon"> |
| 117 | <div class="wpbot_single_content"> |
| 118 | <div class="wpbot_addon_image"> |
| 119 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/conversational-forns.png'); ?>" title="" /> |
| 120 | </div> |
| 121 | <div class="wpbot_addon_content"> |
| 122 | <div class="wpbot_addon_title"> <?php esc_html_e('Bot - Conversational Form', 'wpbot'); ?></div> |
| 123 | <div class="wpbot_addon_details"> |
| 124 | |
| 125 | <?php if(function_exists('qc_formbuilder_do_calculation')){ |
| 126 | $cfb = 'Pro'; |
| 127 | }else{ |
| 128 | $cfb = 'Free'; |
| 129 | } ?> |
| 130 | |
| 131 | <?php if(function_exists('qcformbuilder_forms_load')){ |
| 132 | echo '<span class="wp_addon_installed">Installed '. esc_html( $cfb ).'</span>'; |
| 133 | }else{ |
| 134 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; |
| 135 | } ?> |
| 136 | <p><?php esc_html_e('Conversational form builder Module', 'wpbot'); ?></p> |
| 137 | <?php if(function_exists('qcformbuilder_forms_load')){ |
| 138 | ?> |
| 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> |
| 140 | <?php if($cfb=='Free'): ?> |
| 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> |
| 142 | <?php endif; ?> |
| 143 | <?php |
| 144 | }else{ |
| 145 | ?> |
| 146 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 147 | <?php |
| 148 | } ?> |
| 149 | </div> |
| 150 | </div> |
| 151 | |
| 152 | </div> |
| 153 | |
| 154 | </div> |
| 155 | |
| 156 | <div class="wpbot_single_addon"> |
| 157 | <div class="wpbot_single_content"> |
| 158 | <div class="wpbot_addon_image"> |
| 159 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/custom-post-type-addon-logo.png'); ?>" title="" /> |
| 160 | </div> |
| 161 | <div class="wpbot_addon_content"> |
| 162 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - Extended Search', 'wpbot'); ?></div> |
| 163 | <div class="wpbot_addon_details"> |
| 164 | <span class="wp_addon_notinstalled"> <?php esc_html_e('Not Installed', 'wpbot'); ?></span> |
| 165 | |
| 166 | <p><?php esc_html_e('Extend Bot’s search power for WPBot Pro', 'wpbot'); ?></p> |
| 167 | |
| 168 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 169 | |
| 170 | </div> |
| 171 | </div> |
| 172 | </div> |
| 173 | </div> |
| 174 | |
| 175 | <div class="wpbot_single_addon"> |
| 176 | <div class="wpbot_single_content"> |
| 177 | <div class="wpbot_addon_image"> |
| 178 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/messenger-chatbot.png'); ?>" title="" /> |
| 179 | </div> |
| 180 | <div class="wpbot_addon_content"> |
| 181 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - Messenger', 'wpbot'); ?></div> |
| 182 | <div class="wpbot_addon_details"> |
| 183 | |
| 184 | <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){ |
| 185 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; |
| 186 | }else{ |
| 187 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; |
| 188 | } ?> |
| 189 | |
| 190 | |
| 191 | |
| 192 | <p><?php esc_html_e('Messenger Chatbot for WPBot Pro', 'wpbot'); ?></p> |
| 193 | |
| 194 | <?php if(function_exists('qcpd_wpfb_messenger_checking_dependencies')){ |
| 195 | ?> |
| 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> |
| 197 | <?php }else{ ?> |
| 198 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 199 | <?php } ?> |
| 200 | </div> |
| 201 | </div> |
| 202 | </div> |
| 203 | </div> |
| 204 | |
| 205 | <div class="wpbot_single_addon"> |
| 206 | <div class="wpbot_single_content"> |
| 207 | <div class="wpbot_addon_image"> |
| 208 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/chatbot-sesssion-save.png'); ?>" title="" /> |
| 209 | </div> |
| 210 | <div class="wpbot_addon_content"> |
| 211 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - Session Save', 'wpbot'); ?></div> |
| 212 | <div class="wpbot_addon_details"> |
| 213 | |
| 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> |
| 216 | |
| 217 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 218 | |
| 219 | </div> |
| 220 | </div> |
| 221 | </div> |
| 222 | </div> |
| 223 | |
| 224 | <div class="wpbot_single_addon"> |
| 225 | <div class="wpbot_single_content"> |
| 226 | <div class="wpbot_addon_image"> |
| 227 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/white-label.png'); ?>" title="" /> |
| 228 | </div> |
| 229 | <div class="wpbot_addon_content"> |
| 230 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - White Label', 'wpbot'); ?></div> |
| 231 | <div class="wpbot_addon_details"> |
| 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> |
| 235 | |
| 236 | </div> |
| 237 | </div> |
| 238 | </div> |
| 239 | </div> |
| 240 | |
| 241 | <div class="wpbot_single_addon"> |
| 242 | <div class="wpbot_single_content"> |
| 243 | <div class="wpbot_addon_image"> |
| 244 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/mailing-list-integrationt%20(1).png'); ?>" title="" /> |
| 245 | </div> |
| 246 | <div class="wpbot_addon_content"> |
| 247 | <div class="wpbot_addon_title"><?php esc_html_e('Bot - Mailing List Integration', 'wpbot'); ?></div> |
| 248 | <div class="wpbot_addon_details"> |
| 249 | |
| 250 | <span class="wp_addon_notinstalled"><?php esc_html_e('Not Installed', 'wpbot'); ?></span> |
| 251 | |
| 252 | <p><?php esc_html_e('Mailchimp and Zapier for WPBot Pro', 'wpbot'); ?></p> |
| 253 | |
| 254 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 255 | |
| 256 | </div> |
| 257 | </div> |
| 258 | </div> |
| 259 | </div> |
| 260 | <div class="wpbot_single_addon"> |
| 261 | <div class="wpbot_single_content"> |
| 262 | <div class="wpbot_addon_image"> |
| 263 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/simple-text-responses.png'); ?>" title="" /> |
| 264 | </div> |
| 265 | <div class="wpbot_addon_content"> |
| 266 | <div class="wpbot_addon_title"><?php esc_html_e('Chatbot STR Pro Module', 'wpbot'); ?></div> |
| 267 | <div class="wpbot_addon_details"> |
| 268 | <?php if(function_exists('qcld_str_pro_dependency')){ |
| 269 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; |
| 270 | }else{ |
| 271 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; |
| 272 | } ?> |
| 273 | |
| 274 | <p><?php esc_html_e('Addon plugin that extends feature of STR', 'wpbot'); ?></p> |
| 275 | <?php if(function_exists('qcld_str_pro_dependency')){ |
| 276 | ?> |
| 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> |
| 278 | <?php |
| 279 | }else{ |
| 280 | ?> |
| 281 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 282 | <?php |
| 283 | } ?> |
| 284 | </div> |
| 285 | </div> |
| 286 | </div> |
| 287 | </div> |
| 288 | <div class="wpbot_single_addon"> |
| 289 | <div class="wpbot_single_content"> |
| 290 | <div class="wpbot_addon_image"> |
| 291 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/muli-lamguage.png'); ?>" title="" /> |
| 292 | </div> |
| 293 | <div class="wpbot_addon_content"> |
| 294 | <div class="wpbot_addon_title"><?php esc_html_e('Multi Language Module', 'wpbot'); ?></div> |
| 295 | <div class="wpbot_addon_details"> |
| 296 | <?php if(class_exists('Qcld_Wpbot_Multilanguage')){ |
| 297 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; |
| 298 | }else{ |
| 299 | echo '<span class="wp_addon_notinstalled">'.esc_html__('Not Installed', 'wpbot').'</span>'; |
| 300 | } ?> |
| 301 | |
| 302 | <p><?php esc_html_e('Add multiple language for your ChatBot', 'wpbot'); ?></p> |
| 303 | <?php if(class_exists('Qcld_Wpbot_Multilanguage')){ |
| 304 | ?> |
| 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> |
| 306 | <?php |
| 307 | }else{ |
| 308 | ?> |
| 309 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 310 | <?php |
| 311 | } ?> |
| 312 | </div> |
| 313 | </div> |
| 314 | </div> |
| 315 | </div> |
| 316 | |
| 317 | <div class="wpbot_single_addon"> |
| 318 | <div class="wpbot_single_content"> |
| 319 | <div class="wpbot_addon_image"> |
| 320 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-message.png'); ?>" title="" /> |
| 321 | </div> |
| 322 | <div class="wpbot_addon_content"> |
| 323 | <div class="wpbot_addon_title"><?php esc_html_e('Voice Message Module', 'wpbot'); ?></div> |
| 324 | <div class="wpbot_addon_details"> |
| 325 | <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){ |
| 326 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot'). '</span>'; |
| 327 | }else{ |
| 328 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') . '</span>'; |
| 329 | } ?> |
| 330 | |
| 331 | <p><?php esc_html_e('Voice Message Module for your ChatBot', 'wpbot'); ?></p> |
| 332 | <?php if( is_plugin_active( 'voice-message-addon/wpbotvoicemessage.php' ) ){ |
| 333 | ?> |
| 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> |
| 335 | <?php |
| 336 | }else{ |
| 337 | ?> |
| 338 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 339 | <?php |
| 340 | } ?> |
| 341 | </div> |
| 342 | </div> |
| 343 | </div> |
| 344 | </div> |
| 345 | |
| 346 | <div class="wpbot_single_addon"> |
| 347 | <div class="wpbot_single_content"> |
| 348 | <div class="wpbot_addon_image"> |
| 349 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/telegram-addon.png'); ?>" title="" /> |
| 350 | </div> |
| 351 | <div class="wpbot_addon_content"> |
| 352 | <div class="wpbot_addon_title"><?php esc_html_e('Telegram Module', 'wpbot'); ?></div> |
| 353 | <div class="wpbot_addon_details"> |
| 354 | <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){ |
| 355 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; |
| 356 | }else{ |
| 357 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; |
| 358 | } ?> |
| 359 | |
| 360 | <p> <?php esc_html_e('To connect telegram with chatbot', 'wpbot'); ?></p> |
| 361 | <?php if( is_plugin_active( 'telegram-chatbot-addon/init.php' ) ){ |
| 362 | ?> |
| 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> |
| 364 | <?php |
| 365 | }else{ |
| 366 | ?> |
| 367 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 368 | <?php |
| 369 | } ?> |
| 370 | </div> |
| 371 | </div> |
| 372 | </div> |
| 373 | </div> |
| 374 | <div class="wpbot_single_addon"> |
| 375 | <div class="wpbot_single_content"> |
| 376 | <div class="wpbot_addon_image"> |
| 377 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/openAI.png'); ?>" title="" /> |
| 378 | </div> |
| 379 | <div class="wpbot_addon_content"> |
| 380 | <div class="wpbot_addon_title"><?php esc_html_e('Open AI Module', 'wpbot'); ?></div> |
| 381 | <div class="wpbot_addon_details"> |
| 382 | <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){ |
| 383 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; |
| 384 | }else{ |
| 385 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; |
| 386 | } ?> |
| 387 | |
| 388 | <p><?php esc_html_e('To connect open AI with your ChatBot', 'wpbot'); ?></p> |
| 389 | <?php if( is_plugin_active( 'chatbot-openai-addon/qcld-bot-openai.php' ) ){ |
| 390 | ?> |
| 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> |
| 392 | <?php |
| 393 | }else{ |
| 394 | ?> |
| 395 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 396 | <?php |
| 397 | } ?> |
| 398 | </div> |
| 399 | </div> |
| 400 | </div> |
| 401 | </div> |
| 402 | |
| 403 | <div class="wpbot_single_addon"> |
| 404 | <div class="wpbot_single_content"> |
| 405 | <div class="wpbot_addon_image"> |
| 406 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/templates-addon.png'); ?>" title="" /> |
| 407 | </div> |
| 408 | <div class="wpbot_addon_content"> |
| 409 | <div class="wpbot_addon_title"><?php esc_html_e('Extended UI Module', 'wpbot'); ?></div> |
| 410 | <div class="wpbot_addon_details"> |
| 411 | <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){ |
| 412 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot').'</span>'; |
| 413 | }else{ |
| 414 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; |
| 415 | } ?> |
| 416 | |
| 417 | <p><?php esc_html_e('Extended UI of ChatBot', 'wpbot'); ?></p> |
| 418 | <?php if( is_plugin_active( 'chatbot-extended-ui/chatbot-extended-ui.php' ) ){ |
| 419 | ?> |
| 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> |
| 421 | <?php |
| 422 | }else{ |
| 423 | ?> |
| 424 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 425 | <?php |
| 426 | } ?> |
| 427 | </div> |
| 428 | </div> |
| 429 | </div> |
| 430 | </div> |
| 431 | <div class="wpbot_single_addon"> |
| 432 | <div class="wpbot_single_content"> |
| 433 | <div class="wpbot_addon_image"> |
| 434 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/WhatsApp-chatbot.png'); ?>" title="" /> |
| 435 | </div> |
| 436 | <div class="wpbot_addon_content"> |
| 437 | <div class="wpbot_addon_title"><?php esc_html_e('Whatsapp Module', 'wpbot'); ?></div> |
| 438 | <div class="wpbot_addon_details"> |
| 439 | <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){ |
| 440 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') .'</span>'; |
| 441 | }else{ |
| 442 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot') .'</span>'; |
| 443 | } ?> |
| 444 | |
| 445 | <p><?php esc_html_e('Connect Whatsapp with ChatBot', 'wpbot'); ?></p> |
| 446 | <?php if( is_plugin_active( 'whatsapp-chatbot-addon/whatsapp-chatbot-addon.php' ) ){ |
| 447 | ?> |
| 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> |
| 449 | <?php |
| 450 | }else{ |
| 451 | ?> |
| 452 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 453 | <?php |
| 454 | } ?> |
| 455 | </div> |
| 456 | </div> |
| 457 | </div> |
| 458 | </div> |
| 459 | <div class="wpbot_single_addon"> |
| 460 | <div class="wpbot_single_content"> |
| 461 | <div class="wpbot_addon_image"> |
| 462 | <img src="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'images/voice-logo.png'); ?>" title="" /> |
| 463 | </div> |
| 464 | <div class="wpbot_addon_content"> |
| 465 | <div class="wpbot_addon_title"><?php esc_html_e('Voice Module', 'wpbot'); ?></div> |
| 466 | <div class="wpbot_addon_details"> |
| 467 | <?php if( is_plugin_active( 'voice-addon/init.php' ) ){ |
| 468 | echo '<span class="wp_addon_installed">'. esc_html__('Installed', 'wpbot') . '</span>'; |
| 469 | }else{ |
| 470 | echo '<span class="wp_addon_notinstalled">'. esc_html__('Not Installed', 'wpbot').'</span>'; |
| 471 | } ?> |
| 472 | |
| 473 | <p><?php esc_html_e('Add google voice assist with ChatBot', 'wpbot'); ?></p> |
| 474 | <?php if( is_plugin_active( 'voice-addon/init.php' ) ){ |
| 475 | ?> |
| 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> |
| 477 | <?php |
| 478 | }else{ |
| 479 | ?> |
| 480 | <a class="button button-secondary" href="https://www.wpbot.pro/" target="_blank" ><?php esc_html_e('Get It Now', 'wpbot'); ?></a> |
| 481 | <?php |
| 482 | } ?> |
| 483 | </div> |
| 484 | </div> |
| 485 | </div> |
| 486 | </div> |
| 487 | <div style="clear:both"></div> |
| 488 | |
| 489 | </div> |
| 490 | <div class="wpbot_statistics_area"> |
| 491 | <h2> <?php esc_html_e('WPBot Statistics', 'wpbot'); ?></h2> |
| 492 | <div class="wpbot_report"> |
| 493 | |
| 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> |
| 495 | |
| 496 | </div> |
| 497 | </div> |
| 498 | |
| 499 | </div> |
| 500 | </div> |
| 501 | </div> |