{"slug":"ai-rights-protection-by-simplefeed","name":"AI Rights Protection by SimpleFeed","description":"Protect your rights by reviewing and blocking AI bots from using your content without compensation.","author":"Alex Khomichenko","active_installs":0,"version":"1.0.22","wp_org_url":"https://wordpress.org/plugins/ai-rights-protection-by-simplefeed/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"simplefeed_bots_protection_logs","full_table_name":"wp_simplefeed_bots_protection_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"time","type":"datetime","nullable":false,"primary_key":false},{"name":"text","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_simplefeed_bots_protection_logs ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, text text NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sql);"},{"table_name":"simplefeed_bots_protection_sitemaps","full_table_name":"wp_simplefeed_bots_protection_sitemaps","description":"Stores simplefeed bots protection sitemaps data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"time","type":"datetime","nullable":false,"primary_key":false},{"name":"ip","type":"tinytext","nullable":false,"primary_key":false},{"name":"bot","type":"tinytext","nullable":false,"primary_key":false},{"name":"token","type":"text","nullable":false,"primary_key":false},{"name":"robots_txt_requests","type":"int(11)","nullable":false,"primary_key":false},{"name":"robots_txt_requests_200","type":"int(11)","nullable":false,"primary_key":false},{"name":"robots_txt_requests_403","type":"int(11)","nullable":false,"primary_key":false},{"name":"enable","type":"Boolean","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_simplefeed_bots_protection_sitemaps ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, ip tinytext NOT NULL, bot tinytext NOT NULL, token text NOT NULL, robots_txt_requests int(11) NOT NULL DEFAULT 1, robots_txt_requests_200 int(11) NOT NULL DEFAULT 0, robots_txt_requests_403 int(11) NOT NULL DEFAULT 0, enable Boolean DEFAULT false, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sql);"},{"table_name":"simplefeed_bots_protection_sitemaps_requests","full_table_name":"wp_simplefeed_bots_protection_sitemaps_requests","description":"Stores simplefeed bots protection sitemaps requests data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"time","type":"datetime","nullable":false,"primary_key":false},{"name":"token","type":"text","nullable":false,"primary_key":false},{"name":"ip","type":"tinytext","nullable":false,"primary_key":false},{"name":"user_agent","type":"text","nullable":false,"primary_key":false},{"name":"enable","type":"Boolean","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_simplefeed_bots_protection_sitemaps_requests ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, token text NOT NULL, ip tinytext NOT NULL, user_agent text NOT NULL, enable Boolean DEFAULT false, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sql);"}],"table_count":3}