Chat Server
I plan to develop a dll which will be registered on a server and accessed by asp. The dll is a chatserver control (using winsock). the client end will be in vb. what are the guidelines to follow?
View RepliesI plan to develop a dll which will be registered on a server and accessed by asp. The dll is a chatserver control (using winsock). the client end will be in vb. what are the guidelines to follow?
View RepliesFor a college site, we have Win 2000 and IIS5 running with ASP support with MSSQL backend.
We have to implement a chat system where a student can chat with a professor.
Any suggestions on how we go about this? Since the server setup is in our hands, I have very little restrictions on how I go about this.
does anyone know any free asp chat software ,where 2 or 3 people from a company can login and answer questions from different customers.
View Replies View RelatedI guess everyone heard about Livsrv but they are chargeable. We are looking for same kind of thing but free One.
View Replies View Relatedim trying to find a free chat script but with adminestration rules
also i found some chat rooms i must pay 4 it every year or 6 month like digichat
and could n't find some explain 4 that.so can any body tell me about a good free chat and why must i pay 4 digichat every year ?
I would like a free Live Support script for my site...writtent in ASP. I found some, but they refresh the page to update the contents...I would like it to use a better, more-efficient way. Some features that would be nice, but not needed would be visitor monitoring and operator initiated chats, and the ability to push the user to pages. If there is any such script...could someone please tell me where I can find it?
View Replies View RelatedPlease recommend an chat component ( customer support purpose)
for .net applications with oracle back end.
Loof forward for any information in this regard.
i am looking for asp-flash based chat source codes please send me link if you find any one. Code:
View Replies View RelatedI need help for making a chat room.
From past six month i am trying to make a chat room .
so far i have tried text chat, session / application chat, database chat, xml chat e.t.c
but all these chat are not fast ..
The message sending and receiving time is around 4 sec. and some time it is more than 7 sec.
I want to make a chat room in asp which will be very fast , can any one guide me ...
i am planning for socket chat in asp but still not able to find any thing in that.
I have made a chat application and used Application("") global objects to send the messages Now, I want to add the private messaging feature to it Let us say there are 10 users at one time so that one user can click on 9 users and private chat with them.
How can I maintain or separate this private messaging?
Can anyone point me in the right direction for a script that allows user to chat on the web in ASP. However I need a one to one chat room.
I came accross this site and source code ...
How to create a basic chat?
View Replies View RelatedI am looking for a customizable chat software that is not in Java. It needs to be in ASp or ASP.net. It also needs to be able to intergrate with a SQL 2000 DB. I need this for a very big project I am involved in if any one can help i would truley apprecaite it.
View Replies View RelatedI had problem, one of our client web site with 650 pages and nearly 4500 visitior per day from our country. He need chat program that when visitor watches his pages for more than 25 second then he must called to Service Chat.
That owner must view� IP address [country and city]
� Time's counting of each visitor
� then call the visitor for Service chat.
Problem in here is:
How to send popup window to client browser for Particular IP address only and not for all after few minutes. Is it possiable or not.
i need code for online chat application development for an matrimonial chat application development.
View Replies View RelatedI am looking for free live chat support system in asp for download not for rent. Do you know any available on the internet ?
View Replies View RelatedI would like to create a chat room but I don't know where to start. for example:
Should I create a database for the user input and output. I never done this before.
I am looking for a script or help in asp and javascript socket chat program.
View Replies View Relatedi want to build simple chat system for fun. but i dont know where should i start. i know asp and little JS , AJAX .
i think these are enough for that kind of target. actually most important question is where should i store messages? and how can i send incoming messages to users "AT THE SAME MOMENT" . i mean how can i make continuous connection or is it possible?
I am working on developing a chat room using mysql database. the chat room has two frames one for the display text and the second frame for submit text from the user.
the two frames are:
display.asp
send.asp
what I need help with is when the user send a message how can I update the data with the new entry. Code:
i'm looking for a easy to setup web chat script that i can install on IIS? if someone can point me in the right direction it woudl be great, i download a couple cgi scripts but couldn't get them to load.
View Replies View Relatedhelp with designing a chat system for my website? I have been looking for good tutorials in the net but so far, I have not found any.
View Replies View RelatedI have sql server express at my PC-windows xp professional, I try to connect to a table via asp (queryString :"Driver={SQL Server};" &"Server=localhost;" & _
"Database=local;" & "Uid=nikos;" & "Pwd=nikos;" but there is an error
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver][DBNETLIB]"The SQL server does not exist or there is no permission.
I can login with EMS lite both with sql server Auth. and windows auth.What is fault?
I'm trying to install a simple e-mail form to my webpage; which takes some info from user (like name, phone, e-mail,etc...) and when user pushes submit button e-mails them to me immediately. I've tried to do so with ASP Formmail but I couldn't succeed. . it gives me: Server object error " 'ASP 0177 : 800401f3' Server.CreateObject Failed " error. Can anyone please help me to install my form? Because I need to install it immediately;
View Replies View RelatedI'm getting the error,
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/pdf_project/form1.asp, line 19
Invalid class string
I'm trying to submit the data in my pdf form to the web server.I've written the .asp code for it but it has been giving me this error.
I need to read a SQL Server table into a Web Page and within the Web
Page to permit my users to make changes to the records, delete or add
new records and then save the entire contents back to the SQL Server
table back.
The functionality I am looking is almost the same as In the SQL
Enterprise Manager whereby I can choose a table open the table and
then return all rows and I can maintain the same and save it back to
the SQL Server table. I want almost a similar web interface to such a
functionality.
Even if not a generic functionality as the SQL Enterprise Manager
table maintenance appreciate if somebody can share the code with a
sample how I can do it in ASP pages + T-SQL if need be.
What do I need to do to enable CDONTS om my macine to make it working
I'm testing the code:
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "xyz@xxxxx.com"
objCDO.From = "zyx@zzzzz.com"
objCDO.Subject = "TESST CDONTS MAIL"
objCDO.Body = "SOME TEXT TO SEND OVER"
objCDO.Send
Set objCDO = Nothing
It gives me an error after Set objCDO =
Server.CreateObject("CDONTS.NewMail")
Server object, ASP 0177 (0x800401F3)
Invalid class string
I have created a form that sends email thru my local server. What I want to do is send the email thru our corporate Exchange server. Does anyone know how I can accomplish this task? Please advise. Thanks.
P.S. I’m using Dreamweaver MX2004.
The code that sends email is shown below ....
Real quick, please refresh my memory which one of the following preserves the information that was posted from a form?
server.execute
server.transfer
response.redirect
I need to have a page execute if an error occurs while processing a page that a form was submitted to and have the data preserved.
I have made a site in ASP and I can navigate the site fine locally. However once I get to the product page I get:
"HTTP 500 - Internal server error Internet Explorer"
Does anyone have any idea as to why this may be? ....
If I have multiple websites on the same server,can I use the #include directive to reference include files elsewhere on the server? I tried this -
<!--#include file="C:InetpubvhostsATRAMEMBER.COMhttpdocsheader.asp" -->
But no dice...
I'm just about to start a project that needs to combine the results of a SQL
Server query with the results of an Index Server query. The basic idea is
that the user enters/selects a bunch of search criteria on a form.
Most of
the criteria selected by the user will be used to select records from the
database - standard WHERE clause stuff - but the user can also enter
free-text that should be searched for in associated uploaded documents.
The
documents are sitting in the file-system with file-name pointers only stored
in the database (not the document). Only records where the associated
free-text is found in the documents should be returned. I'm new to Index
Server and am wondering how is this done. Any good references/tutes?
I have an application that needs to pull files from an internal server. This
is the setup. The web server is external facing, meaning exposed to the
internet. I then have a file server that sits inside our domain. I created a
COM object that can impersonate a user to retrieve files from that server.
However, I cannot get the application to pull files from the internal server.
I first tried a domain account that could reach both servers. This did not
work. I then had the network team create the same account on both machines.
This is not working either. I can impersonate the user (I am able to get the
user/users authenticated), but the script keeps coming back with and access
denied. Code: