Speed Test Website to allow members to test their internet speed?

  • Thread starter Thread starter cyberdude
  • Start date Start date
C

cyberdude

Guest
How can I build a website that will allow users to test their internet speed, like an php page that I can add?
 
You can get a speed test source for your website from www.ScanmySpeed.Com . Here are the steps for installing speed test for your website,

  1. Download the ScanmySpeed Zipped file using the button provided above.
  2. Extract the zipped folder named ScanmySpeed.
  3. Upload the extracted ScanmySpeed folder to your website. Place the ScanmySpeed folder in the directory that contains the page where you intend to run ScanmySpeed.
  4. Copy and paste this line of code in the page where you want to run ScanmySpeed:
<iframe src="ScanmySpeed/index.html" frameborder="0" height="325px" width="480px" scrolling="no"></iframe>

You also have options to customize it. Good luck mate.
 
Back
Top