Jump to content

-Boogeyman

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About -Boogeyman

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Netherlands

-Boogeyman's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. chil please.. :S leave them, why are you so angry?
  2. im using your GUIDE about the File Builder, all right all ok but when i start the loader, it says me Update Falied! already try other guides, other loaders but Nothing, can you help me maybe?
  3. you have to edit your getVotes() on hopzone ...... :) change your getVotes() with mine working aswell :) protected static int getVotes() { InputStreamReader isr = null; BufferedReader br = null; try { if(!hopzoneUrl.endsWith(".html")) hopzoneUrl+=".html"; URLConnection con = new URL(hopzoneUrl).openConnection(); con.addRequestProperty("User-L2Hopzone", "Mozilla/4.76"); isr = new InputStreamReader(con.getInputStream()); br = new BufferedReader(isr); String line; while ((line = br.readLine()) != null) { if (line.contains("no steal make love")||line.contains("no votes here")||line.contains("bang, you don't have votes")|| line.contains("la vita e bella")) { int votes = Integer.valueOf(line.split(">")[2].replace("</span", "")); return votes; } } br.close(); isr.close(); } catch (Exception e) { System.out.println("[VoteRewardManager]: Problem occured while getting Hopzone votes. Error Trace: " + e.getMessage()); } return -1; }
  4. so the site is again dead :P 22/2/2015 closed -.-
  5. Awesome! unlimited love to this Spree system *_* , good luck i'll be standart your player .
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock