CoderDunn Posted August 22, 2006 Share Posted August 22, 2006 http://en.wikipedia.org/wiki/Computer_port_%28software%29http://en.wikipedia.org/wiki/TCP_and_UDP_portThanks, that helped alot since I was trying to use a port number of 82153 So the port can be anything as long as it's between 0 and 65535 right?Hallman Link to comment Share on other sites More sharing options...
themax90 Posted August 22, 2006 Share Posted August 22, 2006 Thanks, that helped alot since I was trying to use a port number of 82153 So the port can be anything as long as it's between 0 and 65535 right?HallmanUsually true, most of the time we try not to have aserver on well known ports like 80, 21, 25, 110, etc because they are HTTP, POP3, FTP, Telnet, etc Link to comment Share on other sites More sharing options...
erifash Posted August 23, 2006 Author Share Posted August 23, 2006 (edited) very nice job.why it is limited to 16 user?for more user it have problem?ty.It is limited to 16 users because if there were any more it would be like trying to talk at a concert. Too many users chatting at once leads to server lagging and the edit box would scroll down too fast. Edited August 23, 2006 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
THESCRIPTERIST Posted August 23, 2006 Share Posted August 23, 2006 good job [color=#FF0000][b] COMPUTERS ARE MADE OF NUMBERS SUCH AS 1010101110010101010101 AND SCRIPTING IS THE KEY TO THE DOOR door=101010101010101 and so on and the the key=scripting Link to comment Share on other sites More sharing options...
jaenster Posted August 23, 2006 Share Posted August 23, 2006 How you create that the editbox scrolls ! WTF :| -jaenster Link to comment Share on other sites More sharing options...
themax90 Posted August 23, 2006 Share Posted August 23, 2006 GUICtrlCreateEditBox("", 200, 200, 200, 200, BitOr($WS_VSCROLL, $WS_HSCROLL), Default) Link to comment Share on other sites More sharing options...
erifash Posted September 6, 2006 Author Share Posted September 6, 2006 Long time no bump! After recieving many PM's relating to AU3Chat I have decided to start working on it again. Here are some of the things you could expect to see in the future: Private messages open in a seperate window. Admin password encryption. Binary file transfer. Thank you for the ideas and your support on this project! My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
erifash Posted September 19, 2006 Author Share Posted September 19, 2006 I have been very busy with school and such, barely having any time to look over the code. It is pretty slow going and I just wanted to let everyone know that I am still working on it. I am actually thinking about starting from scratch but using the same ideas from the original code. The new version should contain many comments for those who want to see how it works. I can't give a definite answer on when the next version will come out as it all depends on how much free time I have. (FYI: Programmers are not vampire slaves! ) My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
iceberg Posted September 24, 2006 Share Posted September 24, 2006 hi erifash, great job. well done! i am so glad that u came up with tis program. very very helpful indeed. so easy to use as well. mind if i suggest something....is it possible to add "$user is typing a message" in the GUI for all to see? jus a tot. thanks. mouse not found....scroll any mouse to continue. Link to comment Share on other sites More sharing options...
erifash Posted September 25, 2006 Author Share Posted September 25, 2006 (edited) is it possible to add "$user is typing a message" in the GUI for all to see?I probably could but I don't see the point. I never really understood why AIM does that either. Does AIM do that when you are in a chat room (multiple people)?Anyways, I have updated it. I redesigned the login GUI as well as fixed a couple bugs with login issues. I also added RC4 encryption based on Valik's code with a password that changes every ten seconds. I hope you enjoy it! Edited September 25, 2006 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
_Kurt Posted October 16, 2006 Share Posted October 16, 2006 hey, I'm a huge noob to auto-it. I'm just wondering, would you be able to talk with someone else on a different computer? and what are the requirements to be able to do such a thing? Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
Daniel W. Posted October 16, 2006 Share Posted October 16, 2006 One of both needs to start the host file. and then both connect with client file to his pc and they can chat --------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote] Link to comment Share on other sites More sharing options...
JohnBailey Posted February 7, 2007 Share Posted February 7, 2007 I'm not getting how to get this going... How do I set it up? A decision is a powerful thing Link to comment Share on other sites More sharing options...
Alek Posted April 27, 2007 Share Posted April 27, 2007 i whould really like to thank you for this script, i used it to make my own chat script (mostly i just added alot of stuff to your script, hope you dont mind) what i have done: 1. added a "Create user" function, and a ban function. 2. xskin to make it look better 3.check if the username and password are correct and the user isent baned or online 4.some .ini files for client and server (Database.ini for server and config.ini for client) 5.made a DB viewer for database.ini todo: 1.let the user retry to input the correct password if error, so far it freezes so i made it exit the chat 2.channels maybe 3.remove the buttons behind the chat when you are in the chat (login button and create user button) Chat.zip [font="Impact"]Never fear, I is here.[/font] Link to comment Share on other sites More sharing options...
iceberg Posted July 19, 2007 Share Posted July 19, 2007 hi erifash, i m still using your old version which I am very comfortable with. how do i set it such that the window auto activates when a new msg is received? thanks. mouse not found....scroll any mouse to continue. Link to comment Share on other sites More sharing options...
Alek Posted July 19, 2007 Share Posted July 19, 2007 hi erifash, i m still using your old version which I am very comfortable with. how do i set it such that the window auto activates when a new msg is received? thanks.replace Case Else If $recv[$i] Then GUICtrlSetData($edit, $recv[$i] & @CRLF, 1)oÝ÷ Û«¢+Ø$$ ͱÍ($$%%ÀÌØíÉÙlÀÌØí¥tQ¡¸($$$%U% ÑɱMÑÑ ÀÌØí¥Ð°ÀÌØíÉÙlÀÌØí¥tµÀì I1°Ä¤($$$%]¥¹Ñ¥ÙÑ ÀÌØíÕ¤¤($$%¹% i havent tested it but i think it will work [font="Impact"]Never fear, I is here.[/font] Link to comment Share on other sites More sharing options...
iceberg Posted July 20, 2007 Share Posted July 20, 2007 cool, thanks. mouse not found....scroll any mouse to continue. Link to comment Share on other sites More sharing options...
peter123 Posted July 20, 2007 Share Posted July 20, 2007 This is owesome men But where did you save the message files? Link to comment Share on other sites More sharing options...
ashley Posted July 20, 2007 Share Posted July 20, 2007 i whould really like to thank you for this script, i used it to make my own chat script (mostly i just added alot of stuff to your script, hope you dont mind) what i have done: 1. added a "Create user" function, and a ban function. 2. xskin to make it look better 3.check if the username and password are correct and the user isent baned or online 4.some .ini files for client and server (Database.ini for server and config.ini for client) 5.made a DB viewer for database.ini todo: 1.let the user retry to input the correct password if error, so far it freezes so i made it exit the chat 2.channels maybe 3.remove the buttons behind the chat when you are in the chat (login button and create user button) Chat.zip every time i get unable to connect... Free icons for your programs Link to comment Share on other sites More sharing options...
Alek Posted July 20, 2007 Share Posted July 20, 2007 every time i get unable to connect...hmm, are you sure the config files are right?? i havent used this in a while but i think it uses config.ini to read what IP to connect to [font="Impact"]Never fear, I is here.[/font] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now