firewall Spyware removal internet speed test web security service free software and tips


Go Back   Web Security > Our Free Tools > Free Broadband Speed Test
FAQ Members List Search Today's Posts Mark Forums Read

Free Broadband Speed Test Questions regarding our Free Speed Tests including the broadband test available for download.

Advertisements

Unable to record speedtest results

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-27-2008,
Junior Member
 
Join Date: Sep 2008
Posts: 3
Question Unable to record speedtest results

Hi Jim,

I am trying to use the broadband speed test tool.It is indeed a very useful tool.

The tool is being used at smartaaryan.brinkster.net/speedtest.htm. I have already sent a request today to activate this page.

I am using ASP 3.0 for scripting. I have uploaded all the files except MS Access database which I do not want to use.

However,I want to record the test results - upload and download. I am not able to do this. Logger.asp doesn't seem to be creating the text file which is supposed to be created.

I am sure this may not be something complicated.Am I missing something?

Regards
Tushar Johri
Reply With Quote
  #2 (permalink)  
Old 09-27-2008,
AMPC's Avatar
Administrator
 
Join Date: Jan 2007
Posts: 1,415
Default Speedtest results file needs permission

Hello Tushar,

Have you given permissions to the file that will be used to record the results?

Best regards,

Jim.
Reply With Quote
  #3 (permalink)  
Old 09-30-2008,
Junior Member
 
Join Date: Sep 2008
Posts: 3
Question Re: Security permissions

Hi Jim,

Can you please advise on how to go about granting the neccessary permissions to the file?

Does logger.asp take care of logging the data by itself?


Regards
Tushar Johri
Reply With Quote
  #4 (permalink)  
Old 09-30-2008,
Junior Member
 
Join Date: Sep 2008
Posts: 3
Question Re: Loggin problem

Hi Jim,

This is what my logger.asp looks like:



<!-- echo -->
<!-- Do not remove the echo comment above or speeds will not be recorded -->
<%
fp = Server.MapPath("st-results.asp")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.OpenTextFile(fp)
ct = Clng(a.ReadLine)
Response.write("kjdfsdfgksdk" & ct)
if Session("ct") = "" then
Session("ct") = ct
ct = ct + 1
a.close
Set a = fs.CreateTextFile(fp, True)
a.WriteLine(FormatDateTime(Now(), vbShortDate))
a.WriteLine(FormatDateTime(Now(), vbShortTime))
a.WriteLine(Request.Form("testspeeds"))
a.WriteLine(request.servervariables("REMOTE_ADDR") )
a.WriteLine(request.servervariables("HTTP_USER_AGE NT"))
end if

a.Close

%>
Reply With Quote
  #5 (permalink)  
Old 10-02-2008,
AMPC's Avatar
Administrator
 
Join Date: Jan 2007
Posts: 1,415
Default Speedtest test line

Hi Tushar,

Did you put this line there:
Response.write("kjdfsdfgksdk" & ct)

Just wondering if I did that as a test and forgot to remove it?

Thanks,

Jim.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -5. The time now is .


Powered by a CPU
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.3.2 © 2009, Crawlability, Inc.