PriviMetrics
Version 1.0.9 • 43 files • 278.98 KB
Files
.last_check
admin.php
assets/.htaccess
assets/dashboard-chart.php
assets/dashboard-logic.php
assets/dashboard-modals.php
assets/dashboard-tables.php
assets/dashboard-template.php
assets/trends-template.php
chosen-limits.php
dashboard.php
data/.htaccess
extensions-load.php
extensions.php
extensions.xml
extensions/.htaccess
extensions/extensions_off.txt
functions.php
getCountryFrom/db-ip.php
getCountryFrom/geo-lite.php
getCountryFrom/ip-api-com.php
getCountryFrom/ip-info.php
getCountryFrom/ip-stack.php
getCountryFrom/ip2location-io.php
getCountryFrom/privacy-friendly.php
index.html
install.php
limits-options.php
new_version.php
privimetrics-div.js
privimetrics.php
public.php
scripts.js
settings-config.php
settings.php
signup.php
storage.php
styles-mobile.css
styles.css
trends.css
trends.php
updater/index.php
version.txt
limits-options.php
<?php
return [
'xml' => [
'1req' => ['requests' => 1, 'window' => 1, 'text' => '1 req/s'],
'2req' => ['requests' => 2, 'window' => 1, 'text' => '2 req/s (default)'],
'3req' => ['requests' => 3, 'window' => 1, 'text' => '3 req/s (not recommended)'],
'5req' => ['requests' => 5, 'window' => 1, 'text' => '5 req/s (risky)'],
],
'mysql' => [
'1req' => ['requests' => 1, 'window' => 1, 'text' => '1 req/s'],
'2req' => ['requests' => 2, 'window' => 1, 'text' => '2 req/s'],
'5req' => ['requests' => 5, 'window' => 1, 'text' => '5 req/s (default)'],
'10req' => ['requests' => 10, 'window' => 1, 'text' => '10 req/s (moderate load)'],
'15req' => ['requests' => 15, 'window' => 1, 'text' => '15 req/s (high load)'],
'20req' => ['requests' => 20, 'window' => 1, 'text' => '20 req/s (very high load)'],
'30req' => ['requests' => 30, 'window' => 1, 'text' => '30 req/s (heavy load, for strong servers)'],
'50req' => ['requests' => 50, 'window' => 1, 'text' => '50 req/s (extreme, may crash MySQL)'],
],
];