Jump to content

Stewie

Banned
  • Posts

    1,771
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Stewie's post in Fix This Vote Reward. was marked as the answer   
    if(inputLine.contains("Votes:")){               String i = inputLine.replace("<div class=\"rank\"><div class=\"votes2\">Votes:<br>", "");               i = i.replace("</div></div>", "");               i = i.trim();               int o = Integer.parseInt(i);               return Integer.valueOf(o);    } This was answered, use search...
×
×
  • Create New...

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