Jump to content
The Uniform Server Community

superoy

Member
  • Posts

    1
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 7

superoy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. superoy

    Wrong start?

    Goodmorning! I'm fairly new to creating servers and I just got to know Uniform Server. However when I boot 'Start_as_program.exe' I should get a window saying that I have to change my password. In my case it gives an Error straight away, this one; An error has occurred in the script page. Line: 250 Char: 2 Error: Input past end of file Code: 0 URL: file:///C:/UniServer/uni_con/includes/core_functions_inc.vbs Do you want to continue running scripts on this page? Yes/No. (I didn't change a thing in that core_functions_inc.vbs) I checked line 250, maybe theres something unusual here? Line 245-260 Function us_port_in_use_ap(port) Dim temp_file, FS,sInput temp_file = US_TMP & "\port_check.txt" 'Temp file for netstat results call ExecCMD("cmd /c netstat -anp tcp >" & temp_file,0,true) 'true=wait Set FS = CreateObject("Scripting.FileSystemObject") 'Create file object sInput = FS.OpenTextFile(temp_file).ReadAll 'Read file content 'Is port in use If InStr(sInput, "0.0.0.0:" & port & " ") Then us_port_in_use_ap = true 'Yes return true Else us_port_in_use_ap = false 'No return false End if Set FS = Nothing End Function System: Windows Ultimate 64 bits 4 core @ 3.1ghz, 4 gb ram, Ati Radeon 5770. I think I tried everything, i searched through the forums, and couldn't find any solutions. I hope somebody can help me. Hope to hear from you soon! /Roy.
×
×
  • Create New...