How to connect users from a Forum with CuteChat-Messenger users !

Last post 01-25-2007, 9:19 AM by Adam. 5 replies.
Sort Posts: Previous Next
  •  01-20-2007, 6:20 PM 25966

    How to connect users from a Forum with CuteChat-Messenger users !

    Has anyone tried to connect users from a Forum with CuteChat-Messenger users ?
    My problem is that i have already 168 users in my Forum and i want with one login to be able to use CuteChat and WebMessenger ! I don't want my Forum users to register again in order to use CuteChat-Messenger...
    Is that possible ???

    Thanks


    Visit...
    http://www.kanenas.net
    News and ideas about programming
  •  01-20-2007, 6:26 PM 25968 in reply to 25966

    Re: How to connect users from a Forum with CuteChat-Messenger users !

    kanenas,


    Please check the following article:
     

     

    Integration with an existing user membership database (Direct Log In Mechanism)


    CuteChat was built with the idea of extensibility in mind. Developers can easily integrate CuteChat with any membership database (e.g. portal or forums database). So users can chat with their existing screen names and profiles. No need to recreate everything you already have in place.

     

    To help you quickly use the CuteChat in your ASP.NET applications, CuteSoft team has finished the integrations for Cute Chat standalone, DotNetNuke, Community Server, Snitz Forum(ASP), Rainbow Portal, IbuySpy and Community Starter Kit.

     

    If your portal is not based on the above projects, CuteChat easy integration feature offer you an interface to allow users auto-login chat room without entering username and password again once they've logged in your portal or forum.

    please check the articles below :

     


    If you haven't downloaded the integration package, please download the package from   http://cutesoft.net/download/CuteChat3IntegrationPackage.zip.

    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

  •  01-20-2007, 6:36 PM 25970 in reply to 25968

    Re: How to connect users from a Forum with CuteChat-Messenger users !

    COOL !

    Thanks Adam


    Visit...
    http://www.kanenas.net
    News and ideas about programming
  •  01-25-2007, 4:54 AM 26102 in reply to 25970

    Re: How to connect users from a Forum with CuteChat-Messenger users !

    I have downloaded the file CuteChat3IntegrationPackage.zip .
    I have extracted it to a folder name CuteChat3 .
    Inside that folder there are the folders and the files that follow...

    FOLDERS
    bin
    cs
    CuteSoft_Client
    document
    Framework 2.0 Web
    SQLScripts
    vb 
     
    FILES
    READ_ME.txt
    Upgrade_From_Previous_Versions.txt
     
    Then i run the CuteChat3.sql file (from SQLScripts file), in SQL Server Query Analyzer from within Enterprise Manager, inside my Forums database and successfully created all the tables needed !
     
    Here is the tricky part...
    Where must the virtual directory point ?
    Why can't i find in the Framework 2.0 Web the Web.config file ?
    Do i need it ?
    If not what should i do next in order to complete the connection between my Forum and CuteChat ?
     
    and i have edited the file Global.asax like this...
     
    'Uncomment the first line and comment the second...
    line 16:        Return System.Configuration.ConfigurationSettings.AppSettings("ConnectionString")
    line 17:        'Return "NOT IMPLEMENTED"
     
    :(
     
    Any suggestions ? 
     
    Thanks
     

    Visit...
    http://www.kanenas.net
    News and ideas about programming
  •  01-25-2007, 7:29 AM 26104 in reply to 26102

    Re: How to connect users from a Forum with CuteChat-Messenger users !

    Could somebody give a hint ?
    :(

    Visit...
    http://www.kanenas.net
    News and ideas about programming
  •  01-25-2007, 9:19 AM 26112 in reply to 26102

    Re: How to connect users from a Forum with CuteChat-Messenger users !

    <?xml version="1.0"?>
    <configuration>
     <appSettings>
      <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/>
      <add key="OnlineTimeout" value="300"/>
     </appSettings>
     <system.web>
      <compilation defaultLanguage="c#" debug="true"/>
      <customErrors mode="Off"/>
      <authentication mode="Forms">
       <forms name=".UserManagementASPXAUTH" loginUrl="~/Login.aspx"/>
      </authentication>
      <authorization>
       <allow users="*"/>
      </authorization>
      <trace enabled="true"></trace>
      <sessionState mode="InProc" timeout="20"/>
      <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
      <xhtmlConformance mode="Legacy"/></system.web>
    </configuration>

    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

View as RSS news feed in XML