![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/speedtest/results/ |
Upload File : |
<?php // Type of db: "mysql", "sqlite" or "postgresql" $db_type = 'mysql'; // Password to login to stats.php. Change this!!! $stats_password = 'PASSWORD'; // If set to true, test IDs will be obfuscated to prevent users from guessing URLs of other tests $enable_id_obfuscation = false; // If set to true, IP addresses will be redacted from IP and ISP info fields, as well as the log $redact_ip_addresses = false; // Sqlite3 settings $Sqlite_db_file = '../../speedtest_telemetry.sql'; // Mysql settings $MySql_username = 'USERNAME'; $MySql_password = 'PASSWORD'; $MySql_hostname = 'DB_HOSTNAME'; $MySql_databasename = 'DB_NAME'; $MySql_port = '3306'; // Postgresql settings $PostgreSql_username = 'USERNAME'; $PostgreSql_password = 'PASSWORD'; $PostgreSql_hostname = 'DB_HOSTNAME'; $PostgreSql_databasename = 'DB_NAME';