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.

The Unicorn

Member
  • Joined

  • Last visited

  • Country

    Ireland
  1. Can I please have an invite? theunicorn_@hotmail.com
  2. You can use this program so see changes. http://www.epsilonsquared.com/
  3. Can anyone recomend a good XML parser for c++? It will be used vith visualc++ 6.0 and is preferably well documented. Thanks in advance.
  4. Okej, first change the following: char load; char lock; to char load[10]; char lock[10]; Then Change if (load = load) { shotgun.drawn(); } //and if (lock = lock) { shotgun.locked(); } to if (strcmp(load, "load") == 0){ shotgun.drawn(); } //and if (strcmp(lock, "lock") == 0) { shotgun.locked(); } The errors in the commented out code beneth is rather easy to fix but I haven't tried running the entire program.
  5. See here: http://www.msfn.org/board/index.php?showtopic=8712&hl=http://www.msfn.org/board/index.php?showtopic=8712&hl=
  6. If have the windows xp installation cd you can extract the original gdiplus.dll to system32.
  7. I don't realy know what this code do except that it plays a wav-file. I have not gotten it to work either but perhaps you can. http://www.winscripter.com/WSH/COM/64.aspx
  8. I cannot see the fun in this post. The bridge exists.
  9. Sure, you can do it as EvilNotion said but it is alot easier to just monitor a installation of .net framework. when you have done that you can just take the enteries i HKLM since they were the only ones I needed. In there it will already have all the dll files you need registered. The you must edit the paths in the .inf file. The most importent path is HKLM/software/microsoft/.netframework/InstallRoot and if you dont change it, Pe will say that .net framwork is not installed. This metod however, I have only tried with BartPE and won't be able to help in geting it to work with Micorsoft Windows Pe. Good luck!
  10. Info about port 135 can be found on http://www.grc.com/port_135.htm. Not sure when this was updated though. Could be preSP2.
  11. What kind of setings are you talking about? Is it windows settings ore application settings? In either way you should first try to search the forums for the tweaks. If you're just wondering how you are to inport som specific regtweaks try unatteded.msfn.org. EDIT: It also says how you are to copy files.
  12. You could try to run scandisk
  13. 911cd forums works again today
  14. Windows firewall perhaps. It probably isen't the connection limit though since you can't even connect.
  15. Have you opended any ports at all on the server? You must open the necessary ports on the firewall. Since you have connected this firewall directly to the router, it has probably been st as un unsafe zone and therefore all connectios to the computer except the ports manualy opended. I'm not familiar with your firewall but perhaps you can set it to accept all connections from your other two computers (confiured by ip-number). Hope this will help.

Account

Navigation

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.