Jump to content

Reborn12

Members
  • Posts

    2,393
  • Joined

  • Last visited

  • Days Won

    19
  • Feedback

    100%

Everything posted by Reborn12

  1. egw toulaxiston prospathw kai to kanw update otan xreiastei me tis gnwshs pou exw panw sto thema auto....
  2. gamiseta kana 2hmero twra exei ksefigei i katastasi edw pera...
  3. CONFIG PWS KANOUME????TI EINAI TO INT KAI TO BOOLEAN THA MOU PEITEEE???
  4. http://www.l2hayze.net/?id=downloads k autos to idio server einai
  5. Topic Updated With Addapted Code For L2jFrozen...Just Without npc Create One Npc With Type L2VoteManager1
  6. Thanks dude...
  7. Kantou parapona tote re
  8. A ve mporeis ama to mikrineis ligo
  9. Kala 8 xronia akomh vlameno emeines..telika kala lene duskola allazei o anthrwpos
  10. An tou rixnei dc duskolo na ftaiei to win 10 error i na min anoigei katholou to game pio logiko fenete
  11. To avatar sou gia vlameno se dixnei parto xampari
  12. Kala tha valw 1 image mono site k forum links na min exeis na grafeis polla :p
  13. Posa noumera sins tha einai? Gia na etoimasw apanthseis omws
  14. Germania toualetes na katharizeis 8.50 euro tin wra xamiloteros misthos..fantasou dld opws les ta atoma pou kanoune metaptuxiaka ktlp ktlp...
  15. An ekanes ola auta den tha eixes meta apla na ksanapareis kati allo an den periseuane...dn to vlepeis swsta...an eixes 30k pisteuw kalitero tha itane na ta kaneis 60k me kapia epixhrhsh kserw gw...na ekanes dld kati pou tha s edine parapanw kai oxi auta pou tha sou ta fane apla
  16. Dld me 2499 kalwdia dn kanoume douleia? Ta exei to mediamarkt prosfora apo 2501e
  17. Esi m tin esteiles sto sex-chat p se trolara kana 2wro giauto prosexe exw kiales
  18. Egw dld malakas eimai p exw metaxeirismeni othoni me 25 euro etsi?
  19. http://www.maxcheaters.com/topic/182405-c4-god-patched-systems-file-editors/
  20. like this? String line; while ((line = in.readLine()) != null) { if (line.contains("Total Votes") ) { String inputLine = line.split(">")[2].replace("</span", ""); votes = Integer.parseInt(inputLine); break;
  21. thats will be work... public static int getHopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_HOPZONE_URL); final HttpURLConnection con = (HttpURLConnection) obj.openConnection(); con.addRequestProperty("User-Agent", "L2Hopzone"); con.setConnectTimeout(5000); final int responseCode = con.getResponseCode(); if (responseCode == 200) { try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()))) { String line; while ((line = in.readLine()) != null) { if (line.contains("Total Votes") || line.contains("rank tooltip") || 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") || line.contains("rank anonymous tooltip")) { String inputLine = line.split(">")[2].replace("</span", ""); votes = Integer.parseInt(inputLine); break; } } } } } catch (Exception e) { e.printStackTrace(); System.out.println("HOPZONE is offline. We will check reward as it will be online again."); } return votes; }
  22. Vote manager Updated Fixed HopZone
  23. L2jbrasil can be a change for hopzone :D
×
×
  • 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