Jump to content
  • 0

VOTE HOPZONE RESPONSE


Question

Posted
HELLO FRIEND CAN YOU HELP ME WITH NEW RESPONSE ON HOPZONE

int votes = -1;
try
{
   HttpURLConnection con = (HttpURLConnection) new URL("https://vgw.hopzone.net/lineage2/details/6556/l2damaage").openConnection();
   try (BufferedReader br = new BufferedReader(new InputStreamReader(con.getInputStream())))
   {
      //String keyWord = "<span class=\"rank tooltip hidden\" ";

      String line;
      while ((line = br.readLine()) != null)
      {
         if (line.contains("title=\"Total Votes\">"))
         {
            votes = Integer.parseInt(line.split("title=\"Total Votes\">")[1].split("</span>")[0]);
            //System.out.println(line+"keyword:"+line.split(keyWord)[1].split("</span>")[0]);
            break;
         }
      }
   }
   con.disconnect();
}
catch (Exception e)
{
   System.out.println("VoteSystem: Error while getting server vote count from " + getSiteName() + ".");
}

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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..