Parsing a file just displays the full file..

G

GT2000

Guest
This is new, just started happening today while trying to sort out some other problems..

For example, this code right here..

Code:
<% 

   Set FSO = CreateObject("Scripting.FileSystemObject") 
   path = "C:\Program Files\CoolMon\coolmon.xml" 
   Set file = FSO.GetFile(path) 
   Set XMLFile = file.OpenAsTextStream(1,-2) 
   Set objXML = CreateObject("MSXML.DOMDocument") 
   objXML.loadXML(XMLFile.ReadAll) 


   Uptime = objXML.getElementsByTagName("Uptime")(0).firstChild.nodeValue 
   Temperature_2 = objXML.getElementsByTagName("Temperature_2")(0).firstChild.nodeValue
   response.write "uptime: " & Left(Uptime,Len(Uptime)-9)

%>

is only supposed to display my computer uptime from the coolmon.xml file, however, when I go to http://gt2000.gotdns.org:6569/stuff.asp it displays the whole xml file as if I had just browsed to and double-clicked it. Anyone heard of this happening before?
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back