有 1 筆資料符合您搜尋的條件

Stupid
2003-08-14 21:21
版面: 非官方認證外掛
主題: [2.0.4]防止大量註冊程式
回覆: 10
觀看: 19567

How to make this ar?

#-----[ SQL ]---------------------------------------------
#
CREATE TABLE phpbb_anti_robotic_reg (
session_id char(32) DEFAULT '' NOT NULL,
reg_key char(5) NOT NULL,
timestamp int(11) unsigned NOT NULL,
PRIMARY KEY (session_id));

#

前往進階搜尋