Re: each room different skin / how cn i make new skins

  •  10-04-2004, 10:21 AM

    Re: each room different skin / how cn i make new skins

     
    I am sorry about that .
     
    Please modify the ChatRoom_FS.Aspx , and change this
     
    Line 6:  //Connect the chat room !
    Line 7:  string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
    to :
     
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);

     

    Regards , Terry .


View Complete Thread