Jump to content

The Unicorn

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Everything posted by The Unicorn

  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.
  15. Are you sure you have entered the correct key in winnt.sif?
  16. Thanks a lot for the replies. I just can't belive that I fortgot to use the SET command to check them.
  17. I was wondering what differnet varibles there are in bartpe. I'm trying to accsess a file that is in the root of the cd from an other program but when I write cd %systemdrive% in cmd it doesen't work. what I was wondering was if there are anny easy replacement for it.
  18. You must have the file cygwin1.dll in the pebilder directory. Found it here: http://www.911cd.net/forums/index.php?show...041&hl=code+128
  19. To me it sounds like a software firewall problem on the computer you are trying to connect too. Have you tried to ping the other computer? Does this mean that you have managed to get the network working and when you have robooted it doesen't?
  20. Samurize is a great tool that also suports custom scripts that you can use to implement the programs information you need. Samurize EDIT: Not a regedit but still good.
×
×
  • Create New...