Hi,
I’m installed CuteChat on our development server and intend to use it in our dating site. I might be wrong, but from what I read on you requirements page we need web server dot net and an sql server. That is what we have in our environment.
When installing cute, I get a choice of all kind of options where. How to install. As we use non of the options (Most of them I have no idea what it is all about) I choose the sample application setup.
After finish the setup, a nice page show up when we call the
A friendly looking page that welcome us and show some chat rooms:
Chat Rooms:
Public Chat Room |
Support Chat Room | <%if(HyperLink1.Visible){%>
Support - Console | <%}%>
'><%# DataBinder.Eval(Container.DataItem,"name") %>
(<%# CuteChat.ChatFactory.GetRoomOnlineCount(Convert.ToInt32(DataBinder.Eval(Container.DataItem,"id"))) %>) |
' CssClass="supportbutton">
<%# CuteChat.ChatFactory.HasSupportOperatorOnline((int)DataBinder.Eval(Container.DataItem,"id"))?"(Available)":"(Unavailable)" %> | <%if(HyperLink1.Visible){%><%}%>
'><%# DataBinder.Eval(Container.DataItem,"name") %>
|
That’s all. I expected to have more then a static nothing doing page. Wherever I click, there is no hidden option to start the chat.
As there is no help file or any other hint what to do, I wonder what is necessary to check out this cute chat application
Mike