📄 login.h
字号:
#ifndef _LOGIN_H_
#define _LOGIN_H_
#define MAX_SERVERS 30
#define LOGIN_CONF_NAME "conf/login_athena.conf"
#define PASSWORDENC 3 // 埫崋壔僷僗儚乕僪偵懳墳偝偣傞偲偒掕媊偡傞
// passwordencrypt偺偲偒偼1丄
// passwordencrypt2偺偲偒偼2偵偡傞丅
// 3偵偡傞偲椉曽偵懳墳
#define START_ACCOUNT_NUM 2000000
#define END_ACCOUNT_NUM 100000000
struct mmo_account {
char* userid;
char* passwd;
int passwdenc;
long account_id;
long login_id1;
long login_id2;
long char_id;
char lastlogin[24];
int sex;
};
struct mmo_char_server {
char name[20];
long ip;
short port;
int users;
int maintenance;
int new;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -