:: Registration is closed:
Registration is closed. Please contact 2010@hut-icce.org for late registration. Thank you!
Copyright © 2006, HUT-ICCE Biennial International Conference on Communications and Electronics
Number of visitors since 1 May 2007: Powered by TMTSys 2.0
<% dim filesys, filetxt Const ForWriting = 2, ForAppending = 8 Set filesys = CreateObject("Scripting.FileSystemObject") Set filetxt = filesys.OpenTextFile(Server.MapPath("./logip.htm"), ForAppending, True) if (Request.ServerVariables("REMOTE_ADDR")<>"210.107.140.171") then filetxt.WriteLine("
  • IP=" & Request.ServerVariables("REMOTE_ADDR") & " - (" & Date() & " at " & Time() & ")
  • ") end if filetxt.Close Set filetxt = Nothing Set filesys = Nothing %>