內容簡介
Mal Membership 允許建立僅限會員的區域,以及舉辦比賽。
意外的版面區塊
表格結構的描述(已過時,不建議使用)
賽事表格:mal_contest
ID = 自動遞增的編號
狀態 = 保留,進行中,已結束,已取消
開始日期 = 比賽開始日期/時間格式: YYYY-MM-DD HH:MM:SS
結束日期 = 比賽結束日期/時間格式: YYYY-MM-DD HH:MM:SS
會員表格:mal_members
ID = 自動遞增的編號
狀態 = 保留,啟用,停用
獎勵表格:mal_prize
ID = 自動遞增的編號
狀態 = 保留,啟用,停用
contest_id = 與此相關的 mal_contest ID
比賽資料表格:mal_contest_data
( 此表格包含有關比賽的所有詳細資訊 )
ID = 自動遞增的編號
contest_id = 與此相關的 mal_contest ID
value = 說明
會員資料表格:mal_member_data
( 此表格包含有關會員的所有詳細資訊 )
ID = 自動遞增的編號
user_id = 與此相關的 mal_contest ID
value = 會員的說明
獎勵資料表格:mal_prize_data
( 此表格包含有關獎勵的所有詳細資訊 )
ID = 自動遞增的編號
prize_id = 與此相關的 mal_contest ID
value = 獎勵的說明
日期/時間的 Javascript
http://www.ama3.com/anytime/
如果您有任何問題,請告訴我。[email protected]
簡短的 Markdown 示例
外掛標籤
開發者團隊
原文外掛簡介
Mal Membership allows for a members only section and ability to hold contests.
Arbitrary section
A description of the table structure ( out of date do not rely on this )
Table: mal_contest
ID = auto increment number
status = pending,active,completed,cancelled
start_date = the date/time the contest starts format: YYYY-MM-DD HH:MM:SS
end_date = the date/time the contest ends format: YYYY-MM-DD HH:MM:SS
Table: mal_members
ID = auto increment number
status = pending,active,disabled
Table: mal_prize
ID = auto increment number
status = pending,active,disabled
contest_id = ID of the mal_contest this is associated to
Table: mal_contest_data
( This table has all the details regarding the contest )
ID = auto increment number
contest_id = ID of the mal_contest this is associated to
value = description
Table: mal_member_data
( This table has all the details regarding the member )
ID = auto increment number
user_id = ID of the mal_contest this is associated to
value = description of member
Table: mal_prize_data
( This table has all the details regarding the prize )
ID = auto increment number
prize_id = ID of the mal_contest this is associated to
value = description of prize
Table: Javascript for date/time
http://www.ama3.com/anytime/
Please let me know if you have any questions. [email protected]
A brief Markdown Example
