Jump to content
SSForum.net is back!

JoWie

Member
  • Posts

    900
  • Joined

  • Last visited

Everything posted by JoWie

  1. There is an exploit in Adobe Acrobat Reader & Foxit PDF Reader that allow execution of executable files embedded within PDF's (may have been patched by now). So maybe you had a virus which tries to inject a DLL into every application (like continuum) or something similar. I had that same issue when I had Comodo Internet Security installed. You can break that infinite continuum.exe relaunch loop by simply renaming continuum.exe to something else btw.
  2. You may feel it is not the most optimal way but I would not call it "doing it wrong" or a hack. It has some advantages over using a "bank", also has some disadvantages.
  3. If you look at the internal code, you'll see that they end up as the same outgoing packet. but not for chatnet
  4. There are bots which use the message part to accept multiple commands. ?give 1000 blackjack ?give 1000 coinflip etc So that would not be a simple regexp change. /^Player (.+?) gave you \$(\d+)\.(?: Message: \"(.+)\")?$/ Also, it would be very useful to change it to SendCmdMessage instead of SendArenaMessage
  5. Add catgirls to every zone and post on /c/. HS has experience with this
  6. If it does not work, check if you are using NoScript: http://hackademix.net/2009/03/27/firefox-light-speed-update-and-noscript-xslt-protection
  7. You probably forgot to add the closed source module security.so / security.dll
  8. Does she live close by?
  9. You forgot picano and charcoal
  10. I have tried chatting with my mobile in HS using an irc client. It works but i do not have qwerty.
  11. I usually do something along the lines of: my %defaultconfig = ( bla => 'bla', ); my %userconfig = do "bnc.conf" or die("Unable to load config file: $!"); my %config = (%defaultconfig, %userconfig); bnc.conf looks like: return ( something => 'bla' );
  12. Most of them are PNG instead of BMP. (Not all of them, iirc the continuum menu only supports BMP)
  13. VIE
  14. JoWie

    ASSS

    erm, didn't snrrrub opensource a module like that
  15. my dogs birthday to lol
  16. I have all of those original, but all of the CDs are so old they do not read and are semi transparent. TD and RA1 original installers also crash on win XP. Some of the TS single player missions were so hard. Like the one where you get like 3 infantry units and have to sneak through an entire map filled with enemies. Also, all C&C music: http://www.frankklepacki.com/
  17. Or if those messages are a must for debugging, you could get firebug and do something like: function d() { if (window.console && console.log) console.log.apply(this, arguments); } Then simply replace the alert()s with d(). No alert box to click away and no errors for those without firebug
  18. When ssforum is visited without logging in, the following code is on the page: /* Init Facebook JS */ try { FB_RequireFeatures(["XFBML"], function() { FB.init("03ad3e5291506200011eb66edef2585d", "http://www.ssforum.net/interface/facebook/xd_receiver.php" ); FB.Facebook.get_sessionState().waitUntilReady(function() { FB.Connect.ifUserConnected( ipb.facebook.login_loadUser ); } ); } ); } catch( error ) { alert( error ); } Could the alert() please be removed? I do not have facebook.com whitelisted Thanks
  19. He also goes by the name "ER>Polix"
  20. identical: bla += 1 - 2 bla = bla + (1 - 2)
  21. Heh I just started of coding without any tutorial/whatnot and kept hammering at it until it did something. Aka drawing pretty interfaces in Visual Basic 6
  22. JoWie

    HMMM

    I always get that when alt tabbing from fullscreen. But not when continuum is windowed. Also, look at global hotkeys in winamp preferences
  23. Would be nice if the "You have X unread messages." message repeated every hour. I rarely disconnect so I usually do not notice a message until after a few days.
  24. What the hell is all this retardedness with aliases. I used to play hyperspace with 2 friends on the same network without any problems
  25. Are entries in the currently list added manually or is it mirroring another directory server?
×
×
  • Create New...