Print Page | Close Window

need help on setting up digichat with asp

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=5479
Printed Date: 31 March 2026 at 4:48am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: need help on setting up digichat with asp
Posted By: prigozu
Subject: need help on setting up digichat with asp
Date Posted: 03 September 2003 at 8:18am
Hi guys, i am in desperate need of some help, i am setting up digichat from digichat.com on my site, so what i want is for people to register and then login and then go chat, that side is all done, i found a nice script and intergrated with the site but my problem now is to make it once you're sign in you can just go into the chat, can anybody help please.



Replies:
Posted By: MorningZ
Date Posted: 03 September 2003 at 10:33am

well, considering that the program is $500 to get a hold of, its kinda hard to look at the code of it and help you out...

but maybe telling you how i use my site login (based on the WWG forum) to feed into the chat program "Jpilot", which seems like it is similar to this digichat app

I hold the username in a session varible called, fittingly, "Username" and in the paramters of the window that holds the code with that session variable.....



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: prigozu
Date Posted: 03 September 2003 at 11:13am

That's where i am having a problem, all the login pages are working perfectly but the only problem i am having is making that chat page protected like the other login page, i copy that asp page from a chat page that a friend of my sent me long time ago but at this point i have no idea what to do next, here is how my chat.asp looks like

<%
  
  if session("lokiuser")<>"" AND session("username")<> ""  then
   chat
  else
   response.redirect(" http://www.kentura.com/login.asp - login.asp ")
  end if
  
   %>
  
  
  
<!-- *** START APPLET CODE *** -->
<div align="center">
  <APPLET NAME="DigiChat"
    CODEBASE="CODEBASE='http://host2.digichat.com/DigiChat/DigiClasses/"
    CODE="com.diginet.digichat.client.DigiChatApplet"
    WIDTH="200" HEIGHT="100" ALIGN="MIDDLE"
    ARCHIVE="client.jar">
    <PARAM NAME="siteID" VALUE="2356">
    <PARAM NAME="cabbase" VALUE="Client.cab">
    <param NAME="nickname" VALUE="<%=session("username")%>">
    <PARAM NAME="background" VALUE="FFFFFF">
    <PARAM NAME="textcolor" VALUE="000000">
    <PARAM NAME="autopopup" VALUE="true">
    DigiChat requires a Java Compatible web browser to run.
  </APPLET>
  <!-- *** END APPLET CODE *** -->




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net