• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
D2K Fake

Hỏi về server pc Đăng kí đăng nhập

Trạng thái
Không mở trả lời sau này.
Sử dụng MySQL kết nối database của authme trong server với web nhá
 
MySQL thì tìm hiểu trên google còn muốn nhanh thì
ゆき
 
tắt chế độ register trong authme đi rồi mới làm web :3
 
DataSource:
# What type of database do you want to use?
# Valid values: SQLITE, MYSQL
backend: 'MYSQL'
# Enable the database caching system, should be disabled on bungeecord environments
# or when a website integration is being used.
caching: true
# Database host address
mySQLHost: '127.0.0.1' // nê
# Database port
mySQLPort: '3306'
# Connect to MySQL database over SSL
mySQLUseSSL: true
# Username to connect to the MySQL database
mySQLUsername: 'authme' // username của database, mặc định của xampp là root
# Password to connect to the MySQL database
mySQLPassword: '12345' //password của database, mặc định của xampp là để trống ;3
# Database Name, use with converters or as SQLITE database name
mySQLDatabase: 'authme' //tên của database :thinking:
// mấy cái dưới này cũng không nên thay lắm
# Table of the database
mySQLTablename: 'authme'
# Column of IDs to sort data
mySQLColumnId: 'id'
# Column for storing or checking players nickname
mySQLColumnName: 'username'
# Column for storing or checking players RealName
mySQLRealName: 'realname'
# Column for storing players passwords
mySQLColumnPassword: 'password'
# Column for storing players passwords salts
mySQLColumnSalt: ''
# Column for storing players emails
mySQLColumnEmail: 'email'
# Column for storing if a player is logged in or not
mySQLColumnLogged: 'isLogged'
# Column for storing if a player has a valid session or not
mySQLColumnHasSession: 'hasSession'
# Column for storing a player's TOTP key (for two-factor authentication)
mySQLtotpKey: 'totp'
# Column for storing the player's last IP
mySQLColumnIp: 'ip'
# Column for storing players lastlogins
mySQLColumnLastLogin: 'lastlogin'
# Column storing the registration date
mySQLColumnRegisterDate: 'regdate'
# Column for storing the IP address at the time of registration
mySQLColumnRegisterIp: 'regip'
# Column for storing player LastLocation - X
mySQLlastlocX: 'x'
# Column for storing player LastLocation - Y
mySQLlastlocY: 'y'
# Column for storing player LastLocation - Z
mySQLlastlocZ: 'z'
# Column for storing player LastLocation - World Name
mySQLlastlocWorld: 'world'
# Column for storing player LastLocation - Yaw
mySQLlastlocYaw: 'yaw'
# Column for storing player LastLocation - Pitch
mySQLlastlocPitch: 'pitch'
# Overrides the size of the DB Connection Pool, default = 10
poolSize: 10
# The maximum lifetime of a connection in the pool, default = 1800 seconds
# You should set this at least 30 seconds less than mysql server wait_timeout
maxLifetime: 1800
và cài plugin dev.bukkit.org
chúc bạn may mắn hihi
 

yêu cầu khi làm việc này
1. cần có hosting (có MySQL từ xa, để AuthMe kết nối)
2. hiểu biết về PHP và web coding
3. tiền :^)
 
yêu cầu khi làm việc này
1. cần có hosting (có MySQL từ xa, để AuthMe kết nối)
2. hiểu biết về PHP và web coding
3. tiền :^)
xài vps host web đc rồi cần gì tiền thuê nữa .-.
 
Bửa nào rãnh có time thì làm 1 video hướng dẫn kết nối authme lên sql
CcnGtl4.png

P/s: không biết khi nào nữa
 
cái này thì thuê dịch vụ là khỏe nhất ... 200k là có cả web + đăng ký + nạp thẻ rồi
 
Trạng thái
Không mở trả lời sau này.
Similar content Most view Xem thêm
Back
Top Bottom