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.

arram

Member
  • Joined

  • Last visited

Everything posted by arram

  1. ok i tried creating making the "diskw" folder into a virtual drive using cmd prompt and it was successful. But i still can't get the bloody batch file to work properly. the command i had to use in cmd prompt was: subst w: server\diskw Where the drive i wanted to create was "w:" and the folder "diskw" was located in "C:\server\diskw" but only server\diskw is needed. the batch file should've created the same thing, but heck if i know why it didnt
  2. I keep getting this error when I run start.bat on WinXP-Pro Media Center: The disk w is busy. Use start.bat [disk letter] . Press any key to continue . . . I have run cmd: ping localhost and ping 127.0.0.1 and both tests came out A.O.K. I checked task manager to see if any instances of php, sql or apache were running already. None were seen in the listing. I then disabled all firewall, anit-virus and anti-spyware programs that i had, to no avail. I am thoroughly frustrated with this batch file, as it has worked on my older computer (duron 800mhz running XP-Pro) and the file and folder associated are in the correct directories. Here is the batch if it'll help, I hope someone can figure out this problem (I suspect its an O.S. problem) thanks in advance: @echo off diskw\home\admin\program\pskill.exe Apache.exe IF NOT ERRORLEVEL 1 goto started set Disk=%1 IF "%Disk%"=="" set Disk=w rem create the disk subst %Disk%: "diskw" IF ERRORLEVEL 1 goto hint set apachepath=\usr\local\apache2\ set apacheit=%Disk%:%apachepath%bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%. set programit=%Disk%:\home\admin\program\ set closeit=%programit%close.bat %Disk% %Disk%: cd \usr\local\php start \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/] start %Disk%:\home\admin\WWW\redirect.html start %programit%miniserv.exe "%apacheit%" "%closeit%" goto end :hint echo The disk %Disk% is busy. Use start.bat [disk letter] goto pause :started echo ERROR!!! echo One of the instances of Apache server is started. Use stop.bat :pause echo . pause :end

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.