Jump to content
  • 0

Question

Posted (edited)

There are new changes in hopzone but I'm unable to fix it, not sure what I do wrong, can anybody help with below code to read the current votes?

 

    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-Agent", "Mozilla/5.0");
    isr = new InputStreamReader(con.getInputStream());
    br = new BufferedReader(isr);

    String line;
    while ((line = br.readLine()) != null)
    {
        if (line.contains(":server-votes")||line.contains(":server-votes=")||line.contains("server-votes")||line.contains("server-votes=")||line.contains(":server-votes=\""))
    {
    int votes = Integer.valueOf(line.split("\"")[1].split("\"")[0].split("\"")[2]);
    
    
//Hopzone line source code:
//   :server-votes="228"
 

    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;
    }

Edited by l2viserion
help tag

4 answers to this question

Recommended Posts

  • 0
Posted (edited)
2 hours ago, l2viserion said:

There are new changes in hopzone but I'm unable to fix it, not sure what I do wrong, can anybody help with below code to read the current votes?

 

    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-Agent", "Mozilla/5.0");
    isr = new InputStreamReader(con.getInputStream());
    br = new BufferedReader(isr);

    String line;
    while ((line = br.readLine()) != null)
    {
        if (line.contains(":server-votes")||line.contains(":server-votes=")||line.contains("server-votes")||line.contains("server-votes=")||line.contains(":server-votes=\""))
    {
    int votes = Integer.valueOf(line.split("\"")[1].split("\"")[0].split("\"")[2]);
    
    
//Hopzone line source code:
//   :server-votes="228"
 

    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;
    }



1. Replace the int votes expression with this:

int votes = Integer.parseInt(line.split("\"")[1]);



2. expand your IF(line.contains(...)) with an additional condition -

|| line.contains("vote-count")



3. Finally, make sure that you exit the loop on the first match, just in case.

 

Edited by Bru7aLMike
  • 0
Posted

New owner from RU/UA I believe, they remove API too from account control panel, is there any other "User-Agent" I can change?

 

I'm sure I did all codes ok, even with OPEN AI generated code is not working, does not read the votes..

 

Any help will be super

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


  • Posts

    • There is a ready-made option and the possibility to work according to "Wishlist"
    • Contact me, Discord: xbaus
    • WTB GRACIA FINAL INTERFACE
    • Dear partners! At the moment we are in great need of the following positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password — Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password) — Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts — Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com) — Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA. — WhatsApp OLD Accounts — Twitter accounts with followers and posts (old accounts) Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options. Active links to our projects: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

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