Jump to content

Rizel

Members
  • Posts

    271
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Rizel

  1. I can't open hopzone at all. Website Currently Unavailable The website you are trying to access is currently unavailable. Please try again at a later time. I guess this is why it doesn't work
  2. remove the sun.net.www.. line from the imports and import the java.net.URLConnection
  3. maybe you did something wrong. the same thing worked for thor and krash if I'm right
  4. replace this line: isr = new InputStreamReader(url.openStream()); with these: URLConnection con = url.openConnection(); con.addRequestProperty("User-Agent", "Mozilla/4.76"); isr = new InputStreamReader(con.getInputStream());
  5. it doesn't matter. that line just sets the User-Agent to Mozilla so the hopzone thinks that a Mozilla browser requests the data. (afaik)
  6. Hi. Someone said that he got this connection problem (HTTP 403 problem). I guess the hopzone blocks the non-browser queries. Here is the fix. Find the line which opens the connection and add the + line after it. URLConnection con = url.openConnection(); +con.addRequestProperty("User-Agent", "Mozilla/4.76"); This makes the hopzone believe that a Mozilla browser makes the query. I hope it helped someone :) (feel free to donate at rizel7[at]gmail[dot]com paypal :P)
  7. As the title says I'm looking for a low-rate (~10x) interlude server with as less custom things as possible (like buffer, gm shop, etc.) Fresh offmod servers with around 400-500 active players (not offlineshops, boxes) are prefered :D thanks in advance. edit: I just found this L2Hydra server which fulfills almost all of my conditions. what are your experiences about this server? do you know any better server than them?
  8. the free version only contains 4 event from the 14
  9. not yet but I'm planning to make an Interlude version too in the next weeks
  10. edit: I'm not sure that I posted the fix for this exploit since I can't see the exploit itself xD
  11. just traded 50e with him. fast and trustable :)
  12. From now until 2011.04.16 the lifetime membership costs 50e. (instead of 100)
  13. From now until 2011.04.16 the lifetime membership costs 50e. (instead of 100)
  14. From now it's compatible with the L2 Universe pack too.
  15. updated the topic and I'm taking tasks again
×
×
  • Create New...