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.

AKK

Member
  • Joined

  • Last visited

  • Country

    Singapore

Everything posted by AKK

  1. Clear ur cookies and cache for msfn.org
  2. Fixed it by clearing the cache, thx.
  3. 2 days ago up til now, I can't view www.msfn.org using firefox (forum is no problem). It will prompt me to open a file which is of type application/x-httpd-php. No issues when using IE to view www.msfn.org The following is the content of the file which is being prompted to me: <?php /*======================================================================*\ || #################################################################### || || # VirtuaNews - 1.0.4 Pro License ID - 1MmeGC || # ---------------------------------------------------------------- # || || # All code in this file is © 2002 VirtuaSystems . # || || # This file may not be redistributed in whole or significant part. # || || # --------------- VIRTUANEWS IS NOT FREE SOFTWARE ---------------- # || || # http://www.virtuanews.co.uk # || || # http://www.virtuanews.co.uk/license.php # || || #################################################################### || \*======================================================================*/ include("global.php"); function returncatdetails($cat,$parentid=0,$sub=0) { global $showsubcatlist; if ($cat[display] & ($cat[parentid] == $parentid) & isuserallowed($cat[allowview])) { if ($cat[image]) { eval("\$cat[image] = \"".returnpagebit("main_catlist_image")."\";"); } if ($cat[description]) { $cat[description] = qhtmlparse($subcat[description],$staff_allowhtml,$staff_allowimg,$staff_allowsmilies,$staff_allowqhtml); } if ($cat[displaymain]) { eval("\$cat[namelink] = \"".returnpagebit("main_catlist_name_link")."\";"); } else { eval("\$cat[namelink] = \"".returnpagebit("main_catlist_name_nolink")."\";"); } if ($sub) { eval("\$data = \"".returnpagebit("main_catlist_sub_record")."\";"); } else { eval("\$data = \"".returnpagebit("main_catlist_record")."\";"); if ($showsubcatlist) { foreach ($GLOBALS[cat_arr] AS $key => $val) { $val[id] = $key; $data .= returncatdetails($val,$cat[id],1); } } } } return $data; } if (($action != "news") & ($action != "cat") & ($action != "custom")) { switch ($startpage) { case "articles": header_redirect("articles.php","Articles"); break; case "search": header_redirect("search.php","Search"); break; case "archive": header_redirect("archive.php","Archive"); break; case "custom": $action = "custom"; break; case "cat": $action = "cat"; break; default: $action = "news"; } if (substr($startpage,0,4) == "mod_") { header_redirect("modules.php?modname=".substr($startpage,4),substr($startpage,4)); } } if ($action == "news") { if (!isuserallowed($cat_arr[$catid][allowview]) | !$cat_arr[$catid][displaymain]) { standarderror("category_hidden"); } $navbar = makenavbar($cat_arr[$catid][name]); include("static/index/index_".$catid."_".$pagesetid.".php"); } if ($action == "cat") { if (!preg_match("/(catid=)/",getenv("QUERY_STRING"))) { $catid = 0; } $parentlink = iif($cat_arr[$catid][parentid],"index.php?action=cat&catid=".$cat_arr[$catid][parentid],"index.php?action=cat"); unset($cat_list); if (!empty($cat_arr)) { foreach ($cat_arr as $key => $cat) { $cat[id] = $key; $cat_list .= returncatdetails($cat,$catid); } } if (!$cat_list) { eval("\$cat_list = \"".returnpagebit("main_catlist_empty")."\";"); } $navbar = makenavbar("News Categories"); include("static/sub_pages/catlist_".$pagesetid.".php"); } if ($action == "custom") { $navbar = makenavbar("Welcome"); include("static/sub_pages/custom_page_".$pagesetid.".php"); } /*======================================================================*\ || #################################################################### || # VirtuaNews is not free software || # Downloaded: 06:09:52 22-April-2004 GMT || # File: index.php || #################################################################### \*======================================================================*/ ?>

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.