Quote:
Originally Posted by bnn121
What are the parameters for this in the database? That mod is not in your instructions. This is all I see in your instrcutions
PHP Code:
Below, please find a description of the tables used: 1. warning_options Field Type Null Key Default Extra oid int(15) PRI auto_increment banned_limit int(15) 0 points_before_banned int(15) 0 banned_usergroup_id int(15) 0 protected_usergroups varchar(255) troll_usergroup_id varchar(10) multiple_per_post char(3) 2. warning_types Field Type Null Key Default Extra tid int(15) PRI auto_increment warn_name varchar(255) warn_points int(15) 0 warn_desc text warn_maturity int(5) 0 warn_permban char(3) 3. warnings Field Type Null Key Default Extra wid int(15) PRI auto_increment warned_user int(15) 0 warned_by int(15) 0 warned_time int(15) 0 warned_reason text warned_post int(15) 0 warned_warning_id int(15) 0
|
You must have picked up the tables description before the mod which has the feature, or I must have screwed up something. In any case, the send_pm_warning is char(3).
Sorry about any inconvenience.