From c4d660440d75d3b03f1fd2835744f0421c3789a6 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Thu, 29 Aug 2019 07:52:59 +0200 Subject: [PATCH] MPOT examples updated to point to new Helsinki server --- example-multipleServers-full.html | 8 ++++---- example-multipleServers-pretty.html | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example-multipleServers-full.html b/example-multipleServers-full.html index 9be9d0e..5d25031 100644 --- a/example-multipleServers-full.html +++ b/example-multipleServers-full.html @@ -11,16 +11,16 @@ function I(i){return document.getElementById(i);} //LIST OF TEST SERVERS. See documentation for details if needed var SPEEDTEST_SERVERS=[ { //this is my demo server, remove it - name:"Speedtest Demo Server 1", //user friendly name for the server - server:"//mpotdemo.fdossena.com/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically + name:"Speedtest Demo Server (Helsinki)", //user friendly name for the server + server:"//fi.openspeed.org/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement) ulURL:"empty.php", //path to upload test on this server (empty.php or replacement) pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement) getIpURL:"getIP.php" //path to getIP on this server (getIP.php or replacement) }, { //this is my demo server, remove it - name:"Speedtest Demo Server 2", - server:"//mpotdemo2.fdossena.com/", + name:"Old Speedtest Demo Server", + server:"//mpotdemo.fdossena.com/", dlURL:"garbage.php", ulURL:"empty.php", pingURL:"empty.php", diff --git a/example-multipleServers-pretty.html b/example-multipleServers-pretty.html index 1fa4e71..41a58eb 100644 --- a/example-multipleServers-pretty.html +++ b/example-multipleServers-pretty.html @@ -11,16 +11,16 @@ //LIST OF TEST SERVERS. See documentation for details if needed var SPEEDTEST_SERVERS=[ { //this is my demo server, remove it - name:"Speedtest Demo Server 1", //user friendly name for the server - server:"//mpotdemo.fdossena.com/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically + name:"Speedtest Demo Server (Helsinki)", //user friendly name for the server + server:"//fi.openspeed.org/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement) ulURL:"empty.php", //path to upload test on this server (empty.php or replacement) pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement) getIpURL:"getIP.php" //path to getIP on this server (getIP.php or replacement) }, { //this is my demo server, remove it - name:"Speedtest Demo Server 2", - server:"//mpotdemo2.fdossena.com/", + name:"Old Speedtest Demo Server", + server:"//mpotdemo.fdossena.com/", dlURL:"garbage.php", ulURL:"empty.php", pingURL:"empty.php", @@ -29,6 +29,7 @@ var SPEEDTEST_SERVERS=[ //add other servers here, comma separated ]; + //INITIALIZE SPEEDTEST var s=new Speedtest(); //create speedtest object s.addTestPoints(SPEEDTEST_SERVERS); //add list of servers