Jump to content

[AU3 Chat] Multiple admins?


Recommended Posts

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 advanced

EDIT: sorry, heres the link to the thread

http://www.autoitscript.com/forum/index.php?showtopic=28730

Edited by Flamingwolf
Link to comment
Share on other sites

http://www.autoitscript.com/forum/index.php?showtopic=28730

I looked at the source, but something caught my eye. A really bad exploitable bug.

Link to comment
Share on other sites

http://www.autoitscript.com/forum/index.php?showtopic=37175

Try YAC-P, Its based off Au3Chat but more advanced.

BTW, its basically they have kick access. Only needed 14 lines of code.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...