Jump to content

FuriousElf

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by FuriousElf

  1. I can't run Msn Messenger, everytime I try to run it a message pops up telling me 'DEP' has blocked it. DEP is something that won't allow programs to run on memorylocations which are resurved for Windows and other 'allowed programs'. (Isn't Msn a windows program?)

     

     

     

    I've tried to change my DEP-setting but nothing worked so far. Does anyone have any idea how I could solve this problem?

     

     

     

     

     

     

     

    Edit: I think I've found a solution for this, it is by turning off DEP completely. For the ones with the same problem, you can find Here how to do it.

  2. I got a new pc a few weeks ago and got Windows Vista along with the pc. If I compare Vista and Xp there isn't really a big difference, besides the look. I've been told Vista is more safer, so if your pc gets infected by a virus it doesn't have a change to spread out throhough your whole pc.. I'm sure the ones who create virusses will find something for this someday.

     

     

     

    Btw, I have the basic version, better versions will have some more features.

     

     

     

     

     

     

     

    Worth the money? I'd say no.

  3. Why german? I would think theres more spanish talkers than germans.

     

     

     

    And that's excactly the reason why Jagex made German servers, just to get more players form different countries.

     

     

     

     

     

     

     

    I personally hope Jagex will not make Dutch servers, they can better spend the time on ingame updates.

     

     

     

     

     

     

     

    Isn't Dutch and German related in a way? I've made many Dutch/German friends through gaming communities and they say the German language can be understood by the Dutch or vice-versa. They may not be fully literate/fluent in one of the two languages, but at least they can understand each other. :-k

     

     

     

     

     

     

     

    I'd say not really, if you look really careful and take some time you can indeed understand it but it isn't very easy.

  4. This is the method I use:

     

     

     

    
    
    
    int getLevel(String RsName, String Skill)
    
    
    
    {
    
    
    
    String level = null;
    
    
    
    try{
    
    
    
    	String buffer = null;
    
    
    
    	BufferedReader reader = new BufferedReader(new InputStreamReader(new URL("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1="+RsName).openStream()));
    
    
    
    
    
    
    
    	while((buffer = reader.readLine()) != null)
    
    
    
    	{
    
    
    
    		if(buffer.equalsIgnoreCase(Skill))
    
    
    
    		{
    
    
    
    			reader.readLine();
    
    
    
    			reader.readLine();
    
    
    
    			level = reader.readLine().replaceAll("","").replaceAll("","");
    
    
    
    			break;
    
    
    
    		}
    
    
    
    	}
    
    
    
    }catch(Exception e) {};
    
    
    
    
    
    
    
    return (Integer.parseInt(level));
    
    
    
    }

     

     

     

     

     

     

     

    It's not c++ but c++ and Java do look alot like each other.

  5. Is there a program you can download which tells you EVERYTHING about your computer? RAM, Hard Drive Space, Processor Type etc. ???

     

     

     

     

     

     

     

    You don't have to download anything. Just click on start -> run -> type 'dxdiag' -> ok -> something like 'save all information' -> Open the file you just saved and there is everything you want to know.

  6. The range cape. I find it to be the most visually appealing. The emote is awesome as well.

     

     

     

     

     

     

     

    In my opinion the ranged emote is the worst of all... :?

     

     

     

     

     

     

     

    I'd like to have a prayer cape, simply because it looks nice.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.