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