Server IP : 184.154.167.98 / Your IP : 3.143.239.135 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lve/ |
Upload File : |
SQLite format 3 @ .v� � � 3� i7'�indexix_scrape_result_pathscrape_resultCREATE INDEX ix_scrape_result_path ON scrape_result (path)o;'� indexix_scrape_result_domainscrape_resultCREATE INDEX ix_scrape_result_domain ON scrape_result (domain)�Y''�qtablescrape_resultscrape_resultCREATE TABLE scrape_result ( id INTEGER NOT NULL, domain VARCHAR NOT NULL, path VARCHAR NOT NULL, timestamp INTEGER NOT NULL, duration INTEGER NOT NULL, is_slow_request BOOLEAN NOT NULL, hitting_limits BOOLEAN NOT NULL, throttled_time INTEGER NOT NULL, io_throttled_time INTEGER NOT NULL, wordpress BOOLEAN NOT NULL, created_at DATETIME DEFAULT (CURRENT_TIMESTAMP), updated_at DATETIME DEFAULT (CURRENT_TIMESTAMP), PRIMARY KEY (id), CHECK (is_slow_request IN (0, 1)), CHECK (hitting_limits IN (0, 1)), CHECK (wordpress IN (0, 1)) )