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