作者TKyo.bbs@cpu.tfcis.org (暗黑貴公子) 看板: plan
標題Re: 上站立即領取支票 ?
時間動力核心 (2005/04/09 Sat 02:56:07) Updated: 2005/04/28
※ 引述《papago.bbs@cpu.tfcis.org (papago)》之銘言:
> 除了信託銀行的支票兌現之外,請問要怎麼讓使用者上站時,
> 立即領取支票呢?
: so/bank.c:x_cash()
- static void
+ int
x_cash()
{
...
- vmsg("您目前沒有支票未兌現");
- return;
+ return 0;
...
more(buf, NULL);
unlink(buf);
+ return 0;
}
: maple/bbsd.c : tn_login()
login_level();
+ /* ------------------------------------------------- */
+ /* 若有未收支票,在這邊收取 */
+ /* ------------------------------------------------- */
+ usr_fpath(buf, cuser.userid, FN_PAYCHECK);
+ if (dashf(buf))
+ DL_func("bin/bank.so:x_cash");
/* ------------------------------------------------- */
/* 設定 status */
/* ------------------------------------------------- */
login_status(multi);
--
◤◥ Origin: Maple-itoc˙動力核心 cpu.tfcis.org
◣◢ Author: TKyo 從 cszone.twbbs.org 發表