Spam Control In Chat Application?
Apr 29, 2009
How do code to prevent spam in my chat application? I mean the sender shouldn't overload my receiver by continuously sending messages....
Should I start a timer after a message is sent or something like that?
View 5 Replies
ADVERTISEMENT
Mar 16, 2012
I don't want it to be MultiThreaded. i read some tutorials and have a good idea. but unfortuantely all the tutorials on the web write code without explaining. so is anyone here has a good knowledge with Chat application ? I know it's about sockets and stuff but i just need an explaination with code ;)
View 5 Replies
Sep 16, 2011
I'm trying to make online chat..I saw 2 P2P tutorials:url...both are great tutorials, but they work in LAN only with addresses and ports given.if anybody knows which port and address could I use with this ideas and go to internet.
View 2 Replies
Oct 4, 2009
I am trying to develop a chat application using Visual Basic 2008. I have referred some articles on the internet like [URL]...rogramming.htm and got the concept of connecting and sending data. But when it comes to real world chat applications, there is user authentication and all that. So I was wondering if it is possible to make my own Windows Live Messenger or Yahoo Messenger!!. I searched web for such a sample or source code, but could not find any. Has anyone here created such an application??
View 2 Replies
Jan 7, 2011
I own an online forum:A host server with MySQL database support, domain name, and, MyBB forum software.I want to create an application that will let my users log in, and, well, chat.But I am clueless. What do I need? I have my own database online and host and everything so... What is a good start?
View 1 Replies
Apr 14, 2011
What I need to do is create the server side for a chat application that will run on the iPhone, Android, Blackberry and web browsers. To do this I am thinking of:
[Code]...
View 2 Replies
Jan 15, 2012
I made one client-server chat application using vb.net. I want to know how can i change the form/icon color when a client sends a message and vice versa.
for eg: like in yahoo messenger or msn messenger,etc, How i user knows when he receives an message.
View 1 Replies
Jun 25, 2009
I would like to create a voice chat application using Vb.net
View 2 Replies
Feb 9, 2011
I have chose to create a text/voice/draw chat application. So far, I have gotten as far as creating a server application and a client application which can be run multiple times on the same mahine allowing each instance to communicate with on another.[code]...
View 5 Replies
Mar 13, 2010
develop voice chat application using socket programming in vb.net?
View 1 Replies
Jul 29, 2009
I have been trying for years making a network app.I need linked to a video or something, mainly on msdn or some microsoft site, because youtube created videos for coding aren't all that helpful as most of the microsoft made videos.
I need not linked to things like multi-user tcp chat application, as i have looked at these, and even found no code solution, but the no code doesn't allow too much customization and hard to deal with data received to make your own commands send and receive and have events for them.
The multi-user tcp chat application, it doesn't explain anything, just gives you the code for you to look at, and well, it's hard to understand.
I WANT TO MAKE THE PROGRAM BEFORE MORE YEARS PASS BY.
View 1 Replies
Jul 26, 2009
how to start a voice chat application in VB.net
View 1 Replies
Jun 8, 2012
i want to create a simple chat and server application but i dont know where to start in socket hope someone will help me to create the application.
i found some tutorial in .net but it doesn't explain the code.
View 3 Replies
Dec 14, 2010
I'm trying to make a chat application in Vb what uses MySQL database.
Here is the code for the UpdateChat()sub
Public Sub UpdateChat()
' MySQL Adapter
Dim MySQLAdapter As New MySqlDataAdapter
[Code]....
Now it gives me there error that a connection is allready open with the Datareader (I havea timer running this sub once in a while).
View 21 Replies
May 16, 2012
I have been trying to make a chat application that can go out the local network for quite some time, but all I seem to find is chat applications for in local networks?
View 7 Replies
Nov 15, 2010
I want to develop a chat application with a server/client model, opening TCP or UDP sockets in VISUAL BASIC 2008. Is there a working example I can download, or some code to help me with this project? [code]Now, instead of 127.0.0.1 I should put some variable or something that keeps the IP address of the target machine?
View 1 Replies
Apr 10, 2010
I cannot find a Working Chat Application. I am starting this thread to get Help. Not for people to say search the forum. I am a novice to Visual Basic and I really need help. I am creating a Multi user chat application that will look like this; provide a Code or a link to a WORKING Chat with a Server end and a Chat end that shows who's online?
View 8 Replies
Jan 29, 2010
I am trying to spam a game, But it patched Sendkeys.Send Function to spam, Is there any other way? to send a message?
View 2 Replies
Aug 20, 2011
So, in another related post, i got the chat to send to a java server, cool.Now, it's a matter of sending it back to VB.on the server side of things, (in java), I am using the following
JAVA
public static void sendback(String what2send) throws IOException {
ObjectOutputStream oos = new ObjectOutputStream(mySocket.getOutputStream());
[code]....
View 7 Replies
Mar 14, 2010
I have a client/server chat application which I made . My question is how do I make the application work not only Locally but On any other network. I tried putting my IP in the part of creation of the client socket .
View 2 Replies
Mar 23, 2003
UDP multicast client and server chat application.
View 10 Replies
Nov 30, 2010
I am currently developing a chat application and am trying to include:
Various states, like MSN does, available, busy and away.If the user doesn't touch the keyboard for one minute, the state of the user isto be changed into Away.Or something similar to these.I also need the program to be able to play a sound while running.
View 1 Replies
Jan 8, 2010
Someone gave me a link to a Multi-User TCP Chat application once, but, there is a flaw in it, where it wont do special characters, such as Alt+1 will become a different character to the server than the one that was sent. Even I tried to see if the output was usable but it sees it as multiple chars, when it is only 1, and I can't find a link between what it sends and what the character is, so I can't just tell it based on whats sent what the char is, because I see no relation, I would have to type it out for each and every special character.
View 2 Replies
May 7, 2009
im trying to make a little application that will read an fps server chat log.the chat logs are plain text files that come in the format :
Billy says: yada yada yada
Bob says: mooo
on certain key phrases (which will be user defined) it will reply (also user defined) now my problems. (there are many). most of which stem from not actually knowing any syntax for this language.firstly im suffering something of a huge brain fart with trying to read only the last line. i have it currently reading though the whole file and counting line numbers but then i just hit a wall . what do i do with the line number? i cant find a simple way to stop and come then have it check again after a couple of seconds for a new line? allegedly filestream can seek the end of the file however all my attempts to do anything with filestream have met with absolutle failure.
this is what i currently have for this, and it works to some degree
FileReader = New IO.StreamReader(OpenFileDialog1.FileName)
Do While FileReader.Peek <> -1
txtln = FileReader.ReadLine()
[code]....
i have the remnants of both the options ive considered in there, and its almost doing what i need it to . i just have no idea what to put into the last section to make it wait for another line to be added to the text file, or use the linenumber to make it check back from there for more lines. i cant seem to find a wait/sleep/pause so i just dont know.
my other problem is one of file access. i am aware of some properties of filestream that allow for a shared read/write access for other programs . however as i stated before . i have had no success even getting this simple peice of code to work with filestream.
View 2 Replies
Jan 8, 2011
I am having a problem with the emails on website I did for someone. They have a list of customer to send prices list monthly, but the emails on most of them goes to the spam folder. Email is very simple, with HTML text and one link. This is the email format:
From: contact@senderdomain.com
to: customer@email.com
Two lines of text here
link here [URL]
end of mail....
I know they can go to the spam and make it 'not spam', but out of 5k customers we don't know how many of them are getting it or not. Also WHY are they going to spam?
View 6 Replies
Oct 29, 2009
Ok so im making a word spammer (ik u people dont like spammers but this is for fun) and well i got it to spammer that was easy but i only want it to spam it like 10 times and i cant think of a way to do that so if u can help plz do
[code]...
View 1 Replies
Apr 7, 2011
I have this code below, when a form will appear, a message box spam will be in processed.
Private Sub form_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
timer.Start()Private Sub timer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrnote.Tick MsgBox("I got you!", vbCritical, "LOL")
However, I want that only 10 messagebox to appear then after that it will be topped, and another form will appear. How to do this? It's a prank software, I'm doing.
View 4 Replies
Apr 6, 2011
I've been trying that example application at [url]...
I'm just using the client part to connect to an exiting server application. It works OK up to the point where it appends text into the[code]...
View 2 Replies
Jul 22, 2009
I developed a chat application with an attendant chat server. Everything is working fine. The issue now is the fact that whenever the chat server goes down (for instance, the server system shuts down as a result of power failure or some other problem), by the time the server system come back on, the chat server would have to be restarted manually.
I believe (and I know) it is more appropriate for the chat server application to restart itself when the computer comes back on (and of course regardless of who is logged in and of course, even before anyone logs in). I have a batch file that executes the chat server. My attempt was to create a windows service that start automatically and runs this batch file using a Network Service account on the server system. Although, I'm having a hard time with this (temporarily), I would love to ask if there are any alternatives to using a windows service.
View 3 Replies
Mar 4, 2012
I am developing a chat application using online connection to a mysql databbase. But i am facing a problem. After 10 minutes, MySQL closes all the chat connections because of the 600 seconds timeout (has been set by the host service i am using). I don't understand why is that happening cause every piece of my code which needs data from the database opens and closes the connection (i mean that it dosn't maintain the connection after the query's execution). If i .close() and .dispose() the connection, it still appears in mysql at sleep mode (it terminates only if i exit the program).
Dim MySQLCon as New MySQLConnection
Dim MySQLCom as New MySQLCom
Dim counter as Short
[code]....
View 2 Replies