VoiceIntegrity  

 

 

Product List

Home

Live Customer Service Software

LiveChat

Live Customer Chat

 

 

Communication Tools

Text to Speech

Speech Recognition

Text /Speech Voices

Wireless Phones

Phone Recording

WebCam/Camera

VoIP Phones

Telephone Service

Voice Animation

Animation Software

Worship/Church

Live Customer Service

 

Special Promotions

Discounts / Coupons

 

Web Site 

About Us

Contact Us

Privacy Policy

 

 

 

 

  

 

 

Live Customer Support Chat -  Provide live chat for support, customer service, sales, live help or push chat page to any visitor.

 

 

 
Help Desk Customer Support Chat Ticket  FAQ Script

$64.00 Reduced to $57.60  Purchase Now

Live Customer Support Chat

$62.00 Reduced to $55.80  Purchase Now

ChatInFlash HelpDeskInFlash ShoutBoxInFlash

$199.00 Reduced to $179.10  Purchase Now

10% Off

Live Customer Support Chat Review

Provide live chat for support, customer service, sales, live help or push chat page to any visitor.

Features

  • Push images directly to the chat session.

  • Push WebPages directly to client side browsers.

  • Save your own canned responses for easy access in chat sessions.

  • Request a chat from your client. Proactive chat request.

  • Chat with multiple clients at the same time.

  • Footprint tracking so you can see where your visitors go and when.

  • Logging of chat sessions for future reference.

  • Sound alerts you of chat requests, new messages and new visitors.

  • Sounds can be enable or disable.

  • Automatic chat drop when a user leaves or cancels chat session.

  Web Browser based Visitor Chat Window
  Auto Changing Chat Button Images
  Supports unlimited simultaneous chats
  Customizable Chat Window
  Multiple Operator support
  Multi Domain support
  Visitor Monitoring
  Block Visitors From Chats
  Your own offline /Online image
  Push URL Links in visitors browser
  Multiple operators aliases
  Canned Messages
  Chat History Emails 
  Browser Based Operator Client
Multiple Web Site Support
Audio alerts for operator and visitor
  Smiles enabled, Mood icons
  Multiple languages
  Your own logo
  Send hyperlink in chat message
  Spy enabled to spy on chats
  Ban, kick visitor out of chat room
  Display image in chat
  Send click here hyperlink during chat
  Users can print out a transcript of their chat session
  30 day free support
  NT server where .asp can run is req.

 

  • Live customer Support Chat

    $62.00 Reduced to $47.60  Purchase Now

     

     

    FAQ

    Can I Monitor multiple domains?

    Yes, In live support option you can install the chat application at one domain but you can chat with visitors from multiple domains. The list displays which visitor is from which domain and intuitive interface and is very user-friendly for both customers and agents. Also, a fully featured help system, integrated into the application, is always available.

     

    How will my visitors and customers actually contact me for live service?

    Your web visitors click a text or image link you place on your web page. This will automatically open a text chat window allowing them to interact with you instantly.

     

    Do my visitors need to install any software on their computers?

    No, your visitors do not need to install any plug-ins or software to use LiveCustomerSupportChat to interact with you live. 

     

    How do I know when a visitor request comes in?

    An animation and/or sound alert can be set to notify you when a visitor requests to talk to you. The application can run silently in the background, coming to the fore when a visitor requests a chat. 

     

    What if too many people start requesting a conversation session at the same time?

    You can click the 'Pause' button to stop new conversation requests coming in and continue with your current calls. Clicking 'Pause' again will un-pause the system and new requests will come through. While visitors are waiting for your response they will be kept informed of their place in the queue.

    Can I push web pages to my visitor?

    Yes, you can turn this function on and off. Pushing a web page opens a new browser on the customer's computer screen containing the target page of the URL., so that they do not lose the page from which they originally contacted you.

     

    Can I save chat conversations?

    Yes, you can set the application to save at the end of each conversation, after each update from either the visitor or yourself, or not at all. You can also manually save at any time by clicking save or right clicking on the conversation and selecting save. 
     

     

    What is the difference between .ASP and DLL Chat in Flash or the one without?

    The .dll version of LiveCustomerSupportChat stores all sql statements and most of the .asp page coding in dll which is in compiled form and not much you can modify if you are a programmer and looking for the .asp source code. Plus in .dll version you will have to provide the dll to the hosting company for them to register on their server. (Some hosting companies do charge ranging from $1-$15 per dll or extra) But the .asp version comes along with the coding of the .asp so you can customize code which is written in .asp (If you have some knowledge of active server pages.). .asp version is easy , just upload files and you are ready to chat. No permission required form hosting company etc and gives programmer much more room to modify the code written in .asp.
     

     

    Can I search saved conversations?

    Yes, LiveCustomerSupportChat provides an extensive search facility to search saved conversations and comments.

     

    Do I need a database to store the conversations?

    Yes, MS SQL server database or Access database is needed on your server. All information is stored on your server and you can access it anytime from anywhere by using your site application. 

     

    Can I create pre-defined messages to send to my visitors?

    Yes, default notices for 'Welcome', 'Closed', 'Paused' and 'Finished' are set up to send automatically at the appropriate time. These are fully editable. 

    You can create as many pre-defined messages as you like for subsequent inclusion in conversations. There is quick access to these messages from the main window.

    All pre-defined messages can include text, images and URLs.

     

    Can I request the Visitors name or other information before starting a conversation? or have the users to register, before entering the chat room.

    Yes, you can. LiveCustomerSupportChat provides an extensible front-end that allows you to gather as much information as you need before starting a conversation - by the ip and email is displayed. For LiveCustomerSupportChat you can have visitors to register, before entering the chat room by "Make this variable true if you want Authentication Check else make it false" AuthenticationCheck = true in config.asp and provide the name of the table by which you want to check the user name and password. If user is not already registered with you then you can forward that user to your registration page by changing this variable in config.asp
    "Enter complete address of register link to be opened when user clicks for new registration."
    AuthRegisterLink = "http://www.LiveCustomerSupportChat.com/ register.asp" change the domain name and the file name to your registration page.
    The part of the coding looks like this in config.asp , If you want the user to register beofre they initate chat then the variable AuthenticationCheck = false sould be true instead of the false and it should point to the database and table by which you want to authenticate.
    '*****************
    'For Authentcation Check Use The Below Variables
    '*****************
    public Authmyconn
    public AuthmyDatabase
    'If using DSN the set this variable true else false
    useAuthDSN = false
    Make this variable true if you want Authentication Check else make it false
    AuthenticationCheck = false
    Enter complete address of register link to be opened when user clicks for new registration.
    AuthRegisterLink = "http://www.vbasp.com/register.asp"
    'This is For SQL
    'When using DSN Less Connection Use the Following Authstr4 variable with machine name or servername,i.e
    when useAuthDSN = false
    'When using DSN Connection Use the Following Authstr4 variable with DSN name,i.e when useAuthDSN = true
    Authstr4="sql.chatinflash.com" 'machine name or servername
    'Authstr4="testSQL" 'DSN Name
    Authstr5="chatinflash" 'database name
    Authstr6="sa" 'username
    Authstr7="pass" 'password
    AuthTable="Authenticate" 'table name
    AuthUserField="strUserName" 'User Name Field
    AuthPasswordField="strPassword" 'User Password Field
    AuthPermissionField="intPermissions" 'User Permission Field
    '*****************
    This is for Access
    When using DSN Less Connection Use the Following Authstr4 variable with machine name or servername,i.e
    when useAuthDSN = false
    When using DSN Connection Use the Following Authstr4 variable with DSN name,i.e when useAuthDSN = true
    Authstr4 = server.mappath(".") & "\board.mdb"
    Authstr5=""
    Authstr6=""
    Authstr7=""

    '*****************
    '*****************
    If this is a litle compilcated for you then please don't hesitate to contact us. We will need the database name, table name , and filed names by which you want authenticate the users. Plus where you want the users to go if they are not already registered with you.

     

    Can I use my existing members database to check the authentication of the user and then allow to chat .

    Yes, In Config.asp change the variable "Make this variable true if you want Authentication Check else make it false" AuthenticationCheck = true and then change the value for the database connection to your own exisiting database in these variables. Authstr4="SQLIP" machine name or server name Authstr4="DSN" Uncomment this if using a DSN and enter the DSN Name Authstr5="database" database name Authstr6="sa" username Authstr7="password" password AuthTable="Authenticate" table name AuthUserField="strUserName" User Name Field AuthPasswordField="strPassword" User Password Field AuthPermissionField="intPermissions" User Permission Field Changing the values in the above variables will check the authentication of the visitor in your existing database fields and then only the visitors can chat. Please see the upper question for more help on this.

     

    Can I use my own banners and advertising in the chat room ?

    Yes, In fact you can also sell the banner space also and display their banners. You have the html page in front of you and you can change or add anything in html page. You can do this easily by adding our chat module into your existing html page with banners or If you plan to get professional help in creating banners and implementing on your site or need to get customized Chat then please feel free to contact us and we will be pleased to help in cost effective way for nominal charges. On the right hand side of the chat page there is ample of space left and you can add banners or html code of banners. By selling banners you can make some extra money.

    .

    Will customers have access through a firewall?

    Yes, all communication is HTML based and therefore passes through firewalls as easily as any web page would.

     

    What does my license fee actually buy?

    LiveCustomerSupportChat is licensed per domain basis, so one license allows you to offer help desk service or chat or Poll or ShoutBox on one domain. Please see the rate card for other services. Your license fee also entitles you to free setup support! Webmasters please Contact us if you plan to use on multiple domains or want to resell or co-brand it. Web designners / web developers get 50% of on second license purchased for your cleints.

     

    Can I use LiveCustomerSupportChat if my web site is on a shared web host server?

    Yes, LiveCustomerSupportChat works equally well in a shared and  non-shared hosting environments.

     

    I use Microsoft FrontPage® - will I be able to use LiveCustomerSupportChat?

    Yes, LiveCustomerSupportChat can be used regardless of what tools you use to create or maintain your site. You will need to upload the  asp pages, and .swf (flash movie) using FTP however if you are having difficulty with this we can install the system for you.

    Does support cost extra?

    No, email support is included in the purchase price for 30 days. 

     

    What are the LiveCustomerSupportChat system requirements?

    • Works on Windows 2000 or 2003 Web servers;
    • Works on dedicated, virtual & shared Web hosting services
    • A domain name where you want to install chat or live support

    PC requirements include:

    • A minimum of 64M RAM and 266 MHz processor
    • Recommended is 128M RAM and 450 MHz processor
    • Internet connection

     

    What do I need to know to install LiveCustomerSupportChat?

    The path to the html page where you want your visitors to click.

     

    Where do I find the Software and the HTML code to put on my web site?

    After you sign up as Operator / Moderator go to domain settings, and domain you want to track and then click on button "Create HTML" please copy and paste his code to the page. This tag will bring Online/Offline image on the page. Visitors can click this image to chat with you if you are online. If you are offline offline image is displayed automatically and when they click on this they are directed to a contact page so visitor can send email message to you. All this is hosted on your domain so all chat conversation and all emails are directly in between and the visitor no third party is involved which mean your conversation is private and secured.

     

    How do I use the LiveCustomerSupportChat software ?

    If you are using the Live Support ver. then Place the HTML script at your Website, Every operator that you add through your admin panel has to login through the browser that then goes through a verification process. The application then provides an operator a list of visitors in the Visitor section that are currently at the Website. Besides all requests from visitors are displayed in the Request section of the application.
    For chat In Flash version where all visitors will be able to chat just type in the browser the path of the index. asp and all instructions are there. http:// www. mydomain.com /chatinflash/ index.asp . You can comment the lines of help section and visitor can just add the name and enter in chat rooms to chat with other visitors.

     

    Look and Feel 100% Customizable: LiveCustomerSupportChat is nearly 100% customizable. All of the colors and fonts are set in a single configuration file. For example, you can change the background color of the entire chat room, or the background color of any part of the chat room, as well as the font color of the messages, and the font color and type of many other parts of the chat room interface. Essentially, it is very easy to make the chat room conform to your website's look and feel. In addition, since the source code is provided to you, if any have any experience with asp, you should be able to make further refinements easily. Any individual sound can also be turned on or off in the configuration file, and the default setting for the sound control can be changed.

     

     

    Help Desk In Flash Support Chat: Login as operator with operator password then got to manage domains, add your new domain you want to track, create html tags and now copy and paste this html tags into your WebPages. An image will be displayed on the web page that allows visitor to click and chat with operators of your Live Support system. Customers can log on to chat privately with your employees. There is a "ring the bell" option whereby customers can click a button and a ringer sounds on the support person's end to "get their attention".

     

     

    Foreign Language Support: You can now add your own language module to LiveCustomerSupportChat so that you and your friends can chat in your native language. Instructions for doing this are included in the download. You can also edit any part of the chat by editing the appropriate language module (e.g. English). The language support has been set up in such a way that users of different languages can still communicate with each other in the same forum. Language support is free so contact us and we will add desired language for you.

     

     

    Day/Time Deactivation: You can schedule the chat to be "activated" only during specific times of the day, days of the week, or days of the month. Users who log in during a non-active time will be given a message telling them that the chat is enabled.

     

     

    User-defined Public Rooms: Users now have the option to create their own public forums. This feature can be disabled in the administrative controls.

     

     

    Multiple Rooms: You can have as many chat rooms as you want, and users may switch among chat rooms easily. You may also "map" room names of one language to room names in another language.

     

     

    User Profiles: Yes just map the fields in profile.asp and Users can see the profiles of other users by simply clicking the user name in the user list. The profile window draws from the external data source of your choice - e.g. you might have user information stored in a database somewhere; that information can be easily entered into a profile.

     

     

    Auto-Login: Instead of having a screen that asks for a user name (as the demo does), it is easy to configure LiveCustomerSupportChat so that users are automatically logged into the chat. For example, if your site uses session variables to keep track of logged-in users, you could use the session state to log a user in the chat. Simply pass the name and lang variable into the asp GET string that links to the chat (lang = language, like 'English'). See demo for details.

     

     

    Max Users Per Room: A configuration option has been added whereby the maximum number of users per room can be specified. If users attempt to enter a 'full' room, they will get a message noting this, and they will not be allowed to enter until the room 'frees up'.

     

     

    Sound & Display Panels: Besides setting default sound and display options, users can further customize the look and feel of their personal chat session using the "Display" and "Sound" panels. There is an option in the config.asp file (which comes with the download) whereby you can disabled the Display and Sound panels, e.g. if you do not want users to be able to change their display and/or sound options.

     

     

    Skins: There are many pre-defined "skins" available in the Display panel, so users can get a nice look without having to fiddle with the various color codes. 

     

     

    Moderator: You may log in as a moderator, giving you the ability to boot/ban users. The moderator password is set in the asp configuration file.

     

     

    Spy Mode: You may log in as a 'spy', which means that you can view a chat without anyone knowing that you're there. A special password is needed to log in as a spy (set in config file).

     

     

    Ban Users by IP: Moderators have multiple options for booting and/or banning users from the chat. They can be booted from individual rooms, booted from all rooms, or permanently banned from the chat by IP-logging. That way, they cannot gain access again simply by logging out and logging back in.

     

     

    Private Chats: Users can invite each other into private chats. You can invite multiple people to join in on a private chat (i.e., they're not restricted to one-on-one, although you could easily make it one-on-one).

     

     

    Private Messages: Instead of opening up an entirely new chat window, you can just opt to send users individual private messages.

     

     

    URL Detection: When a user types an email address or http:// or www. address, the link automatically becomes live!

     

     

    Smilie Support: You can now insert tiny graphical "smilies" into your chat messages by using codes like :), :D, and :( for happy, sad, etc.

     

     

    Bad Word Detection: When a user enters a "bad" words, the system can automatically substitute it for !@#$%& or another string of characters of your choosing. You can specify the list of bad words for each language by editing a simple asp array in the appropriate language module.

     

     

    Flash 6 Detection: The script will automatically detect for Flash 6. If it is not available, it will redirect the user to a page whereby Flash 6 can be downloaded for free from the Macromedia website.

     
     

    I run a dating site so can visitors while chat on my dating site upload pictures from their local desktop and send it to a particular person they are chatting with ?
    Yes, while chatting user will just click on the name of the person and a new menu pops up giving them different option. Once click send image they will be given a form to browse from their local desktop PC and then upload the picture in .gif/.jpeg to upload. Once uploaded this image instantly pops up the other end of the chatter the image was sent too.

     

     

     

       Text /Speech Voices  Voice Recognition  Webcam  Text to Speech  Phone Recording  Wireless          

    Voice Animation  Worship/Church  Telephone Service  Product List  Discounts

     

     

    Special Offers

     

     

     

                

              

     

     

  •  

     

    Special Promotions

    Discounts / Coupons

     

    Special Offers

     

    10% Off -   TextAlound Text to Speech Software

    $20 Off McAfee Total Security Limited Time