{"table_name":"hostsregister","full_table_name":"wp_hostsregister","description":"Stores hostsregister data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `hostsregister` ( `host` varchar(255) NOT NULL, `port` int(5) NOT NULL, `register` int(10) NOT NULL, `nextcheck` int(10) NOT NULL, `checked` tinyint(1) NOT NULL, `failcounter` int(10) NOT NULL, `gatekeeperURL` varchar(255), PRIMARY KEY (`host`,`port`) ) ENGINE","columns":[{"name":"host","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"port","type":"int(5)","nullable":false,"primary_key":false},{"name":"register","type":"int(10)","nullable":false,"primary_key":false},{"name":"nextcheck","type":"int(10)","nullable":false,"primary_key":false},{"name":"checked","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"failcounter","type":"int(10)","nullable":false,"primary_key":false},{"name":"gatekeeperURL","type":"varchar(255)","nullable":true,"primary_key":false}],"plugin":{"slug":"w4os-opensimulator-web-interface","name":"w4os – OpenSimulator Web Interface","active_installs":20,"version":"2.8","wp_org_url":"https://wordpress.org/plugins/w4os-opensimulator-web-interface/"}}