jokke Posted May 25, 2007 Share Posted May 25, 2007 (edited) Thought i wanted to share a simple chatserver i made.Uppdate: added zip to download.Chatserver - Simplified V.1.7Note: if you want to edit the port server will be running on change settings on line 19 example under.Dim $server[4] = [sERVER-IP,PORT,Max_length_tcp_recive,MAX_concurrent_connections] ;[server-IP,Port,Max_length_tcp_recive,Max_clients]Features: <*>telnet server-ip to connect. <*>Show message of today on connect.(motd.txt can be modified on the fly, no need to restart server.) <*>Register to use.(users registeded inn users.ini) <*>Login to speech. <*>Broadcasts userlogins to everyone, aswell as logout. <*>Only 1 login per username. <*>Send messages to everyone. <*>Send private messages, to other users. <*>Setstate, sets your current state afk, surfing etc... (Message is broadcasted and visible when listall command is used) <*>Listall, lists all user currently logged on. <*>Listchat, lists log over old chat.(only public chat) <*>help, works the same way as motd, where you are able to edit help.txt while server is running. <*>supports 99 concurrent connections. edit $server[3] to change.Known bugs: <*>If you try to login after you have allready logged on, server still thinks you are the same as before you tried to login again.I basicly wanted to learn how to use socket server and handling different sockets with diferent variables at once.Server code based off dnsi's AU3 MultiConnect-Socket Server! found here. rar-file contains, everything needed to understand how users.ini, motd.txt and help.txt file work.Link to EXE as requested by Javascript_FreekChatserver_V.1.7.rarChatserver_V.1.7.au3Chatserver_V.1.7.zip Edited June 6, 2007 by jokke UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
Cyber Posted May 25, 2007 Share Posted May 25, 2007 Great!! Fantastic! Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key Link to comment Share on other sites More sharing options...
Gif Posted May 25, 2007 Share Posted May 25, 2007 cool!!! Link to comment Share on other sites More sharing options...
jokke Posted May 25, 2007 Author Share Posted May 25, 2007 (edited) Thanks guys Redoing the code now, a few hours and i have a working IRC server after abit consideration im going to wait abit with the IRC server, since i have alot other things to do this weekend, ill do it when im at work Edited May 25, 2007 by jokke UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
A. Percy Posted May 25, 2007 Share Posted May 25, 2007 I liked it. Good work! Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator VW Bug user Pinheiral (Pinewood) city: http://pt.wikipedia.org/wiki/Pinheiral Link to comment Share on other sites More sharing options...
JavaScript_Freek Posted May 27, 2007 Share Posted May 27, 2007 .exe plz! im on a guest so i can download autoit or WinRar [center]Cookyx.com :: Simple LAN Chat[/center] Link to comment Share on other sites More sharing options...
Sn0opy Posted May 27, 2007 Share Posted May 27, 2007 (edited) to fix your problem, you could write into the users.ini anything like "$connected = 1". Now just create an if-answer if $connected is 1 or 0. If 1, the user can't connect. And, is it possible, to change the Port, users connect to? I'm behind a router and I can't open more ports. Edited May 27, 2007 by Sn0opy Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted May 28, 2007 Share Posted May 28, 2007 checking it right, for now on could you please archive your scripts in something other than rar. zip is more widely supported. Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
jokke Posted May 28, 2007 Author Share Posted May 28, 2007 Javascript_Freak: sorry wont add a exe, since most ppl dont like them, its best to just stick to the source. Sn0opy: Change Server[1] at line 19 to change the port server will be running on. mrRevoked: thanks added zip on the list of download options. UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
JavaScript_Freek Posted May 29, 2007 Share Posted May 29, 2007 pleeeae! IM GUEST AND cant download AutoIt. So I can not run au3's. PLEASE MAKE A .EXE!!!!! PLEASE GOD~!!! PRETTY PLEASE [center]Cookyx.com :: Simple LAN Chat[/center] Link to comment Share on other sites More sharing options...
JavaScript_Freek Posted May 31, 2007 Share Posted May 31, 2007 Yes It doesn't work... when I click on the .au3... nothi ng happens. [center]Cookyx.com :: Simple LAN Chat[/center] Link to comment Share on other sites More sharing options...
jokke Posted June 2, 2007 Author Share Posted June 2, 2007 pleeeae! IM GUEST AND cant download AutoIt. So I can not run au3's. PLEASE MAKE A .EXE!!!!! PLEASE GOD~!!! PRETTY PLEASEIwe added .EXE as a link inn the first post, or use this link. UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
LowKey Posted December 15, 2007 Share Posted December 15, 2007 Hey, sry for the necropost, but im thinking, could this be used to create a MUD server? I'm looking to create my own MUD and need somewhere to start. ~T3CHM4G3~PROjECTS: Telnet Client Link to comment Share on other sites More sharing options...
JustinReno Posted December 15, 2007 Share Posted December 15, 2007 HelpFile? Link to comment Share on other sites More sharing options...
jokke Posted December 20, 2007 Author Share Posted December 20, 2007 I have thought about creating a MUD myself. I actually made engine for combat,stats,map,inventory. (based on this chat server) but where unable to come upp with a good storry. If i where to write another MUD i would use another server, or atleast rewrite it so it would create a new process for each connection, for faster responce. UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt. Link to comment Share on other sites More sharing options...
Marcel789 Posted August 3, 2013 Share Posted August 3, 2013 can you or someone else make an Client ? Link to comment Share on other sites More sharing options...
Developers Jos Posted August 3, 2013 Developers Share Posted August 3, 2013 can you or someone else make an Client ? How many old threads are you planning to resurrect today? Let's agree this was the last one for a while. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. 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