ich versuche gerade das anti robotic mod zu machen aber bin jetzt fraglos und weiss nicht was hiermit gemeint ist.
kann mir das jemand erklearen aber schrittweise( anfenger

was muss ich jetzt genau machen???
#-----[ 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));
#
#-----[ COPY ]--------------------------------------------
#
copy antirobot_pic.php to antirobot_pic.php
#
#-----[ COPY ]--------------------------------------------
#
copy images/anti_robotic_reg/anti_robotic_reg_*.gif to images/anti_robotic_reg/
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#