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