I have a list of questions for you Adam

Last post 04-20-2007, 1:47 PM by swelborn. 7 replies.
Sort Posts: Previous Next
  •  04-16-2007, 8:27 AM 28420

    I have a list of questions for you Adam

    File Uploads - I havent got to try this yet. But does this allow files to be shared between each chat member? Is there a way to limit the sharing to just moderator to user rather than user to user?

    Whisper - My client wants the ability to have the whisper ONLY between the moderator and the user, not user to user. Is this possible?

    Where do you find the IP of the users? This is to be used in the Deny/Allow IP in the admin section.

    Is there a way to keep the chat program from loggin the chat? My client does not want any record of the chat in the database period. For legal reasons. How do I keep it from logging anything in the database?

    I believe this is it for now Adam. Thanks for the time.


  •  04-17-2007, 4:50 AM 28474 in reply to 28420

    Re: I have a list of questions for you Adam

    swelborn,
     
    >>File Uploads - I havent got to try this yet. But does this allow files to be shared between each chat member? Is there a way to limit the sharing to just moderator to user rather than user to user?
     
    File upload function is only available to web messenger users, admin of the chat rooms.
     
    >>Whisper - My client wants the ability to have the whisper ONLY between the moderator and the user, not user to user. Is this possible?
     
    Yes, but I need to find out how to do that tomorrow.
     
    >>Where do you find the IP of the users? This is to be used in the Deny/Allow IP in the admin section.
     
    Login as admin and select the username, right click. In the context menu, you will find all options.
     
    >>Is there a way to keep the chat program from loggin the chat? My client does not want any record of the chat in the database period. For legal reasons. How do I keep it from logging anything in the database?
     
    All the records are automatically stored in the DB. However you can remove it in admin console.  Or you can let you DBA write a stored procedure and remove the records automatically everynight.



     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-18-2007, 10:23 AM 28547 in reply to 28474

    Re: I have a list of questions for you Adam

    thanks for the reply adam.

    On the File upload question. You said the admin's of the chat rooms could use it, how exactly is the
    File upload used here? Is it to transfer a file from the Admin to a user?

    Also, did you find out yet how to get the whisper to be just between the Admin and a user, rather than user to user?

    Thank you.



  •  04-19-2007, 3:49 AM 28593 in reply to 28547

    Re: I have a list of questions for you Adam

    swelborn,
     
    >>how exactly is the File upload used here? Is it to transfer a file from the Admin to a user?
     
    In the right panel, right- click, select "send files" menu. The file is uploaded to the whole room. Any one in this room can see it and download it.
     
    >>Also, did you find out yet how to get the whisper to be just between the Admin and a user, rather than user to user?
     
    Yes. Open CuteSoft_Client\CuteChat\ChatUI.xml and go to line 1693 and post the following code:
     
    if( ! GetMyInfo().IsAdmin )
        this.SetVisible(  false );
     


     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-19-2007, 8:35 AM 28601 in reply to 28593

    Re: I have a list of questions for you Adam

    Thank you adam for the information. I will make the changes and see what happens.

    Enjoy your day.

  •  04-19-2007, 1:52 PM 28627 in reply to 28601

    Re: I have a list of questions for you Adam

    Adam I need to ask a follow up question:

     In the Chat Admin\Configuration, there is a 'Timeout' period that is set by default to 120. What is that default for? Is it for the Session to timeout or is it the amount of time the chat user gets logged out due to no response or what?

    My client wants the users to be able to stay in the chat room during the whole chat session without them being required to type anything. Each chat session could last up to 1 hour, some could be more.

    If this is just the ASP Session object that it sets, I could check it in code and change it. If not, how could I accompolish this task?

    Thanks again

  •  04-20-2007, 12:59 PM 28654 in reply to 28627

    Re: I have a list of questions for you Adam

    From the documentation I found, I believe this is the amount of time (inactivity) in seconds before the chat session disconnects from the server.
     
    Jessica
  •  04-20-2007, 1:47 PM 28658 in reply to 28654

    Re: I have a list of questions for you Adam

    Thank you Jessica for the reply. I will see what I can do about this for my client.

    Enjoy your weekend.

View as RSS news feed in XML