Flamingwolf Posted January 21, 2007 Posted January 21, 2007 (edited) hey, ive been trying to get multiple admins on my chat server [AU3 Chat modded] but i cant get it to work. whenever i do it it shows up weird, or doesnt work. i was wondering if anyone could help me figure this out. thanks in advancedEDIT: sorry, heres the link to the threadhttp://www.autoitscript.com/forum/index.php?showtopic=28730 Edited January 21, 2007 by Flamingwolf
McGod Posted January 21, 2007 Posted January 21, 2007 http://www.autoitscript.com/forum/index.php?showtopic=28730I looked at the source, but something caught my eye. A really bad exploitable bug. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Flamingwolf Posted January 21, 2007 Author Posted January 21, 2007 D= oh well this is just for my friends. if they hack me i will hate them + ip ban them somehow
McGod Posted January 21, 2007 Posted January 21, 2007 http://www.autoitscript.com/forum/index.php?showtopic=37175Try YAC-P, Its based off Au3Chat but more advanced.BTW, its basically they have kick access. Only needed 14 lines of code. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Flamingwolf Posted January 21, 2007 Author Posted January 21, 2007 http://www.autoitscript.com/forum/index.php?showtopic=37175Try YAC-P, Its based off Au3Chat but more advanced.BTW, its basically they have kick access. Only needed 14 lines of code.yea, i tried using that too, but i -hate- the skin that YaC-P has. i personally like the small look of AU3Chat. and also, i couldnt add more admins D=
Snarg Posted January 21, 2007 Posted January 21, 2007 yea, i tried using that too, but i -hate- the skin that YaC-P has. i personally like the small look of AU3Chat. and also, i couldnt add more admins D=If you don't want to use the SkinCrafter skins, comment out the following lines, like so: ;Used by SkinCrafter ;$Dll = DllOpen (@TempDir & '\SkinCrafterDll.dll') ;Used by SkinCrafter ;DllCall ($Dll, 'int', 'InitLicenKeys', _ 'int', _BSTR ('0'), _ 'int', _BSTR ('SKINCRAFTER'), _ 'int', _BSTR ('SKINCRAFTER.COM'), _ 'int', _BSTR ('support@skincrafter.com'), _ 'int', _BSTR ('DEMOSKINCRAFTERLICENCE')) ;DllCall ($Dll, 'int', 'DefineLanguage', 'int', 0) ;DllCall ($Dll, 'int', 'InitDecoration', 'int', 1) ;DllCall ($Dll, 'int', 'LoadSkinFromFile', 'int', _BSTR (@TempDir & '\X-skin.skf')) ;Select the skin to use here ;DllCall ($Dll, 'int', 'ApplySkin') ;Used by SkinCrafter ;Func _BSTR ($String) ; Local $Length = StringLen ($String) ; Local $Buffer = DllCall ('oleaut32.dll', 'int', 'SysAllocStringLen', 'int', 0, 'int', $Length) ; DllCall ('kernel32.dll', 'int', 'MultiByteToWideChar', 'int', 0, _ 'int', 0, _ 'str', $String, _ 'int', $Length, _ 'ptr', $Buffer[0], _ 'int', $Length) ; Return $Buffer[0] ;EndFunc ;==>_BSTRoÝ÷ Ø mz¹Ú¶+åÊW½ëazÉ"ø¥zÇ¥yËb¢wâzW[©ä)²®¶sdFÆÄ6ÆÂb33c´FÆÂÂb33¶çBb33²Âb33´ÆöE6¶äg&öÔfÆRb33²Âb33¶çBb33²Âô%5E"FV×F"fײb33²b33²µ6VÆV7BFR6¶âFòW6RW&oÝ÷ Ø l¢'ò¢ébä¤p«iû^»më${aj×(ë0ØXh#ïȶ®®oÝ÷ Ø]jÉ&)ìj̨» .ÙbáhìZ^jëh×6Global Const $Admin1 = IniRead ("server.ini", "Settings", "Admin1", "" ) Global Const $Password1 = IniRead ("server.ini", "Settings", "Password1", "" ) Global Const $Admin2 = IniRead ("server.ini", "Settings", "Admin2", "" ) Global Const $Password2 = IniRead ("server.ini", "Settings", "Password2", "" ) Global Const $Admin3 = IniRead ("server.ini", "Settings", "Admin3", "" ) Global Const $Password3 = IniRead ("server.ini", "Settings", "Password3", "" )oÝ÷ ØÚ0¢§º®÷«x×âÛayú%" bëºÚ"µÍYZ[HYZ[ÜÝÛÜHÜÝÛÜoÝ÷ Ø(Z風^~e£§«¢+Ùµ¥¸Äôµ¥¸Ä)AÍÍݽÉÄôÁÍÍݽÉÄ)µ¥¸Èôµ¥¸È)AÍÍݽÉÈôÁÍÍݽÉÈ)µ¥¸Ìôµ¥¸Ì)AÍÍݽÉÌôÁÍÍݽÉÌ Of course, substitute the example usernames and passwords above for the ones you wish to use. A little reading goes a long way. Post count means nothing.
Flamingwolf Posted January 21, 2007 Author Posted January 21, 2007 ahh i see. my friends sometimes get 'that username is in use' or something similar when nobody has connected at all, and even when typing random letters, would you happen to know a fix for that?
Snarg Posted January 21, 2007 Posted January 21, 2007 my friends sometimes get 'that username is in use' or something similar when nobody has connected at all, and even when typing random letters, would you happen to know a fix for that?Not off the top of my head but I can take a look at it. A little reading goes a long way. Post count means nothing.
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