Fimbulwinter Project  Pre-Alpha
An Ragnarok Online Emulator
Public Attributes
Account Class Reference

Account Class. More...

#include <AccountDB.h>

List of all members.

Public Attributes

int account_id
string userid
string user_pass
char sex
string email
int level
unsigned int state
time_t unban_time
time_t expiration_time
unsigned int logincount
string lastlogin
string last_ip
string birthdate

Detailed Description

Account Class.

General Information about accounts

Author:
Fimbulwinter Development Team
GreenBox
Date:
08/12/11
Parameters:
account_idThe Account ID
useridThe User Login
user_passUser Password (Size: 23+1 plaintext, 32+1 MD5)
sexUser Gender
emailUser Email
levelGM Level
stateAccount State (packet 0x006a value + 1 (0: compte OK))
unban_time(timestamp): ban time limit of the account (0 = no ban)
expiration_time(timestamp): validity limit of the account (0 = unlimited)
logincountNumber of successful login attempts
lastloginLast Login date
last_ipLast Login IP
birthdateassigned birth date (format: YYYY-MM-DD, default: 0000-00-00)

The documentation for this class was generated from the following file:
 All Classes Functions