UID50806
帖子
精華
主題
積分1116
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限10
註冊時間2008-1-13
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 擦汗 2010-6-5 09:41 PM |
---|
簽到天數: 4 天 連續簽到: 0 天 [LV.2]偶爾看看I
|
本帖最後由 punk6852545 於 2010-5-18 08:44 PM 編輯
個人學SQL到現在經驗不是很多
出了這個錯誤我沒辦法排除
這是讀取 login-server_sql 偵錯後又自動RUN
[資訊]: Reading configuration file conf/login_athena.conf...
[狀態]: Login server binding IP address : j6852545.no-ip.biz -> 220.136.18.114
[狀態]: set login_port : 6900
[資訊]: Console Silent Setting: 0
[資訊]: Reading configuration file conf/import/login_conf.txt...
[資訊]: Finished reading conf/import/login_conf.txt.
[資訊]: Finished reading conf/login_athena.conf.
[資訊]: reading configuration file conf/inter_athena.conf...
[資訊]: reading configuration file conf/import/inter_conf.txt...
[資訊]: Done reading conf/import/inter_conf.txt.
[資訊]: Done reading conf/inter_athena.conf.
[資訊]: Reading the configuration file conf/subnet_athena.conf...
[狀態]: Read information about 1 subnetworks.
[狀態]: Login server init....
[狀態]: Connect Login Database Server....
[狀態]: Connect success!
[偵錯]: at ..\src\login_sql\login.c:301 ←這個部份
----------------------------------------------------------------------------- CONF部分 login_athena
// Athena Login Server configuration file.
// Translated by Peter Kieser <[email protected]>
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
// 登入伺服器的IP
// 如果你的伺服器運作在防火墻或是多網卡後面,你應該設定這裡
// 在這種情況下,你需要指定你希望能與外面通訊的的 IP 地址
bind_ip:j6852545.no-ip.biz
// 登陸伺服器連接埠設置
login_port: 6900
// 在每條資訊前面輸出的時間戳格式
// 最多包含20個字符
// 通常格式包括
// %I:%M:%S %p (小時:分鍾:秒 12小時制, AM/PM 格式)
// %H:%M:%S (小時:分鍾:秒, 24 小時制)
// %d/%b/%Y (日/月/年)
// 可參考 strftime() 手冊查詢可用的其他格式
//timestamp_format: [%d/%b %H:%M]
//If redirected output contains escape sequences (color codes)
stdout_with_ansisequence: no
//對console輸出的資訊進行過濾選項
//1: 隱藏普通資訊
//2: 隱藏狀態資訊
//4: 隱藏注意資訊
//8: 隱藏警告資訊
//16: 隱藏錯誤及SQL錯誤資訊
//32: 隱藏偵錯訊息
//例子: "console_silent: 7"隱藏普通、狀態和注意資訊 (1+2+4)
console_silent: 0
// 是否允許遠程式控制制
admin_state: no
// 遠程式控制制管理員密碼,如果你在上面的設定中允許了遠程式控制制,請及時變更密碼,以保證伺服器安全
// NOTICE: If you enable remote administration, you should change its value for security
// NOTE: ladmin 只對TXTlogin server有效
admin_pass: admin
// 允許遠程管理本伺服器的IP/host
admin_allowed_ip: all
// 控制台指令
// 控制台指令設定參數使用 on和off
// 是否記錄日誌到log資料夾
console: off
// 註冊是否區分大小寫 (SQL限定)?
case_sensitive: yes
// 是否允許遊戲客戶端登入帳號在號面增加“_M/_F”註冊新的帳號?
new_account: yes
// 帳號註冊保護系統
// allowed_regs 中的數字是在 time_allowed 時間內允許的註冊人數(秒)
allowed_regs: 1
time_allowed: 10
// 帳號資料儲存到
account_filename: save/account.txt
// GM賬戶的ID以及其許可權等級儲存到
gm_account_filename: conf/GM_account.txt
// 定時檢查GM賬戶檔案,如果檔案內容被修改,則重新載入此檔案
// (單位為秒; 預設: 15; 值為0時為禁止此功能)
gm_account_filename_check_timer: 15
// 是否紀錄登陸伺服器日誌
// NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans.
log_login: yes
// 當設定為yes的時候,登陸伺服器將拒絕以及連接的帳號再次登陸.
// 當登陸帳號被拒絕的時候,這個帳號將會從所有的角色伺服器上被連接埠.
// 如果你只有一個角色伺服器或者多角色伺服器從一個庫中讀取資訊,
// 可以很安全的將它設定為no/
online_check: no
// 對玩家顯示的時間格式, 日誌記錄的時間格式..等各種項目的時間格式.
date_format: %Y-%m-%d %H:%M:%S
// 玩家最低GM管理等級要多少,伺服器才允許其連接登陸
// 0: 所有玩家 (允許普通玩家0. 這是預設值), 其它請依自己的需要填寫1至99
min_level_to_connect: 0
// 設定一個無限時間的帳戶的帳戶使用期限(管理指令為: timeadd)
// 如果設定為1或yes..., 時間限制將從現行時間開始到設定的時間為止.
// 如果設定為0或no..., 在一個無限的帳戶上,設定將不能成功完成. 你必須在調整之前設定一個最終時間 (指令: timeset)
add_to_unlimited_account: yes
// 對新建賬戶開始以秒為單位計時
// -1: 新建賬戶將擁有無限的使用期限(預設值)
// 0 或更多: 新建的賬戶將可以使用到 現行時間加上這個參數的值的時間
start_limited_time: -1
// 是否檢查客戶端版本資訊?
check_client_version: no
//允許連接的最低版本(如果客戶端的版本大於這個版本號,則可以正常連接)
client_version_to_connect: 20
// Login數據庫的密碼為MD5碼 - <passwordencrypt> 不能在客戶端上使用這個
use_MD5_passwords: no
// 封閉帳號特性 (SQL only)
ipban: yes
dynamic_pass_failure_ban: yes
dynamic_pass_failure_ban_interval: 5
dynamic_pass_failure_ban_limit: 7
dynamic_pass_failure_ban_duration: 5
//執行 DNS/IP 更新的間隔時間(分為單位). 預設為關閉
//假如你的伺服器使用會因時間改變的動態IP則啟用
//ip_sync_interval: 10
// DNS Blacklist Blocking
// If enabled, each incoming connection will be tested against the blacklists
// on the specified dnsbl_servers (comma-separated list)
use_dnsbl: no
//DNS伺服器 (以空白區隔)
dnsbl_servers: dnsbl.deltaanime.net
import: conf/import/login_conf.txt
請各位有經驗的幫忙-0-...。
版本EA 12716
char好像沒什麼錯誤
如果有什麼資料不足的我在另行補上
先感謝了 |
本帖子中包含更多資源
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
|