'; echo '

There is NO queue. You can start chat immediate. Give us your details:





'; echo '
AnyTimeReply: Hello, how can I help you today?
'; echo '
 Support
'; } function atr_mysettings() { register_setting( 'atr_option_group', 'atr_type' ); register_setting( 'atr_option_group', 'atr_txttitle' ); } function anytimereply_settings_menu() { add_options_page( 'AnyTimeReply Settings', 'AnyTimeReply Settings', 'manage_options', 'anytime-reply-plugin', 'atr_managesettings' ); } function atr_managesettings() { if ( !current_user_can( 'manage_options' ) ) { wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); } $id = $_GET['id']; if($id){ if(get_option( 'atr_txttitle' )!== false){ update_option('atr_txttitle',$id); echo '

Channel ID updated. Your service activated.

'; } else { add_option('atr_txttitle',$id); echo '

Channel ID Added. Your service activated.

'; } } echo '
'; echo '

Settings


AnyTimeReply.com


'; settings_fields( 'atr_option_group' ); echo 'AnyTimeReply\'s Channel ID:         
'; if(!get_option( 'atr_txttitle' )){ echo '

If you do not have, Get now. Its free!

'; } submit_button(); echo '
'; if(!get_option( 'atr_txttitle' )){ echo '
Email:              
Password:    
Channel Name:

'; } ?>
AnyTimeReply is free service from AnyTimeReply.com. After getting channel ID you can access your collected leads, unsolved queries, add new FAQs. Click here to access your panel. You can use same email and password to login it.
YOU MUST NEED TO SETUP FAQs AND DATAS BEFORE MAKE IT PUBLIC. YOU CAN SEND SUPPORT MESSAGE VIA http://anytimereply.com SUPPORT CHAT IF NEEDED.
'; if(get_option( 'atr_txttitle' )){ ?> If you need any help or want to customize it contact us at support@spikersolutions.com'; } ?>