public static int getTopZoneVotes()
{
int votes = 0;
boolean lineFound = false;
try
{
URL url = new URL(Config.VOTES_SITE_TOPZONE_URL);
InputStream is = url.openStream();
try (
BufferedReader br = new BufferedReader(new InputStreamReader(is)))
{
String line;
while ((line = br.readLine()) != null)
{
if (line.contains("Votes:<br>"))
{
votes = Integer.parseInt(line.split("<br>")[1].split("<")[0]);
lineFound = true;
}
}
}
}
catch (IOException e)
{
System.out.println("TOPZONE is offline. We will check reward as it will be online again.");
e.printStackTrace();
}
if (!lineFound)
System.out.println("The line wasn't found in TopZone, check site in case they updated.");
return votes;
}
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I am really glad that i chose stinky's services , this guy is definitely skilled !
I ordered a mod for my server and he delivered and exceeded my expectations .
I am definitely recommend him highly enough !
-He is pretty fast
-Cool and easy to communicate
-skilled
So, make me understand one thing, you consider your previous work a crap? Everyone who has payd for l2jmobius subscription since 2018 untill 2024 had access to a crap version of your server and the best is the latest you release in this very moment to your actual subscribers?
Question
cyta5
Hello guys i have one vote manager for l2jfrozen and stopped to give reward for topzone maybe someone can tell me what happen and how i can fix it ?
Topzone Url = https://l2topzone.com/totalvotes.php?id=6150
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.