Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

megabyte24

Member
  • Joined

  • Last visited

  • Country

    United States
  1. On http://www.legroom.net/software/uniextract, when selecting any of the program download links, brings one to http://www.legroom.net/scripts/download.php?file=xxxxxxxxxxxxxxx, which downloads the below PHP file, instead of parsing it and redirecting to the appropriate local / remote link: <? # File download wrapper for statistics # Setup environment #$remote = 'http://download.c1pher.com'; $local = 'http://www.legroom.net/files/software'; # Validate file $file = $_GET['file']; switch ($file) { case 'uniextract161': $dest = "$local/uniextract161.exe"; break; case 'uniextract161_noinst': $dest = "$local/uniextract161_noinst.rar"; break; case 'uniextract161_source': $dest = "$local/uniextract161_source.rar"; break; case 'uniextract16': $dest = "$local/archive/uniextract16.exe"; break; case 'uniextract16_noinst': $dest = "$local/archive/uniextract16_noinst.rar"; break; case 'uniextract16_source': $dest = "$local/archive/uniextract16_source.rar"; break; case 'archive': $dest = "$local/archive/archive.php"; break; case 'autoflac12': $dest = "$local/autoflac12.exe"; break; case 'autoflac12_noinst': $dest = "$local/autoflac12_noinst.rar"; break; case 'autoflac12_source': $dest = "$local/autoflac12_source.rar"; break; default: echo "You have specified an invalid file."; exit(1); } # Redirect user header("Location: $dest"); ?>

Account

Navigation

Search

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.