diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..4496545 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +php_value display_errors 1 +php_flag log_errors on +php_value error_log /var/www/speedtest/php.error.log \ No newline at end of file diff --git a/README.md b/README.md index 4642771..18f8d2b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # SpeedTest-php a speedtest php site + +## [Website](https:/speedtest.yehudae.ga) diff --git a/assets/logo-a.png b/assets/logo-a.png new file mode 100644 index 0000000..d24040e Binary files /dev/null and b/assets/logo-a.png differ diff --git a/assets/logo-b.png b/assets/logo-b.png new file mode 100644 index 0000000..5020f30 Binary files /dev/null and b/assets/logo-b.png differ diff --git a/assets/logo-w.png b/assets/logo-w.png new file mode 100644 index 0000000..0c555ed Binary files /dev/null and b/assets/logo-w.png differ diff --git a/config.php b/config.php new file mode 100644 index 0000000..944feaf --- /dev/null +++ b/config.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..81d7bd9 --- /dev/null +++ b/contact.php @@ -0,0 +1,14 @@ + + +
+ +| Test ID | =htmlspecialchars(($enable_id_obfuscation?obfuscateId($id):$id), ENT_HTML5, 'UTF-8') ?> |
|---|---|
| Date and time | =htmlspecialchars($timestamp, ENT_HTML5, 'UTF-8') ?> |
| IP and ISP Info | =$ip ?> =htmlspecialchars($ispinfo, ENT_HTML5, 'UTF-8') ?> |
| User agent and locale | =$ua ?> =htmlspecialchars($lang, ENT_HTML5, 'UTF-8') ?> |
| Download speed | =htmlspecialchars($dl, ENT_HTML5, 'UTF-8') ?> |
| Upload speed | =htmlspecialchars($ul, ENT_HTML5, 'UTF-8') ?> |
| Ping | =htmlspecialchars($ping, ENT_HTML5, 'UTF-8') ?> |
| Jitter | =htmlspecialchars($jitter, ENT_HTML5, 'UTF-8') ?> |
| Log | =htmlspecialchars($log, ENT_HTML5, 'UTF-8') ?> |