serverInfo.py

05/27/2014 17:34 Kreshcz#1
Hallo,
wenn mache ich loginInfo.py, also habe ich nicht in client name server (nur: K:ip: port).
[Only registered and activated users can see links. Click Here To Register...]
Was mit dass? - Client by Invoice und code:
Danke für antwort und hilfe.

Close :)
05/28/2014 00:13 .Shōgun#2
Try

auto_login = 1

instead of

autoLogin = 1
05/28/2014 08:29 PDDS™#3
Edit your serverinfo.py wit Notepad++
-> Look for this snippet:

Code:
REGION_DICT = {
    0 : {
         1 : { "name" : "YOURSERVERNAME", "channel" : *****, },
    },
}
Edit the YOURSERVERNAME and replace it with the Text you want to display.


Regards