程序可用變量
用戶Session ： $UserSession


模板可用變量

用戶Session ： $UserSession


$UserSession = Array
(
    [sId] => 439c1ca6cff949870d95eac1ebdcfe23
    [UserName] => root
    [UserID] => 1
    [GroupID] => 2
    [LogInTime] => 1146730791
    [RunningTime] => 1146733143
    [Ip] => 127.0.0.1
    [SessionData] => Array
        (
            [OWNED-OPERATORS] => Array
                (
                    [0] => Edit-Download
                    [1] => Add-News
                )

        )

    [CWPS_SessionActiveTime] => 1146733176
)


論壇模式示例

發貼/回復post.php接口

發貼：o=add&NodeID=?
發貼提交：o=add_submit&NodeID=?&Topic=?&Content=?

回復：o=reply&NodeID=?&IndexID=?
回復提交：o=reply_submit&NodeID=?&IndexID=?&content=?

