Cod: Selectaţi tot
#
#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_post_reports (
report_id MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT ,
post_id MEDIUMINT( 8 ) NOT NULL ,
reporter_id MEDIUMINT( 8 ) NOT NULL ,
report_status TINYINT( 1 ) DEFAULT '0' NOT NULL ,
report_time INT( 11 ) DEFAULT '0' NOT NULL,
report_comments TEXT,
PRIMARY KEY ( report_id )
);
ALTER TABLE phpbb_users ADD user_report_optout TINYINT( 1 ) DEFAULT '0' NOT NULL ;
INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('report_email', '1');
#
Ma ajutati sa descifrez?