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.

WufDog

Member
  • Joined

  • Last visited

Everything posted by WufDog

  1. WufDog replied to Ric's topic in Open Discussion
    I find this interesting. I also found some bugs (?) in V56_ZCON_1.1. I am using port 800 When I click the -WWW root- button on the main ZCon page the URL is messed up. I get http://:800/localhost/ instead of http://localhost:800/ In the code -zcon.phpw- I found: //-- Server root WWW $apache_port = get_apache_port(); // Get actual port if($apache_port == 80){ // Standard port no change $text='http://localhost/'; // Use as is } else{ // Non standard hence $text='http://:'.$apache_port.'/localhost/'; // hence add port <<< The //--Apanel Button works. else{ // Non standard hence $text='http://localhost:'.$apache_port.'/apanel/'; // hence add port I see the same misalignment in the //--phpMyAdmin Button else{ // Non standard hence $text='http://:'.$apache_port.'/localhost/apanel/phpMyAdmin/'; // hence add port and //-- Server root SSL else{ // Non standard hence $text='http://:'.$apache_port.'/localhost/'; // hence add port Will try to fix myself once I figure out how to "roll my own" as it were. I'm totally new to all this, just dl US5.6.2 yesterday, so it may take me a bit. -WD Win 7 Home Premium

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.