Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

superoy

Member
  • Joined

  • Last visited

  1. superoy posted a topic in MySQL
    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.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.