Jump to content

The Unicorn

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

About The Unicorn

  • Birthday 02/24/1987

Contact Methods

  • MSN
    theunicorn_@hotmail.com
  • Website URL
    http://

The Unicorn's Achievements

0

Reputation

  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. 911cd forums works again today
  13. Windows firewall perhaps. It probably isen't the connection limit though since you can't even connect.
  14. 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.
×
×
  • Create New...